* Create install-stamp target in debian/rules and adapt dependencies.
* Remove debian/examples and install examples directly from debian/rules.
* Don't ignore return value of $(MAKE) distclean.
* Move upstream URL from the description to the new Homepage field.
* Change XS-Vcs-* fields to Vcs-*.
+ * Set Standards-Version to 3.7.3 (no changes required).
+ * Create install-stamp target in debian/rules and adapt dependencies.
+ * Remove debian/examples and install examples directly from debian/rules.
- -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 15 Oct 2007 19:56:04 +0200
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 24 Dec 2007 23:08:30 +0100
fullquottel (0.1.2-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://www.toastfreeware.priv.at/
Vcs-Svn: http://svn.toastfreeware.priv.at/debian/fullquottel/trunk/
Vcs-Browser: http://svn.toastfreeware.priv.at/wsvn/ToastfreewareDebian/fullquottel/trunk/
+++ /dev/null
-examples/*
build: build-stamp
-
build-stamp: config.status
dh_testdir
-
- # Add here commands to compile the package.
$(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)" ""
cp -f /usr/share/misc/config.guess config.guess
endif
-
dh_clean
-install: build
+install: install-stamp
+install-stamp: build-stamp
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
-
$(MAKE) install DESTDIR=$(CURDIR)/debian/fullquottel
+ touch $@
# Build architecture-independent files here.
dh_testroot
dh_installchangelogs ChangeLog
dh_installdocs
- dh_installexamples
+ dh_installexamples examples/*
dh_install
dh_installman
dh_strip