summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control10
2 files changed, 15 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f2ebef3..b119ee8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mat (0.4) unstable; urgency=medium
+
+ * Include dependecy introduced in last merge.
+
+ -- cos <cos> Fri, 12 Dec 2014 21:19:38 +0100
+
mat (0.3) unstable; urgency=medium
* Use system wide config file for label_name & label_id_prefix.
diff --git a/debian/control b/debian/control
index 498f02c..a15e840 100644
--- a/debian/control
+++ b/debian/control
@@ -8,5 +8,13 @@ Vcs-Browser: http://git.netizen.se/mat/
Package: mat
Architecture: all
-Depends: ${misc:Depends}, libdbi-perl, libdatetime-format-iso8601-perl, libgd-barcode-perl, libtext-iconv-perl, libdbd-sqlite3-perl, libconfig-simple-perl, libcgi-simple-perl
+Depends: ${misc:Depends},
+ 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!