diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rwxr-xr-x | debian/rules | 3 | ||||
-rw-r--r-- | debian/source/format | 1 |
4 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1aeb67a..ef88047 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +indicator-messages (0.5.91-0ubuntu1) precise; urgency=low + + * New upstream release. + * Better lozenges that look nice + * debian/rules: Adding autoreconf and running make check + * debian/compat: 5 + * debian/source/format: Dropping + + -- Ted Gould <ted@ubuntu.com> Tue, 14 Feb 2012 15:29:52 -0600 + indicator-messages (0.5.90-0ubuntu1) precise; urgency=low [ Ted Gould ] diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/rules b/debian/rules index a2f4065..3241637 100755 --- a/debian/rules +++ b/debian/rules @@ -5,10 +5,13 @@ DEB_MAKE_FLAVORS = gtk2 gtk3 include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/autoreconf.mk DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp/@FLAVOR@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ +DEB_MAKE_CHECK_TARGET := check + DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2 DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3 diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 163aaf8..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) |