diff options
author | Michael Terry <michael.terry@canonical.com> | 2011-06-28 17:57:03 +0100 |
---|---|---|
committer | Michael Terry <michael.terry@canonical.com> | 2011-06-28 17:57:03 +0100 |
commit | 33d9b7f27eed027e1986ba4197d14434bc6ce37b (patch) | |
tree | 6aa4dfb09dfb3c50d56c867b384613435d6e55f3 | |
parent | 5e9dc5469428fe05f7e70948980a0e79d193b857 (diff) | |
download | ayatana-indicator-datetime-33d9b7f27eed027e1986ba4197d14434bc6ce37b.tar.gz ayatana-indicator-datetime-33d9b7f27eed027e1986ba4197d14434bc6ce37b.tar.bz2 ayatana-indicator-datetime-33d9b7f27eed027e1986ba4197d14434bc6ce37b.zip |
* No change rebuild to fix badly packaged diff.gz from last time
* debian/rules, debian/control:
- Arg, this wasn't source format 3.0, so add quilt so that the patch
applies.
-rw-r--r-- | debian/changelog | 14 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
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 |