[SCM] mate-notification-daemon Debian package branch, master, updated. e7891ac89ad95d8ac8fdc98ceb2f0d1cfa4eae4c

Mike Gabriel sunweaver at moszumanska.debian.org
Wed Jan 15 09:05:17 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-notification-daemon.git;a=commitdiff;h=dfb5285

The following commit has been merged in the master branch:
commit dfb5285b579adb13c086cf1fb3e92d9f20a48f5a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Jan 13 12:06:02 2014 +0100

    use dh-autoreconf
---
 debian/control | 1 +
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 25a8145..e90b6e3 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>,
            Stefano Karapetsas <stefano at karapetsas.com>,
            Mike Gabriel <sunweaver at debian.org>,
 Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
                mate-common,
                libglib2.0-dev,
                libx11-dev,
diff --git a/debian/rules b/debian/rules
index 3cba3f8..2b2505a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_install:
 	rm -rfv debian/tmp/usr/lib/mate-notification-daemon/engines/*.la

-- 
mate-notification-daemon Debian package



More information about the pkg-mate-commits mailing list