r7355 - in /trunk/libdata-random-perl/debian: ./ patches/

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Sep 11 08:14:15 UTC 2007


Author: dmn
Date: Tue Sep 11 08:14:15 2007
New Revision: 7355

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

Added:
    trunk/libdata-random-perl/debian/patches/10dict_location.patch
      - copied, changed from r7318, trunk/libdata-random-perl/debian/patches/10dict_location.dpatch
    trunk/libdata-random-perl/debian/patches/20man_hyphen.patch
      - copied, changed from r7318, trunk/libdata-random-perl/debian/patches/20man_hyphen.dpatch
    trunk/libdata-random-perl/debian/patches/30rand_time.patch
      - copied, changed from r7318, trunk/libdata-random-perl/debian/patches/30rand_time.dpatch
    trunk/libdata-random-perl/debian/patches/series
      - copied, changed from r7318, trunk/libdata-random-perl/debian/patches/00list
Removed:
    trunk/libdata-random-perl/debian/patches/00list
    trunk/libdata-random-perl/debian/patches/10dict_location.dpatch
    trunk/libdata-random-perl/debian/patches/20man_hyphen.dpatch
    trunk/libdata-random-perl/debian/patches/30rand_time.dpatch
Modified:
    trunk/libdata-random-perl/debian/changelog
    trunk/libdata-random-perl/debian/control
    trunk/libdata-random-perl/debian/rules

Modified: trunk/libdata-random-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdata-random-perl/debian/changelog?rev=7355&op=diff
==============================================================================
--- trunk/libdata-random-perl/debian/changelog (original)
+++ trunk/libdata-random-perl/debian/changelog Tue Sep 11 08:14:15 2007
@@ -1,3 +1,9 @@
+libdata-random-perl (0.05-3) UNRELEASED; urgency=low
+
+  * Convert from dpatch to quilt
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 11 Sep 2007 11:13:07 +0300
+
 libdata-random-perl (0.05-2) unstable; urgency=medium
 
   * debian/patches/30rand_time.dpatch: fix test failure happening

Modified: trunk/libdata-random-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libdata-random-perl/debian/control?rev=7355&op=diff
==============================================================================
--- trunk/libdata-random-perl/debian/control (original)
+++ trunk/libdata-random-perl/debian/control Tue Sep 11 08:14:15 2007
@@ -1,7 +1,7 @@
 Source: libdata-random-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), dpatch
+Build-Depends: debhelper (>= 5.0.0), quilt
 Build-Depends-Indep: perl (>= 5.8.0-7), libdate-calc-perl, libgd-gd2-perl | libgd-gd2-noxpm-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Niko Tyni <ntyni at iki.fi>

Copied: trunk/libdata-random-perl/debian/patches/10dict_location.patch (from r7318, trunk/libdata-random-perl/debian/patches/10dict_location.dpatch)
URL: http://svn.debian.org/wsvn/trunk/libdata-random-perl/debian/patches/10dict_location.patch?rev=7355&op=diff
==============================================================================
--- trunk/libdata-random-perl/debian/patches/10dict_location.dpatch (original)
+++ trunk/libdata-random-perl/debian/patches/10dict_location.patch Tue Sep 11 08:14:15 2007
@@ -1,10 +1,7 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 10dict_location.dpatch by  <gregor+debian at comodo.priv.at>
+## 10dict_location.patch by  <gregor+debian at comodo.priv.at>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Change /usr/dict/words to /usr/share/dict/words to reflect FHS.
+## Change /usr/dict/words to /usr/share/dict/words to reflect FHS.
 
- at DPATCH@
 diff -urNad Data-Random-0.05~/Random/WordList.pm Data-Random-0.05/Random/WordList.pm
 --- Data-Random-0.05~/Random/WordList.pm	2003-02-22 21:25:17.000000000 +0100
 +++ Data-Random-0.05/Random/WordList.pm	2006-06-05 16:14:02.000000000 +0200

Copied: trunk/libdata-random-perl/debian/patches/20man_hyphen.patch (from r7318, trunk/libdata-random-perl/debian/patches/20man_hyphen.dpatch)
URL: http://svn.debian.org/wsvn/trunk/libdata-random-perl/debian/patches/20man_hyphen.patch?rev=7355&op=diff
==============================================================================
--- trunk/libdata-random-perl/debian/patches/20man_hyphen.dpatch (original)
+++ trunk/libdata-random-perl/debian/patches/20man_hyphen.patch Tue Sep 11 08:14:15 2007
@@ -1,10 +1,7 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 20man_hyphen.dpatch by  <gregor+debian at comodo.priv.at>
+## 20man_hyphen.patch by  <gregor+debian at comodo.priv.at>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: lintian complains about hyphen vs. minus
+## lintian complains about hyphen vs. minus
 
- at DPATCH@
 diff -urNad Data-Random-0.05~/Random.pm Data-Random-0.05/Random.pm
 --- Data-Random-0.05~/Random.pm	2006-06-05 16:19:36.000000000 +0200
 +++ Data-Random-0.05/Random.pm	2006-06-05 16:20:34.000000000 +0200

Copied: trunk/libdata-random-perl/debian/patches/30rand_time.patch (from r7318, trunk/libdata-random-perl/debian/patches/30rand_time.dpatch)
URL: http://svn.debian.org/wsvn/trunk/libdata-random-perl/debian/patches/30rand_time.patch?rev=7355&op=diff
==============================================================================
--- trunk/libdata-random-perl/debian/patches/30rand_time.dpatch (original)
+++ trunk/libdata-random-perl/debian/patches/30rand_time.patch Tue Sep 11 08:14:15 2007
@@ -1,11 +1,8 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 30rand_time.dpatch by Niko Tyni <ntyni at iki.fi>
+## 30rand_time.patch by Niko Tyni <ntyni at iki.fi>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix an occasional test failure when rand_time() returns "00:00:00".
-## DP: Debian bug #427188, CPAN bug 27392
+## Fix an occasional test failure when rand_time() returns "00:00:00".
+## Debian bug #427188, CPAN bug 27392
 
- at DPATCH@
 diff -urNad trunk~/t/rand_time.t trunk/t/rand_time.t
 --- trunk~/t/rand_time.t	2007-06-02 21:11:54.000000000 +0300
 +++ trunk/t/rand_time.t	2007-06-02 21:12:31.000000000 +0300

Copied: trunk/libdata-random-perl/debian/patches/series (from r7318, trunk/libdata-random-perl/debian/patches/00list)
URL: http://svn.debian.org/wsvn/trunk/libdata-random-perl/debian/patches/series?rev=7355&op=diff
==============================================================================
--- trunk/libdata-random-perl/debian/patches/00list (original)
+++ trunk/libdata-random-perl/debian/patches/series Tue Sep 11 08:14:15 2007
@@ -1,3 +1,3 @@
-10dict_location
-20man_hyphen
-30rand_time
+10dict_location.patch
+20man_hyphen.patch
+30rand_time.patch

Modified: trunk/libdata-random-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdata-random-perl/debian/rules?rev=7355&op=diff
==============================================================================
--- trunk/libdata-random-perl/debian/rules (original)
+++ trunk/libdata-random-perl/debian/rules Tue Sep 11 08:14:15 2007
@@ -7,7 +7,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
+include /usr/share/quilt/quilt.make
 
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.




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