From: franck Date: Wed, 30 Jun 2010 06:15:02 +0000 (+0000) Subject: Switch to dpkg-source 3.0 (quilt) format. X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=commitdiff_plain;h=560acb84bf2fba4e938762920962ae0ed55e86e6 Switch to dpkg-source 3.0 (quilt) format. * Switch to dpkg-source 3.0 (quilt) format. + Removed README.source which was needed only for documentation purpose. + Removed quilt framework in d.rules. + Removed BD on quilt. git-svn-id: svn://svn.debian.org/pgp-tools/trunk@460 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index ec7c9c8..0000000 --- a/debian/README.source +++ /dev/null @@ -1,5 +0,0 @@ -Quilt -=============================================================================== -This package uses quilt to manage all modifications to the upstream tarball. -So, you may have a look at the /usr/share/doc/quilt/README.source file to get -further information on how to use it. diff --git a/debian/changelog b/debian/changelog index 04178c1..816d401 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,15 @@ signing-party (1.1.3-2) UNRELEASED; urgency=low + [ Thijs Kinkhorst ] * Correct path of ~/.caffrc in informational messages (Closes: #582603). - -- Thijs Kinkhorst Sun, 23 May 2010 14:08:28 +0200 + [ Franck Joncourt ] + * Switch to dpkg-source 3.0 (quilt) format. + + Removed README.source which was needed only for documentation purpose. + + Removed quilt framework in d.rules. + + Removed BD on quilt. + + -- Franck Joncourt Sun, 27 Jun 2010 13:33:57 +0200 signing-party (1.1.3-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 7071034..c575ab8 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Simon Richter , Peter Palfrader , Christoph Berg , Franck Joncourt -Build-Depends: debhelper (>= 7), quilt +Build-Depends: debhelper (>= 7) Standards-Version: 3.8.4 Homepage: http://pgp-tools.alioth.debian.org/ Vcs-Svn: svn://svn.debian.org/svn/pgp-tools/trunk diff --git a/debian/rules b/debian/rules index cfcea3c..bf664d5 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,5 @@ #!/usr/bin/make -f -include /usr/share/quilt/quilt.make - VERSION := $(shell dpkg-parsechangelog | grep ^Version | cut -d' ' -f2) INSTALL = install @@ -24,12 +22,12 @@ configure-stamp: touch $@ build: build-stamp -build-stamp: $(QUILT_STAMPFN) configure-stamp +build-stamp: configure-stamp dh_testdir $(MAKE) touch $@ -clean: unpatch +clean: dh_testdir dh_testroot $(MAKE) clean 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)