diff -Nru asp-1.8/debian/changelog asp-1.8/debian/changelog --- asp-1.8/debian/changelog 2010-06-19 14:57:07.000000000 +0000 +++ asp-1.8/debian/changelog 2011-08-15 16:36:30.000000000 +0000 @@ -1,3 +1,14 @@ +asp (1.8-8) unstable; urgency=low + + * debian/control: + - Standards-Version: 3.9.2 + - Added upstream homepage (sf.net) + * Added debian/watch + * debian/rules: New debhelper dh targets + * debian/copyright: Updated upstream homepage (sf.net) + + -- Roland Stigge Mon, 15 Aug 2011 18:09:08 +0200 + asp (1.8-7) unstable; urgency=low * Moved to new source format 3. (quilt) diff -Nru asp-1.8/debian/clean asp-1.8/debian/clean --- asp-1.8/debian/clean 1970-01-01 00:00:00.000000000 +0000 +++ asp-1.8/debian/clean 2011-08-15 16:30:17.000000000 +0000 @@ -0,0 +1,2 @@ +asp +aspd diff -Nru asp-1.8/debian/control asp-1.8/debian/control --- asp-1.8/debian/control 2010-06-19 15:26:56.000000000 +0000 +++ asp-1.8/debian/control 2011-08-15 16:35:43.000000000 +0000 @@ -2,8 +2,9 @@ Section: net Priority: extra Maintainer: Roland Stigge -Standards-Version: 3.8.4 -Build-Depends: debhelper (>= 7) +Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 7.0.50~) +Homepage: https://sourceforge.net/projects/asp/ Package: asp Architecture: any diff -Nru asp-1.8/debian/copyright asp-1.8/debian/copyright --- asp-1.8/debian/copyright 2010-06-19 14:54:38.000000000 +0000 +++ asp-1.8/debian/copyright 2011-08-15 16:34:45.000000000 +0000 @@ -4,7 +4,7 @@ Upstream author: Stenio Brunetta It was downloaded from: - http://www.brunettaeperin.it/stenio/asp-1.8.tar.gz + https://sourceforge.net/projects/asp/ Copyright: Aspd Address Search Protocol Daemon diff -Nru asp-1.8/debian/install asp-1.8/debian/install --- asp-1.8/debian/install 1970-01-01 00:00:00.000000000 +0000 +++ asp-1.8/debian/install 2011-08-15 16:22:06.000000000 +0000 @@ -0,0 +1,3 @@ +asp usr/bin +aspd usr/sbin + diff -Nru asp-1.8/debian/manpages asp-1.8/debian/manpages --- asp-1.8/debian/manpages 1970-01-01 00:00:00.000000000 +0000 +++ asp-1.8/debian/manpages 2011-08-15 16:23:23.000000000 +0000 @@ -0,0 +1,2 @@ +asp.1 +aspd.8 diff -Nru asp-1.8/debian/rules asp-1.8/debian/rules --- asp-1.8/debian/rules 2010-06-19 15:28:27.000000000 +0000 +++ asp-1.8/debian/rules 2011-08-15 16:29:05.000000000 +0000 @@ -1,55 +1,17 @@ #! /usr/bin/make -f -config: config-stamp +%: + dh $@ -config-stamp: - dh_testdir - ./configure --prefix=/usr - touch $@ +override_dh_install: + dh_install + mv $(CURDIR)/debian/asp/usr/sbin/aspd \ + $(CURDIR)/debian/asp/usr/sbin/in.aspd + +override_dh_installman: + dh_installman + mv $(CURDIR)/debian/asp/usr/share/man/man8/aspd.8 \ + $(CURDIR)/debian/asp/usr/share/man/man8/in.aspd.8 -build: config build-stamp -build-stamp: - dh_testdir - $(MAKE) CFLAGS="-O2 -g -Wall" - touch $@ - -clean: - dh_testdir - dh_testroot - -rm -f build-stamp config-stamp asp aspd - [ ! -f Makefile ] || $(MAKE) distclean - -rm -f `find . -name "*~"` - -rm -rf debian/tmp debian/files* core debian/substvars - dh_clean - -install: build - dh_testdir - dh_testroot - dh_prep - dh_installdirs - install -o root -g root -m 0755 asp debian/asp/usr/bin - install -o root -g root -m 0755 aspd debian/asp/usr/sbin/in.aspd - -asp: build install - dh_testdir - dh_installdirs - dh_installdocs - dh_installexamples - dh_installman asp.1 aspd.8 - mv debian/asp/usr/share/man/man8/aspd.8 debian/asp/usr/share/man/man8/in.aspd.8 - dh_installchangelogs - dh_link - dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary-indep: -binary-arch: asp -binary: binary-indep binary-arch - -.PHONY: binary binary-arch binary-indep clean asp config install +# empty targets: +override_dh_auto_install: diff -Nru asp-1.8/debian/watch asp-1.8/debian/watch --- asp-1.8/debian/watch 1970-01-01 00:00:00.000000000 +0000 +++ asp-1.8/debian/watch 2011-08-15 16:08:42.000000000 +0000 @@ -0,0 +1,2 @@ +version=3 +http://sf.net/asp/.*asp-(.*)\.tar\.gz