diff -u vanessa-adt-0.0.9/debian/changelog vanessa-adt-0.0.9/debian/changelog --- vanessa-adt-0.0.9/debian/changelog +++ vanessa-adt-0.0.9/debian/changelog @@ -1,10 +1,17 @@ -vanessa-adt (0.0.9-1ubuntu1) trusty; urgency=medium +vanessa-adt (0.0.9-2) unstable; 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. + * Use dh-autoreconf + (closes: #736890) + * Add Homepage field to control file + (closes: #594032) + * Empty dependency_libs in .la files + (closes: #633310) + * Update standards version to 3.9.5 + * Provide recommended targets in debian/rules + * Harden build flags + * Build verbosely - -- Logan Rosen Sun, 26 Jan 2014 01:28:15 -0500 + -- Simon Horman Thu, 04 Sep 2014 17:35:44 +0900 vanessa-adt (0.0.9-1) unstable; urgency=low diff -u vanessa-adt-0.0.9/debian/control vanessa-adt-0.0.9/debian/control --- vanessa-adt-0.0.9/debian/control +++ vanessa-adt-0.0.9/debian/control @@ -2,9 +2,9 @@ Build-Depends: libvanessa-logger-dev (>=0.0.5), debhelper (>=7.0.0), dh-autoreconf, libltdl-dev Section: libs Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Simon Horman -Standards-Version: 3.8.4 +Maintainer: Simon Horman +Standards-Version: 3.9.5 +Homepage: http://horms.net/projects/vanessa/ Package: libvanessa-adt-dev Architecture: any diff -u vanessa-adt-0.0.9/debian/rules vanessa-adt-0.0.9/debian/rules --- vanessa-adt-0.0.9/debian/rules +++ vanessa-adt-0.0.9/debian/rules @@ -5,12 +5,17 @@ pwd:=$(shell pwd) cfg:=--prefix=/usr -build: checkbuild build-stamp +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk + +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp build-stamp: dh_testdir dh_autoreconf ./configure $(cfg) - $(MAKE) + $(MAKE) V=1 touch build-stamp clean: @@ -39,6 +44,8 @@ dh_movefiles --source=debian/tmp + sed -i "/dependency_libs/ s/'.*'/''/" `find debian/ -name '*.la'` + binary-indep: build install binary-arch: build install