Bug#732530: startup-notification: use dh-autoreconf for better new-port coverage
Colin Watson
cjwatson at ubuntu.com
Wed Dec 18 13:51:01 UTC 2013
Package: startup-notification
Version: 0.12-3
Severity: normal
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch trusty
Hi,
The ppc64el port requires a patch to libtool.m4. I don't think that's
in Debian yet, but when it is it will require autoreconfing a bunch of
packages to pick it up. startup-notification could handle this quite
easily by using dh-autoreconf, which will update its copies of the
libtool macros.
* Use dh-autoreconf to update libtool macros for new ports.
diff -Nru startup-notification-0.12/debian/control startup-notification-0.12/debian/control
--- startup-notification-0.12/debian/control 2013-05-20 09:18:37.000000000 +0100
+++ startup-notification-0.12/debian/control 2013-12-18 13:45:27.000000000 +0000
@@ -12,6 +12,7 @@
Build-Depends: autotools-dev,
cdbs (>= 0.4.93~),
debhelper (>= 9),
+ dh-autoreconf,
libx11-dev,
libxt-dev,
pkg-config,
diff -Nru startup-notification-0.12/debian/control.in startup-notification-0.12/debian/control.in
--- startup-notification-0.12/debian/control.in 2013-05-20 09:14:28.000000000 +0100
+++ startup-notification-0.12/debian/control.in 2013-12-18 13:45:24.000000000 +0000
@@ -7,6 +7,7 @@
Build-Depends: autotools-dev,
cdbs (>= 0.4.93~),
debhelper (>= 9),
+ dh-autoreconf,
libx11-dev,
libxt-dev,
pkg-config,
diff -Nru startup-notification-0.12/debian/rules startup-notification-0.12/debian/rules
--- startup-notification-0.12/debian/rules 2013-05-20 08:54:56.000000000 +0100
+++ startup-notification-0.12/debian/rules 2013-12-18 13:44:44.000000000 +0000
@@ -3,6 +3,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
Thanks,
--
Colin Watson [cjwatson at ubuntu.com]
More information about the pkg-gnome-maintainers
mailing list