r10732 - in /trunk/libdate-manip-perl/debian: changelog control patches/00list patches/01_global_conf.diff patches/01_global_conf.dpatch patches/02_manip_omst_tz.diff patches/02_manip_omst_tz.dpatch patches/series rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Dec 2 17:51:05 UTC 2007


Author: dmn
Date: Sun Dec  2 17:51:05 2007
New Revision: 10732

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

Added:
    trunk/libdate-manip-perl/debian/patches/01_global_conf.diff
    trunk/libdate-manip-perl/debian/patches/02_manip_omst_tz.diff
    trunk/libdate-manip-perl/debian/patches/series
Removed:
    trunk/libdate-manip-perl/debian/patches/00list
    trunk/libdate-manip-perl/debian/patches/01_global_conf.dpatch
    trunk/libdate-manip-perl/debian/patches/02_manip_omst_tz.dpatch
Modified:
    trunk/libdate-manip-perl/debian/changelog
    trunk/libdate-manip-perl/debian/control
    trunk/libdate-manip-perl/debian/rules

Modified: trunk/libdate-manip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdate-manip-perl/debian/changelog?rev=10732&op=diff
==============================================================================
--- trunk/libdate-manip-perl/debian/changelog (original)
+++ trunk/libdate-manip-perl/debian/changelog Sun Dec  2 17:51:05 2007
@@ -10,6 +10,7 @@
 
   [ Damyan Ivanov ]
   * Use both DESTDIR and PREFIX when calling $(MAKE) install
+  * Convert to quilt
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 30 Nov 2007 15:49:43 +0100
 

Modified: trunk/libdate-manip-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libdate-manip-perl/debian/control?rev=10732&op=diff
==============================================================================
--- trunk/libdate-manip-perl/debian/control (original)
+++ trunk/libdate-manip-perl/debian/control Sun Dec  2 17:51:05 2007
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  Damyan Ivanov <dmn at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
-Build-Depends: debhelper (>= 5), dpatch
+Build-Depends: debhelper (>= 5), quilt
 Build-Depends-Indep: perl (>= 5.6.0-17)
 Standards-Version: 3.7.2
 Homepage: http://search.cpan.org/dist/Date-Manip/

Added: trunk/libdate-manip-perl/debian/patches/01_global_conf.diff
URL: http://svn.debian.org/wsvn/trunk/libdate-manip-perl/debian/patches/01_global_conf.diff?rev=10732&op=file
==============================================================================
--- trunk/libdate-manip-perl/debian/patches/01_global_conf.diff (added)
+++ trunk/libdate-manip-perl/debian/patches/01_global_conf.diff Sun Dec  2 17:51:05 2007
@@ -1,0 +1,47 @@
+Index: libdate-manip-perl/Manip.pm
+===================================================================
+--- libdate-manip-perl.orig/Manip.pm	2007-11-30 19:57:15.000000000 +0200
++++ libdate-manip-perl/Manip.pm	2007-12-02 19:50:28.000000000 +0200
+@@ -48,7 +48,7 @@
+ 
+ # Location of a the global config file.  Tilde (~) expansions are allowed.
+ # This should be set in Date_Init arguments.
+-$Cnf{"GlobalCnf"}="";
++$Cnf{"GlobalCnf"}="/etc/DateManip.cnf";
+ $Cnf{"IgnoreGlobalCnf"}="";
+ 
+ # Name of a personal config file and the path to search for it.  Tilde (~)
+Index: libdate-manip-perl/Manip.pod
+===================================================================
+--- libdate-manip-perl.orig/Manip.pod	2007-11-30 19:57:15.000000000 +0200
++++ libdate-manip-perl/Manip.pod	2007-12-02 19:50:28.000000000 +0200
+@@ -1910,18 +1910,17 @@
+ At the top of the Manip.pm file, there is a section which contains all
+ customization variables.  These provide the default values.
+ 
+-These can be overridden in a global config file if one is present (this
+-file is optional).  If the GlobalCnf variable is set in the Manip.pm file,
+-it contains the full path to a config file.  If the file exists, its
+-values will override those set in the Manip.pm file.  A sample config file
+-is included with the Date::Manip distribution.  Modify it as appropriate
+-and copy it to some appropriate directory and set the GlobalCnf variable in
+-the Manip.pm file.
+-
+-Each user can have a personal config file which is of the same form as the
+-global config file.  The variables PersonalCnf and PersonalCnfPath set the
+-name and search path for the personal config file.  This file is also
+-optional.  If present, it overrides any values set in the global file.
++The default values can be overridden in a global config file if one is present.
++On a Debian system, the global config file is /etc/DateManip.cnf.  If this file
++exists, its values will override those set in the Manip.pm file.  A sample
++config file is included in /usr/share/doc/libdate-manip-perl/examples.  If you
++need to, modify the sample as appropriate and copy it to /etc/DateManip.cnf.
++
++Each user can also have a personal config file which is of the same form as the
++global config file.  The variables PersonalCnf and PersonalCnfPath (which can
++themselves be overridden in /etc/DateManip.cnf) set the name and search path
++for the personal config file.  The personal config file is also optional.  If
++present, it overrides any values set in the global file.
+ 
+ NOTE: if you use business mode calculations, you must have a config file
+ (either global or personal) since this is the only place where you can

