[Pkg-utopia-maintainers] Bug#732287: udisks2: use dh-autoreconf for better new-port coverage
Colin Watson
cjwatson at ubuntu.com
Mon Dec 16 11:55:27 UTC 2013
Package: udisks2
Version: 2.1.1-1
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. udisks2 could handle this quite easily by using
dh-autoreconf, which will update the libtool macros in aclocal.m4.
* Use dh-autoreconf to update libtool macros for new ports.
diff -Nru udisks2-2.1.1/debian/control udisks2-2.1.1/debian/control
--- udisks2-2.1.1/debian/control 2013-08-30 11:54:59.000000000 +0100
+++ udisks2-2.1.1/debian/control 2013-12-16 11:48:45.000000000 +0000
@@ -16,7 +16,8 @@
libacl1-dev,
libgirepository1.0-dev (>= 1.30),
gobject-introspection (>= 1.30),
- libatasmart-dev (>= 0.17)
+ libatasmart-dev (>= 0.17),
+ dh-autoreconf
Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/git/pkg-utopia/udisks2.git
Vcs-Browser: http://git.debian.org/?p=pkg-utopia/udisks2.git;a=summary
diff -Nru udisks2-2.1.1/debian/rules udisks2-2.1.1/debian/rules
--- udisks2-2.1.1/debian/rules 2013-08-30 11:54:59.000000000 +0100
+++ udisks2-2.1.1/debian/rules 2013-12-16 11:48:20.000000000 +0000
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with gir
+ dh $@ --with gir,autoreconf
override_dh_auto_configure:
dh_auto_configure -- \
Thanks,
--
Colin Watson [cjwatson at ubuntu.com]
More information about the Pkg-utopia-maintainers
mailing list