diff --git a/debian/changelog b/debian/changelog index 5d7ddcb7..b5640934 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ libfprint (20081125git-1) experimental; urgency=low * Upstream git checkout fixing little issues: - Fixes libtool problem. - Add more debuging support. + * Minor package updates to comply with 3.8.1 standard. - -- Ulises Vitulli Fri, 28 Nov 2008 03:14:15 -0200 + -- Ulises Vitulli Sat, 06 Jun 2009 12:00:26 -0300 libfprint (20080810git-1) experimental; urgency=low diff --git a/debian/control b/debian/control index a5113dc7..720d172c 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Maintainer: FingerForce Team Uploaders: Ulises Vitulli Build-Depends: debhelper (>= 5), autotools-dev, libusb-1.0-0-dev, libssl-dev, libglib2.0-dev, libmagick9-dev, libxv-dev -Standards-Version: 3.8.0 +Standards-Version: 3.8.1 Homepage: http://reactivated.net/fprint/ Section: libs diff --git a/debian/docs b/debian/docs index 5502ed8f..724e0844 100644 --- a/debian/docs +++ b/debian/docs @@ -1,3 +1,2 @@ -NEWS README TODO diff --git a/debian/rules b/debian/rules index bd44d048..341dee26 100755 --- a/debian/rules +++ b/debian/rules @@ -41,9 +41,9 @@ clean: dh_testroot rm -f build-stamp configure aclocal.m4 find $(CURDIR) -type f -name Makefile.in -exec rm {} \; - # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) distclean + rm -rf depcomp compile config.guess config.sub ltmain.sh missing install-sh config.h.in dh_clean install: build @@ -68,7 +68,7 @@ binary-arch: build install dh_installdocs dh_install --sourcedir=debian/tmp dh_installman - dh_installchangelogs + dh_installchangelogs NEWS dh_link dh_strip dh_compress