r45675 - in /trunk/libdate-pcalc-perl/debian: README.source docs examples patches/ patches/10-examples.diff patches/series

ghantoos-guest at users.alioth.debian.org ghantoos-guest at users.alioth.debian.org
Mon Oct 12 23:15:49 UTC 2009


Author: ghantoos-guest
Date: Mon Oct 12 23:15:42 2009
New Revision: 45675

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45675
Log:
* New upstream version.
* debian/control:
  - Added myself to the uploaders field.
  - Bumped the Standards-Version to 3.8.3.
  - Added Build dependency on libcarp-clan-perl and quilt (>= 0.46-7).
  - Updated dependecy of debhelper to (>= 7.0.50~)
* debian/patches:
  - Added 10-examples.diff: Corrects perl interpreter path in example files.
* Added a debian/README.source file pointing to the quilt documentation.
* Added a debian/docs file.
* Added a debian/examples file.
* debian/rules:
  - Simplified the rules file using dh7 features.
  - Added quilt patching.
* debian/changelog:
  - Updated the Debian changelog to follow Revision 196 of the Copyright 
    Proposal format.


Added:
    trunk/libdate-pcalc-perl/debian/README.source
    trunk/libdate-pcalc-perl/debian/docs
    trunk/libdate-pcalc-perl/debian/examples
    trunk/libdate-pcalc-perl/debian/patches/
    trunk/libdate-pcalc-perl/debian/patches/10-examples.diff
    trunk/libdate-pcalc-perl/debian/patches/series

Added: trunk/libdate-pcalc-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-pcalc-perl/debian/README.source?rev=45675&op=file
==============================================================================
--- trunk/libdate-pcalc-perl/debian/README.source (added)
+++ trunk/libdate-pcalc-perl/debian/README.source Mon Oct 12 23:15:42 2009
@@ -1,0 +1,3 @@
+This package uses the quilt patch management solution.
+For more information about how to use it, please refer to:
+/usr/share/doc/quilt/README.source

Added: trunk/libdate-pcalc-perl/debian/docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-pcalc-perl/debian/docs?rev=45675&op=file
==============================================================================
--- trunk/libdate-pcalc-perl/debian/docs (added)
+++ trunk/libdate-pcalc-perl/debian/docs Mon Oct 12 23:15:42 2009
@@ -1,0 +1,2 @@
+README.txt
+TOOLS.txt

Added: trunk/libdate-pcalc-perl/debian/examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-pcalc-perl/debian/examples?rev=45675&op=file
==============================================================================
--- trunk/libdate-pcalc-perl/debian/examples (added)
+++ trunk/libdate-pcalc-perl/debian/examples Mon Oct 12 23:15:42 2009
@@ -1,0 +1,3 @@
+EXAMPLES.txt
+examples/*
+tools/

Added: trunk/libdate-pcalc-perl/debian/patches/10-examples.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-pcalc-perl/debian/patches/10-examples.diff?rev=45675&op=file
==============================================================================
--- trunk/libdate-pcalc-perl/debian/patches/10-examples.diff (added)
+++ trunk/libdate-pcalc-perl/debian/patches/10-examples.diff Mon Oct 12 23:15:42 2009
@@ -1,0 +1,124 @@
+Description: Corrects perl interpreter path in examples
+Author: Ignace Mouzannar <mouzannar at gmail.com>
+Last-Update: 2009-10-12
+
+--- a/examples/age_in_days_eu.pl
++++ b/examples/age_in_days_eu.pl
+@@ -1,4 +1,4 @@
+-#!perl -w
++#!/usr/bin/perl -w
+ 
+ ###############################################################################
+ ##                                                                           ##
+--- a/examples/age_in_days_us.pl
++++ b/examples/age_in_days_us.pl
+@@ -1,4 +1,4 @@
+-#!perl -w
++#!/usr/bin/perl -w
+ 
+ ###############################################################################
+ ##                                                                           ##
+--- a/examples/anniversaries.pl
++++ b/examples/anniversaries.pl
+@@ -1,4 +1,4 @@
+-#!perl -w
++#!/usr/bin/perl -w
+ 
+ ###############################################################################
+ ##                                                                           ##
+--- a/examples/calendar.pl
++++ b/examples/calendar.pl
+@@ -1,4 +1,4 @@
+-#!perl -w
++#!/usr/bin/perl -w
+ 
+ ###############################################################################
+ ##                                                                           ##
+--- a/examples/datecalc.pl
++++ b/examples/datecalc.pl
+@@ -1,4 +1,4 @@
+-#!perl -w
++#!/usr/bin/perl -w
+ 
+ ###############################################################################
+ ##                                                                           ##
+--- a/examples/delta.pl
++++ b/examples/delta.pl
+@@ -1,4 +1,4 @@
+-#!perl -w
++#!/usr/bin/perl -w
+ 
+ ###############################################################################
+ ##                                                                           ##
+--- a/examples/holidays.pl
++++ b/examples/holidays.pl
+@@ -1,4 +1,4 @@
+-#!perl -w
++#!/usr/bin/perl -w
+ 
+ ###############################################################################
+ ##                                                                           ##
+--- a/examples/income.pl
++++ b/examples/income.pl
+@@ -1,4 +1,4 @@
+-#!perl -w
++#!/usr/bin/perl -w
+ 
+ ###############################################################################
+ ##                                                                           ##
+--- a/examples/linearcal.pl
++++ b/examples/linearcal.pl
+@@ -1,4 +1,4 @@
+-#!perl -w
++#!/usr/bin/perl -w
+ 
+ ###############################################################################
+ ##                                                                           ##
+--- a/examples/nth_weekday.pl
++++ b/examples/nth_weekday.pl
+@@ -1,4 +1,4 @@
+-#!perl -w
++#!/usr/bin/perl -w
+ 
+ ###############################################################################
+ ##                                                                           ##
+--- a/examples/time.pl
++++ b/examples/time.pl
+@@ -1,4 +1,4 @@
+-#!perl -w
++#!/usr/bin/perl -w
+ 
+ ###############################################################################
+ ##                                                                           ##
+--- a/examples/vacation.pl
++++ b/examples/vacation.pl
+@@ -1,4 +1,4 @@
+-#!perl -w
++#!/usr/bin/perl -w
+ 
+ ###############################################################################
+ ##                                                                           ##
+--- a/examples/weiberfastnacht.pl
++++ b/examples/weiberfastnacht.pl
+@@ -1,4 +1,4 @@
+-#!perl -w
++#!/usr/bin/perl -w
+ 
+ ###############################################################################
+ ##                                                                           ##
+--- a/tools/compile.pl
++++ b/tools/compile.pl
+@@ -1,4 +1,4 @@
+-#!perl
++#!/usr/bin/perl -w
+ 
+ ###############################################################################
+ ##                                                                           ##
+--- a/examples/bug.pl
++++ b/examples/bug.pl
+@@ -1,4 +1,4 @@
+-#!perl
++#!/usr/bin/perl -w
+ 
+ BEGIN { eval { require bytes; }; }
+ use strict;

Added: trunk/libdate-pcalc-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-pcalc-perl/debian/patches/series?rev=45675&op=file
==============================================================================
--- trunk/libdate-pcalc-perl/debian/patches/series (added)
+++ trunk/libdate-pcalc-perl/debian/patches/series Mon Oct 12 23:15:42 2009
@@ -1,0 +1,1 @@
+10-examples.diff




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