Andreas Barth
2014-09-10 14:22:26 UTC
It works with the following patch:
diff -ur xfsprogs-3.2.1~/debian/control xfsprogs-3.2.1/debian/control
--- xfsprogs-3.2.1~/debian/control 2014-05-02 00:09:15.000000000 +0000
+++ xfsprogs-3.2.1/debian/control 2014-09-10 14:14:34.026319172 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: XFS Development Team <***@oss.sgi.com>
Uploaders: Nathan Scott <***@debian.org>, Anibal Monsalve Salazar <***@debian.org>
-Build-Depends: uuid-dev, autoconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev | libreadline5-dev, libblkid-dev (>= 2.17), linux-libc-dev, autotools-dev
+Build-Depends: uuid-dev, dh-autoreconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev | libreadline5-dev, libblkid-dev (>= 2.17), linux-libc-dev
Standards-Version: 3.9.1
Homepage: http://oss.sgi.com/projects/xfs/
diff -ur xfsprogs-3.2.1~/debian/rules xfsprogs-3.2.1/debian/rules
--- xfsprogs-3.2.1~/debian/rules 2014-05-02 00:09:15.000000000 +0000
+++ xfsprogs-3.2.1/debian/rules 2014-09-10 14:13:18.182294515 +0000
@@ -35,7 +35,7 @@
.census:
@echo "== dpkg-buildpackage: configure" 1>&2
$(checkdir)
- dh_autotools-dev_updateconfig
+ AUTOHEADER=/bin/true dh_autoreconf
$(options) $(MAKE) include/platform_defs.h
touch .census
@@ -58,7 +58,7 @@
$(MAKE) distclean
-rm -rf $(dirme) $(dirdev) $(dirdi)
-rm -f debian/*substvars debian/files* debian/*.debhelper
- dh_autotools-dev_restoreconfig
+ dh_autoreconf_clean
dh_clean
binary-indep:
As this package is required to build ceph, libvirt and redhat-cluster
I'd be willing to help fixing it, if required also by an NMU. Unless
there is a reason why not, I intend to upload the fix within the next
days.
Andi
diff -ur xfsprogs-3.2.1~/debian/control xfsprogs-3.2.1/debian/control
--- xfsprogs-3.2.1~/debian/control 2014-05-02 00:09:15.000000000 +0000
+++ xfsprogs-3.2.1/debian/control 2014-09-10 14:14:34.026319172 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: XFS Development Team <***@oss.sgi.com>
Uploaders: Nathan Scott <***@debian.org>, Anibal Monsalve Salazar <***@debian.org>
-Build-Depends: uuid-dev, autoconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev | libreadline5-dev, libblkid-dev (>= 2.17), linux-libc-dev, autotools-dev
+Build-Depends: uuid-dev, dh-autoreconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev | libreadline5-dev, libblkid-dev (>= 2.17), linux-libc-dev
Standards-Version: 3.9.1
Homepage: http://oss.sgi.com/projects/xfs/
diff -ur xfsprogs-3.2.1~/debian/rules xfsprogs-3.2.1/debian/rules
--- xfsprogs-3.2.1~/debian/rules 2014-05-02 00:09:15.000000000 +0000
+++ xfsprogs-3.2.1/debian/rules 2014-09-10 14:13:18.182294515 +0000
@@ -35,7 +35,7 @@
.census:
@echo "== dpkg-buildpackage: configure" 1>&2
$(checkdir)
- dh_autotools-dev_updateconfig
+ AUTOHEADER=/bin/true dh_autoreconf
$(options) $(MAKE) include/platform_defs.h
touch .census
@@ -58,7 +58,7 @@
$(MAKE) distclean
-rm -rf $(dirme) $(dirdev) $(dirdi)
-rm -f debian/*substvars debian/files* debian/*.debhelper
- dh_autotools-dev_restoreconfig
+ dh_autoreconf_clean
dh_clean
binary-indep:
As this package is required to build ceph, libvirt and redhat-cluster
I'd be willing to help fixing it, if required also by an NMU. Unless
there is a reason why not, I intend to upload the fix within the next
days.
Andi