[Pgp-tools-commit] r460 - in trunk/debian: . source

Franck Joncourt franck at alioth.debian.org
Wed Jun 30 06:15:19 UTC 2010


Author: franck
Date: 2010-06-30 06:15:02 +0000 (Wed, 30 Jun 2010)
New Revision: 460

Added:
   trunk/debian/source/
   trunk/debian/source/format
Removed:
   trunk/debian/README.source
Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/rules
Log:
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.

Deleted: trunk/debian/README.source
===================================================================
--- trunk/debian/README.source	2010-05-23 12:09:05 UTC (rev 459)
+++ trunk/debian/README.source	2010-06-30 06:15:02 UTC (rev 460)
@@ -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.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-05-23 12:09:05 UTC (rev 459)
+++ trunk/debian/changelog	2010-06-30 06:15:02 UTC (rev 460)
@@ -1,9 +1,16 @@
 signing-party (1.1.3-2) UNRELEASED; urgency=low
 
+  [ Thijs Kinkhorst ]
   * Correct path of ~/.caffrc in informational messages (Closes: #582603).
 
- -- Thijs Kinkhorst <thijs at 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 at debian.org>  Sun, 27 Jun 2010 13:33:57 +0200
+
 signing-party (1.1.3-1) unstable; urgency=low
 
   [ Franck Joncourt ]

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2010-05-23 12:09:05 UTC (rev 459)
+++ trunk/debian/control	2010-06-30 06:15:02 UTC (rev 460)
@@ -6,7 +6,7 @@
  Peter Palfrader <weasel at debian.org>,
  Christoph Berg <myon at debian.org>,
  Franck Joncourt <franck at 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

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2010-05-23 12:09:05 UTC (rev 459)
+++ trunk/debian/rules	2010-06-30 06:15:02 UTC (rev 460)
@@ -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 @@
 	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

Added: trunk/debian/source/format
===================================================================
--- trunk/debian/source/format	                        (rev 0)
+++ trunk/debian/source/format	2010-06-30 06:15:02 UTC (rev 460)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Pgp-tools-commit mailing list