r37295 - in /trunk/libgnupg-perl/debian: README.source changelog control patches/ rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Jun 2 17:32:04 UTC 2009


Author: gregoa
Date: Tue Jun  2 17:31:58 2009
New Revision: 37295

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37295
Log:
remove the last patch, that was never used anyway, and all quilt stuff

Removed:
    trunk/libgnupg-perl/debian/README.source
    trunk/libgnupg-perl/debian/patches/
Modified:
    trunk/libgnupg-perl/debian/changelog
    trunk/libgnupg-perl/debian/control
    trunk/libgnupg-perl/debian/rules

Modified: trunk/libgnupg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/debian/changelog?rev=37295&op=diff
==============================================================================
--- trunk/libgnupg-perl/debian/changelog (original)
+++ trunk/libgnupg-perl/debian/changelog Tue Jun  2 17:31:58 2009
@@ -1,15 +1,6 @@
 libgnupg-perl (0.10-1) UNRELEASED; urgency=low
 
   [ gregor herrmann ]
-  TODO: check patch decrypt.patch and see if it actually closes a bug
-        (#XXXXXX in changelog and the patch)
-        at least the test pass now.
-        speaking of tests: do buildds have enough entropy to generate a key?
-  
-  STATUS:
-  - decrypt.patch doesn't apply; is it needed?
-  - #458795 still fails
-  
   * Take over for the Debian Perl Group on maintainer's request:
     http://lists.debian.org/debian-perl/2009/01/msg00120.html
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field
@@ -26,8 +17,6 @@
   * debian/copyright: switch to new format.
   * debian/changelog: set version number to 0.09 (instead of 0.9) to match
     upstream's version.
-  * Add patch decrypt.patch: read the whole status on symmetric description
-    (closes: #XXXXXX).
 
   [ Ryan Niebur ]
   * Add myself to Uploaders

Modified: trunk/libgnupg-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/debian/control?rev=37295&op=diff
==============================================================================
--- trunk/libgnupg-perl/debian/control (original)
+++ trunk/libgnupg-perl/debian/control Tue Jun  2 17:31:58 2009
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7)
 Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/GnuPG/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgnupg-perl/

Modified: trunk/libgnupg-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/debian/rules?rev=37295&op=diff
==============================================================================
--- trunk/libgnupg-perl/debian/rules (original)
+++ trunk/libgnupg-perl/debian/rules Tue Jun  2 17:31:58 2009
@@ -1,13 +1,11 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh build
 	touch $@
 
-clean: unpatch
+clean:
 	dh $@
 
 install: install-stamp




More information about the Pkg-perl-cvs-commits mailing list