From 8e5c638292d99124688a20b1336d6ac30953a450 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Tue, 25 Dec 2007 00:30:43 +0000 Subject: [PATCH 1/1] * Set Standards-Version to 3.7.3 (no changes required). * Create install-stamp target in debian/rules and adjust target dependencies. --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/rules | 6 ++++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9235236..57527b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +iodine (0.4.1-2) UNRELEASED; urgency=low + + * Set Standards-Version to 3.7.3 (no changes required). + * Create install-stamp target in debian/rules and adjust target + dependencies. + + -- gregor herrmann Mon, 24 Dec 2007 23:13:45 +0100 + iodine (0.4.1-1) unstable; urgency=low * New upstream release: diff --git a/debian/control b/debian/control index 82a999d..27f73bf 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: gregor herrmann Uploaders: tony mancill Build-Depends: debhelper (>= 5), po-debconf, zlib1g-dev, dpatch, check -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 Homepage: http://code.kryo.se/iodine Vcs-Svn: http://svn.toastfreeware.priv.at/debian/iodine/trunk/ Vcs-Browser: http://svn.toastfreeware.priv.at/wsvn/ToastfreewareDebian/iodine/trunk/ diff --git a/debian/rules b/debian/rules index fa1ae88..2af5132 100755 --- a/debian/rules +++ b/debian/rules @@ -34,15 +34,17 @@ build-stamp: configure-stamp clean: unpatch dh_testdir dh_testroot - rm -f build-stamp configure-stamp + rm -f build-stamp configure-stamp install-stamp $(MAKE) clean debconf-updatepo dh_clean -install: build +install: install-stamp +install-stamp: build-stamp dh_testdir dh_testroot $(MAKE) install prefix=debian/iodine/usr + touch $@ # Build architecture-independent files here. -- 2.30.2