r10726 - in /trunk/libcrypt-rijndael-perl/debian: changelog control patches/00list patches/01_manpage_section_fix.diff patches/01_manpage_section_fix.dpatch patches/series rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Dec 2 17:30:04 UTC 2007


Author: dmn
Date: Sun Dec  2 17:30:04 2007
New Revision: 10726

URL: http://svn.debian.org/wsvn/?sc=1&rev=10726
Log:
* Convert from dpatch to quilt

Added:
    trunk/libcrypt-rijndael-perl/debian/patches/01_manpage_section_fix.diff
    trunk/libcrypt-rijndael-perl/debian/patches/series
Removed:
    trunk/libcrypt-rijndael-perl/debian/patches/00list
    trunk/libcrypt-rijndael-perl/debian/patches/01_manpage_section_fix.dpatch
Modified:
    trunk/libcrypt-rijndael-perl/debian/changelog
    trunk/libcrypt-rijndael-perl/debian/control
    trunk/libcrypt-rijndael-perl/debian/rules

Modified: trunk/libcrypt-rijndael-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcrypt-rijndael-perl/debian/changelog?rev=10726&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/debian/changelog (original)
+++ trunk/libcrypt-rijndael-perl/debian/changelog Sun Dec  2 17:30:04 2007
@@ -12,6 +12,7 @@
   * New upstream release (1.05.01)
   * Updated debian/watch to work with "subreleases" (x.yy_zz)
   * Add myself to Uploaders
+  * Convert from dpatch to quilt
 
  -- Damyan Ivanov <dmn at debian.org>  Sun, 02 Dec 2007 19:03:39 +0200
 

Modified: trunk/libcrypt-rijndael-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libcrypt-rijndael-perl/debian/control?rev=10726&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/debian/control (original)
+++ trunk/libcrypt-rijndael-perl/debian/control Sun Dec  2 17:30:04 2007
@@ -6,7 +6,7 @@
  Martín Ferrari <martin.ferrari at gmail.com>, gregor herrmann <gregor+debian at comodo.priv.at>,
  Damyan Ivanov <dmn at debian.org>
 Build-Depends: debhelper (>= 5), perl (>= 5.8), libtest-pod-coverage-perl,
- libtest-pod-perl, dpatch
+ libtest-pod-perl, quilt
 Standards-Version: 3.7.2
 Homepage: http://search.cpan.org/dist/Crypt-Rijndael/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcrypt-rijndael-perl/

Added: trunk/libcrypt-rijndael-perl/debian/patches/01_manpage_section_fix.diff
URL: http://svn.debian.org/wsvn/trunk/libcrypt-rijndael-perl/debian/patches/01_manpage_section_fix.diff?rev=10726&op=file
==============================================================================
--- trunk/libcrypt-rijndael-perl/debian/patches/01_manpage_section_fix.diff (added)
+++ trunk/libcrypt-rijndael-perl/debian/patches/01_manpage_section_fix.diff Sun Dec  2 17:30:04 2007
@@ -1,0 +1,13 @@
+Index: libcrypt-rijndael-perl/Makefile.PL
+===================================================================
+--- libcrypt-rijndael-perl.orig/Makefile.PL	2007-12-02 18:57:57.000000000 +0200
++++ libcrypt-rijndael-perl/Makefile.PL	2007-12-02 19:27:52.000000000 +0200
+@@ -20,7 +20,7 @@
+ 
+ 
+ 	'MAN3PODS'     => {
+-			'Rijndael.pm' => '$(INST_MAN3DIR)/Crypt::Rijndael.3',
++			'Rijndael.pm' => '$(INST_MAN3DIR)/Crypt::Rijndael.3pm',
+ 			},
+ 
+ 	clean          => { FILES    => q|*.bak *.old Crypt-*| },

Added: trunk/libcrypt-rijndael-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libcrypt-rijndael-perl/debian/patches/series?rev=10726&op=file
==============================================================================
--- trunk/libcrypt-rijndael-perl/debian/patches/series (added)
+++ trunk/libcrypt-rijndael-perl/debian/patches/series Sun Dec  2 17:30:04 2007
@@ -1,0 +1,1 @@
+01_manpage_section_fix.diff

Modified: trunk/libcrypt-rijndael-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcrypt-rijndael-perl/debian/rules?rev=10726&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/debian/rules (original)
+++ trunk/libcrypt-rijndael-perl/debian/rules Sun Dec  2 17:30:04 2007
@@ -11,7 +11,7 @@
 
 PACKAGE=$(shell dh_listpackages)
 
-include /usr/share/dpatch/dpatch.make
+include /usr/share/quilt/quilt.make
 
 ifndef PERL
 PERL = /usr/bin/perl




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