aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog14
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules1
3 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 07cd704..741fa90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+indicator-datetime (0.2.90-0ubuntu4) oneiric; urgency=low
+
+ * No change rebuild to fix badly packaged diff.gz from last time
+
+ -- Michael Terry <mterry@ubuntu.com> Tue, 28 Jun 2011 17:55:25 +0100
+
+indicator-datetime (0.2.90-0ubuntu3) oneiric; urgency=low
+
+ * debian/rules, debian/control:
+ - Arg, this wasn't source format 3.0, so add quilt so that the patch
+ applies.
+
+ -- Michael Terry <mterry@ubuntu.com> Tue, 28 Jun 2011 17:05:59 +0100
+
indicator-datetime (0.2.90-0ubuntu2) oneiric; urgency=low
* debian/control:
diff --git a/debian/control b/debian/control
index 66d7e0a..b830e91 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
Build-Depends: cdbs,
debhelper (>= 5),
+ quilt,
intltool (>= 0.35.0),
libindicator-dev (>= 0.3.19),
libindicator3-dev (>= 0.3.19),
diff --git a/debian/rules b/debian/rules
index dfd669b..2ad101c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
DEB_BUILDDIR = build
DEB_MAKE_FLAVORS = gtk2 gtk3
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk