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

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


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

The following commit has been merged in the master branch:
commit b1e2fef301ed9bad15f248585c349021d65d3d4c
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Jan 15 09:37:35 2014 +0100

    use autogen.sh to configure/build package, fix dbg package stripping
---
 debian/rules | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2b2505a..7e3be66 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +1,19 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_install:
 	rm -rfv debian/tmp/usr/lib/mate-notification-daemon/engines/*.la
 	dh_install --list-missing
 
 override_dh_auto_configure:
+	NOCONFIGURE=1 ./autogen.sh
 	dh_auto_configure -- \
-		--libexecdir=/usr/lib/mate-notification-daemon
+	    --libexecdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)/mate-notification-daemon/
 
 override_dh_strip:
-	dh_strip --dbg-package=mate-notification-dbg
+	dh_strip --dbg-package=mate-notification-daemon-dbg
 
 get-orig-source:
 	uscan --noconf --force-download --rename --download-current-version --destdir=..

-- 
mate-notification-daemon Debian package



More information about the pkg-mate-commits mailing list