Added: trunk/libdate-manip-perl/debian/patches/02_manip_omst_tz.diff
URL: http://svn.debian.org/wsvn/trunk/libdate-manip-perl/debian/patches/02_manip_omst_tz.diff?rev=10732&op=file
==============================================================================
--- trunk/libdate-manip-perl/debian/patches/02_manip_omst_tz.diff (added)
+++ trunk/libdate-manip-perl/debian/patches/02_manip_omst_tz.diff Sun Dec  2 17:51:05 2007
@@ -1,0 +1,12 @@
+Index: libdate-manip-perl/Manip.pm
+===================================================================
+--- libdate-manip-perl.orig/Manip.pm	2007-12-02 19:50:28.000000000 +0200
++++ libdate-manip-perl/Manip.pm	2007-12-02 19:50:29.000000000 +0200
+@@ -627,6 +627,7 @@
+       "ist    +0530 ".  # Indian Standard
+       "zp6    +0600 ".  # USSR Zone 5
+       "novt   +0600 ".  # Novosibirsk winter time zone, Russia
++      "omst   +0600 ".  # Omsk time zone, Russia
+       "nst    +0630 ".  # North Sumatra              nst=Newfoundland Std -0330
+       #"sst   +0700 ".  # South Sumatra, USSR Zone 6 sst=Swedish Summer   +0200
+       "javt   +0700 ".  # Java

Added: trunk/libdate-manip-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libdate-manip-perl/debian/patches/series?rev=10732&op=file
==============================================================================
--- trunk/libdate-manip-perl/debian/patches/series (added)
+++ trunk/libdate-manip-perl/debian/patches/series Sun Dec  2 17:51:05 2007
@@ -1,0 +1,2 @@
+01_global_conf.diff
+02_manip_omst_tz.diff

Modified: trunk/libdate-manip-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdate-manip-perl/debian/rules?rev=10732&op=diff
==============================================================================
--- trunk/libdate-manip-perl/debian/rules (original)
+++ trunk/libdate-manip-perl/debian/rules Sun Dec  2 17:51:05 2007
@@ -5,7 +5,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
+include /usr/share/quilt/quilt.make
 
 # Define the perl interpreter
 
@@ -16,7 +16,7 @@
 TMP = $(CURDIR)/debian/$(PACKAGE)
 
 configure: configure-stamp
-configure-stamp: $(DPATCH_STAMPFN)
+configure-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
 	perl Makefile.PL verbose INSTALLDIRS=vendor




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