tags 725310 + patch
thanks
diff -urpN udisks-1.0.4.orig/debian/changelog udisks-1.0.4/debian/changelog
--- udisks-1.0.4.orig/debian/changelog	2013-07-21 09:21:29.000000000 -0600
+++ udisks-1.0.4/debian/changelog	2013-10-03 20:08:11.288714158 -0600
@@ -1,3 +1,10 @@
+udisks (1.0.4-9) UNRELEASED; urgency=low
+
+  * Use dh-autoreconf to update config.{sub,guess} to fix FTBFS on arm64.
+    (Closes: #725310)
+
+ -- dann frazier <da...@debian.org>  Thu, 03 Oct 2013 20:06:43 -0600
+
 udisks (1.0.4-8) unstable; urgency=low
 
   * debian/patches/14-test-for-pci-db.patch: In newer versions of udev, pci-db
diff -urpN udisks-1.0.4.orig/debian/control udisks-1.0.4/debian/control
--- udisks-1.0.4.orig/debian/control	2013-07-21 09:21:29.000000000 -0600
+++ udisks-1.0.4/debian/control	2013-10-03 20:06:30.891614516 -0600
@@ -5,6 +5,7 @@ Maintainer: Utopia Maintenance Team <pkg
 Uploaders: Michael Biebl <bi...@debian.org>, Martin Pitt <mp...@debian.org>
 Build-Depends: debhelper (>= 8),
  autotools-dev,
+ dh-autoreconf,
  pkg-config,
  xsltproc,
  gtk-doc-tools,
diff -urpN udisks-1.0.4.orig/debian/rules udisks-1.0.4/debian/rules
--- udisks-1.0.4.orig/debian/rules	2013-07-21 09:21:29.000000000 -0600
+++ udisks-1.0.4/debian/rules	2013-10-03 20:06:30.891614516 -0600
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

Reply via email to