framework.
* Set debhelper compatibility level to 6.
* debian/copyright: update years of copyright.
* Add NEWS.Debian to inform users about the new default behaviour.
+ * Add patch man.patch to fix manpage name and section; add quilt
+ framework.
- -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 05 Mar 2008 17:03:34 +0100
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 05 Mar 2008 17:09:25 +0100
cdck (0.6.0-1) unstable; urgency=low
Priority: optional
Maintainer: gregor herrmann <gregor+debian@comodo.priv.at>
Uploaders: tony mancill <tmancill@debian.org>
-Build-Depends: debhelper (>= 6), autotools-dev
+Build-Depends: debhelper (>= 6), autotools-dev, quilt
Standards-Version: 3.7.3
Homepage: http://swaj.net/unix/index.html#cdck
Vcs-Svn: http://svn.toastfreeware.priv.at/debian/cdck/trunk/
--- /dev/null
+--- cdck.orig/man/Makefile.in
++++ cdck/man/Makefile.in
+@@ -288,7 +288,7 @@
+
+
+ cdck.1:
+- pod2man --section=cdck.1 --verbose cdck_man.in > cdck.1
++ pod2man --section=1 --verbose --name=cdck cdck_man.in > cdck.1
+
+ #
+ # __END__
+--- cdck.orig/man/Makefile.am
++++ cdck/man/Makefile.am
+@@ -11,7 +11,7 @@
+ EXTRA_DIST = cdck_man.in
+
+ cdck.1:
+- pod2man --section=cdck.1 --verbose cdck_man.in > cdck.1
++ pod2man --section=1 --verbose --name=cdck cdck_man.in > cdck.1
+
+
+ #
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+include /usr/share/quilt/quilt.make
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
build: build-stamp
-
-build-stamp: config.status
+build-stamp: config.status $(QUILT_STAMPFN)
dh_testdir
$(MAKE)
touch $@
-clean:
+clean: unpatch
dh_testdir
dh_testroot
rm -f build-stamp install-stamp
cp -f /usr/share/misc/config.guess config.guess
endif
- dh_clean
+ dh_clean
install: install-stamp
install-stamp: build-stamp
dh_testdir
dh_testroot
- dh_clean -k
+ dh_clean -k
$(MAKE) install DESTDIR=$(CURDIR)/debian/cdck
rm -rf $(CURDIR)/debian/cdck/usr/lib
touch $@