* Clean up debian/rules.
* Move upstream URL from the description to the new Homepage field.
* Change XS-Vcs-* fields to Vcs-*.
+ * Set Standard-Version to 3.7.3 (no changes required).
+ * Add install-stamp target to debian/rules and re-arrange target
+ dependencies.
- -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 15 Oct 2007 19:55:45 +0200
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 24 Dec 2007 23:00:38 +0100
cdck (0.6.0-1) unstable; urgency=low
Maintainer: gregor herrmann <gregor+debian@comodo.priv.at>
Uploaders: tony mancill <tmancill@debian.org>
Build-Depends: debhelper (>= 5.0.0), autotools-dev
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
Homepage: http://swaj.net/unix/index.html#cdck
Vcs-Svn: http://svn.toastfreeware.priv.at/debian/cdck/trunk/
Vcs-Browser: http://svn.toastfreeware.priv.at/wsvn/ToastfreewareDebian/cdck/trunk/
build-stamp: config.status
dh_testdir
$(MAKE)
- touch build-stamp
+ touch $@
clean:
dh_testdir
dh_testroot
- rm -f build-stamp
+ rm -f build-stamp install-stamp
[ ! -f Makefile ] || $(MAKE) distclean
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
dh_clean
-install: build
+install: install-stamp
+install-stamp: build-stamp
dh_testdir
dh_testroot
dh_clean -k
$(MAKE) install DESTDIR=$(CURDIR)/debian/cdck
rm -rf $(CURDIR)/debian/cdck/usr/lib
+ touch $@
# Build architecture-independent files here.
binary-indep: build install