From 478c10eaf20dcb9c0b7eeb4693a5f3dea9964ec7 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 2 Jan 2010 20:59:35 +0100 Subject: Switch to format 3.0 (quilt) --- debian/README.source | 8 -------- debian/changelog | 6 ++++++ debian/control | 2 +- debian/rules | 2 +- debian/source/format | 1 + 5 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 debian/README.source create mode 100644 debian/source/format (limited to 'debian') diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index 1619644..0000000 --- a/debian/README.source +++ /dev/null @@ -1,8 +0,0 @@ -scons-doc for Debian --------------------- - -.orig.tar.gz archive has been repacked using get-orig-source target, available -in debian/rules, to exclude unimportant files to generate SCons documentation. - - -- Luca Falavigna Tue, 08 Sep 2009 22:54:35 +0200 - diff --git a/debian/changelog b/debian/changelog index 3b5d386..f10a584 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +scons-doc (1.2.0.d20091224-2) UNRELEASED; urgency=low + + * Switch to format 3.0 (quilt). + + -- Luca Falavigna Sat, 02 Jan 2010 20:58:25 +0100 + scons-doc (1.2.0.d20091224-1) unstable; urgency=low * New upstream checkpoint release. diff --git a/debian/control b/debian/control index 172e39e..a99b003 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: doc Priority: optional Maintainer: Luca Falavigna Uploaders: Mark Brown -Build-Depends: debhelper (>= 7.0.50~), scons (>= 1.2.0.d20091224), quilt (>= 0.46-7) +Build-Depends: debhelper (>= 7.0.50~), scons (>= 1.2.0.d20091224) Build-Depends-Indep: docbook-utils, jade Standards-Version: 3.8.3 Homepage: http://www.scons.org/ diff --git a/debian/rules b/debian/rules index 4e6f44a..04b379b 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\-/') %: - dh --with quilt $@ + dh $@ override_dh_auto_clean: scons -c diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- cgit v1.2.3