Switch to dpkg-source 3.0 (quilt) format.
authorfranck <franck@b513b33f-fedd-0310-b452-c3deb5f4c849>
Wed, 30 Jun 2010 06:15:02 +0000 (06:15 +0000)
committerfranck <franck@b513b33f-fedd-0310-b452-c3deb5f4c849>
Wed, 30 Jun 2010 06:15:02 +0000 (06:15 +0000)
* 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

debian/README.source [deleted file]
debian/changelog
debian/control
debian/rules
debian/source/format [new file with mode: 0644]

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644 (file)
index ec7c9c8..0000000
+++ /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.
index 04178c19b312a8c1d1c19015049f1f0dd3478cd3..816d401083451fc2cb4b7381d058ed9dd21986a1 100644 (file)
@@ -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 <thijs@debian.org>  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 <franck@debian.org>  Sun, 27 Jun 2010 13:33:57 +0200
 
 signing-party (1.1.3-1) unstable; urgency=low
 
index 7071034642a7a6ae22a9e5d9bc51bdec39d1ca39..c575ab8d924b34e2bf768b1e0a9c3a499ab4b673 100644 (file)
@@ -6,7 +6,7 @@ Uploaders: Simon Richter <sjr@debian.org>,
  Peter Palfrader <weasel@debian.org>,
  Christoph Berg <myon@debian.org>,
  Franck Joncourt <franck@debian.org>
-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
index cfcea3c67137386b4ed3ef250501eb2858c647b5..bf664d5192e725271da75d51f50b804a92fa3a43 100755 (executable)
@@ -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 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)