aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-02-14 22:53:31 +0100
committerSebastien Bacher <seb128@ubuntu.com>2012-02-14 22:53:31 +0100
commitb45bd02179ab64fa82b70512fd41ae868091e51b (patch)
treeb2416148db4becea042414865ac10d8804afa5d8 /debian
parent95f3958867d101d7e2820569d4efc3aba2efbb4c (diff)
parent60dc34ccdc9f29862ac4a6bfab98bbeeb1f30153 (diff)
downloadayatana-indicator-messages-b45bd02179ab64fa82b70512fd41ae868091e51b.tar.gz
ayatana-indicator-messages-b45bd02179ab64fa82b70512fd41ae868091e51b.tar.bz2
ayatana-indicator-messages-b45bd02179ab64fa82b70512fd41ae868091e51b.zip
releasing version 0.5.91-0ubuntu1
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
-rw-r--r--debian/compat1
-rwxr-xr-xdebian/rules3
-rw-r--r--debian/source/format1
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)