--- vanessa-adt-0.0.9.orig/debian/changelog +++ vanessa-adt-0.0.9/debian/changelog @@ -1,3 +1,11 @@ +vanessa-adt (0.0.9-1ubuntu1) trusty; urgency=medium + + * Use dh-autoreconf to get new libtool macros for ppc64el and update + config.{sub,guess} for new arches. + * Build-depend on libltdl-dev to fix FTBFS while autoreconfing. + + -- Logan Rosen Sun, 26 Jan 2014 01:28:15 -0500 + vanessa-adt (0.0.9-1) unstable; urgency=low * New Upstream --- vanessa-adt-0.0.9.orig/debian/control +++ vanessa-adt-0.0.9/debian/control @@ -1,8 +1,9 @@ Source: vanessa-adt -Build-Depends: libvanessa-logger-dev (>=0.0.5), debhelper (>=7.0.0) +Build-Depends: libvanessa-logger-dev (>=0.0.5), debhelper (>=7.0.0), dh-autoreconf, libltdl-dev Section: libs Priority: optional -Maintainer: Simon Horman +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Simon Horman Standards-Version: 3.8.4 Package: libvanessa-adt-dev --- vanessa-adt-0.0.9.orig/debian/rules +++ vanessa-adt-0.0.9/debian/rules @@ -8,6 +8,7 @@ build: checkbuild build-stamp build-stamp: dh_testdir + dh_autoreconf ./configure $(cfg) $(MAKE) touch build-stamp @@ -17,6 +18,7 @@ dh_testroot rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean + dh_autoreconf_clean dh_clean install: build