summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog47
-rw-r--r--debian/control21
-rw-r--r--debian/copyright29
-rwxr-xr-xdebian/rules8
4 files changed, 105 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b5a4e66
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,47 @@
+netizen-mat (0.6.2) unstable; urgency=medium
+
+ * Release with mealtype output when showing inventory.
+
+ -- cos <cos> Sun, 16 Aug 2015 16:57:44 +0200
+
+netizen-mat (0.6.1) unstable; urgency=medium
+
+ * Release with initial unit conversion support.
+
+ -- cos <cos> Tue, 04 Aug 2015 20:03:50 +0200
+
+netizen-mat (0.6.0) unstable; urgency=medium
+
+ * Release with feature/queue & feature/multimeal.
+
+ -- cos <cos> Mon, 06 Apr 2015 21:58:41 +0200
+
+netizen-mat (0.5) unstable; urgency=medium
+
+ * Mainly include branch feature/web-relocate.
+
+ -- cos <cos> Sat, 10 Jan 2015 21:48:04 +0100
+
+netizen-mat (0.4) unstable; urgency=medium
+
+ * Include dependecy introduced in last merge.
+
+ -- cos <cos> Fri, 12 Dec 2014 21:19:38 +0100
+
+netizen-mat (0.3) unstable; urgency=medium
+
+ * Use system wide config file for label_name & label_id_prefix.
+
+ -- cos <cos> Wed, 17 Dec 2014 15:18:23 +0100
+
+netizen-mat (0.2) unstable; urgency=medium
+
+ * Include new dependencies introduced in last merge.
+
+ -- cos <cos> Thu, 04 Dec 2014 17:33:37 +0100
+
+netizen-mat (0.1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- cos <cos> Mon, 18 Nov 2013 22:25:51 +0100
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..444202c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: netizen-mat
+Section: misc
+Priority: optional
+Maintainer: cos <cos>
+Build-Depends: debhelper (>= 8.0.0)
+Standards-Version: 3.9.4
+Vcs-Browser: http://git.netizen.se/mat/
+
+Package: netizen-mat
+Architecture: all
+Depends: ${misc:Depends},
+ fonts-freefont-ttf,
+ libdbi-perl,
+ libdatetime-format-iso8601-perl,
+ libgd-barcode-perl,
+ libtext-iconv-perl,
+ libdbd-sqlite3-perl,
+ libconfig-simple-perl,
+ libcgi-simple-perl,
+ libcgi-session-perl
+Description: recipe management & meal planning script. ugly hack, beware!
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..20fd75b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mat
+
+Files: *
+Copyright: 2013 cos <cos>
+License: MIT
+
+Files: debian/*
+Copyright: 2013 cos <cos>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..79fd842
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@