* Set Standards-Version to 3.7.3 (no changes required).
authorgregor herrmann <gregoa@debian.org>
Tue, 25 Dec 2007 00:30:43 +0000 (00:30 -0000)
committergregor herrmann <gregoa@debian.org>
Tue, 25 Dec 2007 00:30:43 +0000 (00:30 -0000)
* Create install-stamp target in debian/rules and adjust target
  dependencies.

debian/changelog
debian/control
debian/rules

index 9235236660ca2f5f58893a3ab9c1a22fde88a23f..57527b1fc420b52ef6c5a0cd22391124f1e4c4cb 100644 (file)
@@ -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 <gregor+debian@comodo.priv.at>  Mon, 24 Dec 2007 23:13:45 +0100
+
 iodine (0.4.1-1) unstable; urgency=low
 
   * New upstream release:
index 82a999d80d605ed1f3bde7c4dadfdaedb6d4bd9f..27f73bfb998241361a121badcccbf4a74faeb5fa 100644 (file)
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: gregor herrmann <gregor+debian@comodo.priv.at>
 Uploaders: tony mancill <tmancill@debian.org>
 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/
index fa1ae883b2c5f0f002fc8d3f2a92964670048afd..2af51324a34a24f56cbaf7f521e61c06105ce7f0 100755 (executable)
@@ -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.