--- vanessa-adt-0.0.9.orig/debian/changelog +++ vanessa-adt-0.0.9/debian/changelog @@ -1,3 +1,18 @@ +vanessa-adt (0.0.9-2) unstable; urgency=medium + + * 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 + + -- Simon Horman Thu, 04 Sep 2014 17:35:44 +0900 + 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,9 +1,10 @@ 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 -Standards-Version: 3.8.4 +Standards-Version: 3.9.5 +Homepage: http://horms.net/projects/vanessa/ Package: libvanessa-adt-dev Architecture: any --- vanessa-adt-0.0.9.orig/debian/rules +++ vanessa-adt-0.0.9/debian/rules @@ -5,11 +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: @@ -17,6 +23,7 @@ dh_testroot rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean + dh_autoreconf_clean dh_clean install: build @@ -37,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