diff options
author | Luca Falavigna <dktrkranz@debian.org> | 2010-01-02 20:59:35 +0100 |
---|---|---|
committer | Luca Falavigna <dktrkranz@debian.org> | 2010-01-02 20:59:35 +0100 |
commit | 478c10eaf20dcb9c0b7eeb4693a5f3dea9964ec7 (patch) | |
tree | 684494ef8b246c5aa8d7399c7af6a8992f5fa4b8 /debian | |
parent | 64c458487151933ee0ba093cf4ac69e177d9be37 (diff) |
Switch to format 3.0 (quilt)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.source | 8 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 | ||||
-rw-r--r-- | debian/source/format | 1 |
5 files changed, 9 insertions, 10 deletions
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 <dktrkranz@debian.org> 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 <dktrkranz@debian.org> 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 <dktrkranz@debian.org> Uploaders: Mark Brown <broonie@debian.org> -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) |