r20775 - in /trunk/libdate-calc-perl: debian/changelog debian/control debian/patches/ debian/patches/perl_path.patch debian/patches/series debian/rules examples/age_in_days_eu.pl examples/age_in_days_us.pl examples/nth_weekday.pl patchlevel.h

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jun 6 14:23:09 UTC 2008


Author: gregoa
Date: Fri Jun  6 14:23:08 2008
New Revision: 20775

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20775
Log:
* Split out changes in the files under examples to debian/patches/; add
  quilt framework.
* debian/rules: remove patchlevel.h in clean target (gets created by
  Makefile.PL).

Added:
    trunk/libdate-calc-perl/debian/patches/
    trunk/libdate-calc-perl/debian/patches/perl_path.patch
    trunk/libdate-calc-perl/debian/patches/series
Removed:
    trunk/libdate-calc-perl/patchlevel.h
Modified:
    trunk/libdate-calc-perl/debian/changelog
    trunk/libdate-calc-perl/debian/control
    trunk/libdate-calc-perl/debian/rules
    trunk/libdate-calc-perl/examples/age_in_days_eu.pl
    trunk/libdate-calc-perl/examples/age_in_days_us.pl
    trunk/libdate-calc-perl/examples/nth_weekday.pl

Modified: trunk/libdate-calc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-calc-perl/debian/changelog?rev=20775&op=diff
==============================================================================
--- trunk/libdate-calc-perl/debian/changelog (original)
+++ trunk/libdate-calc-perl/debian/changelog Fri Jun  6 14:23:08 2008
@@ -3,6 +3,10 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
+  * Split out changes in the files under examples to debian/patches/; add
+    quilt framework.
+  * debian/rules: remove patchlevel.h in clean target (gets created by
+    Makefile.PL).
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:38 +0200
 

Modified: trunk/libdate-calc-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-calc-perl/debian/control?rev=20775&op=diff
==============================================================================
--- trunk/libdate-calc-perl/debian/control (original)
+++ trunk/libdate-calc-perl/debian/control Fri Jun  6 14:23:08 2008
@@ -2,7 +2,8 @@
 Maintainer: Christian Hammers <ch at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.1.0), cdbs, libcarp-clan-perl (>= 5.3-3)
+Build-Depends: debhelper (>= 4.1.0), cdbs, libcarp-clan-perl (>= 5.3-3),
+ quilt (>= 0.40)
 Standards-Version: 3.7.2
 Homepage: http://search.cpan.org/dist/Date-Calc/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdate-calc-perl/

Added: trunk/libdate-calc-perl/debian/patches/perl_path.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-calc-perl/debian/patches/perl_path.patch?rev=20775&op=file
==============================================================================
--- trunk/libdate-calc-perl/debian/patches/perl_path.patch (added)
+++ trunk/libdate-calc-perl/debian/patches/perl_path.patch Fri Jun  6 14:23:08 2008
@@ -1,0 +1,24 @@
+--- libdate-calc-perl.orig/examples/age_in_days_eu.pl
++++ libdate-calc-perl/examples/age_in_days_eu.pl
+@@ -1,4 +1,4 @@
+-#!perl -w
++#!/usr/bin/perl -w
+ 
+ ###############################################################################
+ ##                                                                           ##
+--- libdate-calc-perl.orig/examples/age_in_days_us.pl
++++ libdate-calc-perl/examples/age_in_days_us.pl
+@@ -1,4 +1,4 @@
+-#!perl -w
++#!/usr/bin/perl -w
+ 
+ ###############################################################################
+ ##                                                                           ##
+--- libdate-calc-perl.orig/examples/nth_weekday.pl
++++ libdate-calc-perl/examples/nth_weekday.pl
+@@ -1,4 +1,4 @@
+-#!perl -w
++#!/usr/bin/perl -w
+ 
+ ###############################################################################
+ ##                                                                           ##

Added: trunk/libdate-calc-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-calc-perl/debian/patches/series?rev=20775&op=file
==============================================================================
--- trunk/libdate-calc-perl/debian/patches/series (added)
+++ trunk/libdate-calc-perl/debian/patches/series Fri Jun  6 14:23:08 2008
@@ -1,0 +1,1 @@
+perl_path.patch

Modified: trunk/libdate-calc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-calc-perl/debian/rules?rev=20775&op=diff
==============================================================================
--- trunk/libdate-calc-perl/debian/rules (original)
+++ trunk/libdate-calc-perl/debian/rules Fri Jun  6 14:23:08 2008
@@ -5,9 +5,13 @@
 # Put perlmodule.mk last to dh_clean temporary files not in MANIFEST
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/perlmodule.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 DEB_INSTALL_EXAMPLES_libdate-calc-perl := EXAMPLES.txt examples/*
 DEB_INSTALL_CHANGELOGS_libdate-calc-perl := CHANGES.txt
 
 binary-install/libdate-calc-perl ::
 	chmod -x debian/libdate-calc-perl/usr/share/doc/libdate-calc-perl/examples/*
+
+clean ::
+	[ ! -f patchlevel.h ] || $(RM) patchlevel.h

Modified: trunk/libdate-calc-perl/examples/age_in_days_eu.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-calc-perl/examples/age_in_days_eu.pl?rev=20775&op=diff
==============================================================================
--- trunk/libdate-calc-perl/examples/age_in_days_eu.pl (original)
+++ trunk/libdate-calc-perl/examples/age_in_days_eu.pl Fri Jun  6 14:23:08 2008
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!perl -w
 
 ###############################################################################
 ##                                                                           ##

Modified: trunk/libdate-calc-perl/examples/age_in_days_us.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-calc-perl/examples/age_in_days_us.pl?rev=20775&op=diff
==============================================================================
--- trunk/libdate-calc-perl/examples/age_in_days_us.pl (original)
+++ trunk/libdate-calc-perl/examples/age_in_days_us.pl Fri Jun  6 14:23:08 2008
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!perl -w
 
 ###############################################################################
 ##                                                                           ##

Modified: trunk/libdate-calc-perl/examples/nth_weekday.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-calc-perl/examples/nth_weekday.pl?rev=20775&op=diff
==============================================================================
--- trunk/libdate-calc-perl/examples/nth_weekday.pl (original)
+++ trunk/libdate-calc-perl/examples/nth_weekday.pl Fri Jun  6 14:23:08 2008
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!perl -w
 
 ###############################################################################
 ##                                                                           ##




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