Hi Sam,

It seems to me that libverto is in need of some love. Therefore I
uploaded a NMU to delayed 15 that fixes the most pressing and trivial
issues:
 * FTBFS on ppc64el #757953
 * FTBFS on ppc64 #677243
 * Vcs-Git url broken

You already acked the patch to the first, so I just went ahead. If you
disagree, you can still cancel the NMU. A diff is attached so you can
easily review the changes if needed.

Helmut
diff --minimal -Nru libverto-0.2.4/debian/changelog libverto-0.2.4/debian/changelog
--- libverto-0.2.4/debian/changelog	2014-12-30 02:19:12.000000000 +0100
+++ libverto-0.2.4/debian/changelog	2015-10-29 14:01:29.000000000 +0100
@@ -1,3 +1,18 @@
+libverto (0.2.4-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Ravindran Arani ]
+  * adding autoreconf to build successfully on ppc64el arch (Closes: #757953)
+
+  [ Aurelien Jarno ]
+  * Fix FTBFS on ppc64: abi test too restrictive (Closes: #677243)
+
+  [ Russ Allbery ]
+  * Remove stray space in the Vcs-Git control field.
+
+ -- Helmut Grohne <hel...@subdivi.de>  Thu, 29 Oct 2015 14:01:26 +0100
+
 libverto (0.2.4-2) unstable; urgency=medium
 
   * Fix libverto-libev's setflags handling, Closes: #773778
diff --minimal -Nru libverto-0.2.4/debian/control libverto-0.2.4/debian/control
--- libverto-0.2.4/debian/control	2014-12-30 02:19:12.000000000 +0100
+++ libverto-0.2.4/debian/control	2015-10-29 14:00:37.000000000 +0100
@@ -1,12 +1,12 @@
 Source: libverto
 Priority: optional
 Maintainer: Sam Hartman <hartm...@debian.org>
-Build-Depends: debhelper (>= 9), libev-dev, libglib2.0-dev
+Build-Depends: debhelper (>= 9), libev-dev, libglib2.0-dev, dh-autoreconf
 Build-Conflicts: libevent-dev, libtevent-dev
 Standards-Version: 3.9.4
 Section: libs
 Homepage: http://fedorahosted.net/libverto
-Vcs-Git: git://git.debian.org/git/pk g-k5-afs/libverto.git
+Vcs-Git: git://git.debian.org/git/pkg-k5-afs/libverto.git
 Vcs-Browser: http://git.debian.org/?p=git/pkg-k5-afs/libverto.git
 
 Package: libverto-dev
diff --minimal -Nru libverto-0.2.4/debian/patches/debian-changes libverto-0.2.4/debian/patches/debian-changes
--- libverto-0.2.4/debian/patches/debian-changes	2014-12-30 21:01:29.000000000 +0100
+++ libverto-0.2.4/debian/patches/debian-changes	2015-10-29 14:04:13.000000000 +0100
@@ -5271,3 +5271,13 @@
  	maintainer-clean-generic mostlyclean mostlyclean-compile \
  	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  	recheck recheck-html tags uninstall uninstall-am
+--- libverto-0.2.4.orig/tests/abi
++++ libverto-0.2.4/tests/abi
+@@ -11,6 +11,6 @@ else
+   exit 1
+ fi
+ 
+-HASH=`nm -g $LIBVERTO | awk '/^[0-9a-fA-F]+ T verto_/ { print $NF; }' | sed 's|^_||' | sort -u | $HASHCMD | cut -d' ' -f1`
++HASH=`nm -g $LIBVERTO | awk '/^[0-9a-fA-F]+ [DT] verto_/ { print $NF; }' | sed 's|^_||' | sort -u | $HASHCMD | cut -d' ' -f1`
+ echo "Hash: $HASH"
+ test $HASH = 9f533c441fe590ad19c454db896a8673
diff --minimal -Nru libverto-0.2.4/debian/rules libverto-0.2.4/debian/rules
--- libverto-0.2.4/debian/rules	2014-12-30 02:19:12.000000000 +0100
+++ libverto-0.2.4/debian/rules	2015-10-29 13:14:17.000000000 +0100
@@ -10,7 +10,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ 
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	chmod a+x configure

Reply via email to