r30858 - in /trunk/libdatetime-locale-perl/debian: changelog rules tools/

tincho at users.alioth.debian.org tincho at users.alioth.debian.org
Wed Feb 18 17:10:27 UTC 2009


Author: tincho
Date: Wed Feb 18 17:10:23 2009
New Revision: 30858

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30858
Log:
* New upstream release (Closes: #494163, #453368)
* Removing debian/cldr/, debian/tools: upstream is up-to-date, if there were
  DFSG reasons for this, the correct way would be to repackage the source or
  create another package just with this data. Anyway, the tool to regenerate
  the .pm files doesn't work in debian (missing deps).

Removed:
    trunk/libdatetime-locale-perl/debian/tools/
Modified:
    trunk/libdatetime-locale-perl/debian/changelog
    trunk/libdatetime-locale-perl/debian/rules

Modified: trunk/libdatetime-locale-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-locale-perl/debian/changelog?rev=30858&op=diff
==============================================================================
--- trunk/libdatetime-locale-perl/debian/changelog (original)
+++ trunk/libdatetime-locale-perl/debian/changelog Wed Feb 18 17:10:23 2009
@@ -1,7 +1,7 @@
 libdatetime-locale-perl (1:0.42-1) UNRELEASED; urgency=low
 
   [ Gunnar Wolf
-  * New upstream release (Closes: #494163)
+  * New upstream release (Closes: #494163, #453368)
   * Added myself as an uploader
 
   [ Damyan Ivanov ]
@@ -20,17 +20,17 @@
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
   [ Martín Ferrari ]
-  * Removing debian/cldr/: upstream is up-to-date, if there were DFSG reasons
-    for this, the correct way would be to repackage the source or create
-    another package just with this data. Anyway, the tool to regenerate the
-    .pm files doesn't work in debian (missing deps).
+  * Removing debian/cldr/, debian/tools: upstream is up-to-date, if there were
+    DFSG reasons for this, the correct way would be to repackage the source or
+    create another package just with this data. Anyway, the tool to regenerate
+    the .pm files doesn't work in debian (missing deps).
   * debian/control: bumping S-V, adding myself to Uploaders, enhancing
     Description. Removed yada dependency, replaced with debhelper; updated
     dependencies to what upstreams asks.
   * debian/copyright: added as non-generated file with current format.
   * debian/rules: from scratch with debhelper.
 
- -- Gunnar Wolf <gwolf at debian.org>  Tue, 23 Sep 2008 12:19:39 -0500
+ -- Martín Ferrari <tincho at debian.org>  Wed, 18 Feb 2009 13:00:47 -0200
 
 libdatetime-locale-perl (1:0.35-1+1.5.0) unstable; urgency=low
 

Modified: trunk/libdatetime-locale-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-locale-perl/debian/rules?rev=30858&op=diff
==============================================================================
--- trunk/libdatetime-locale-perl/debian/rules (original)
+++ trunk/libdatetime-locale-perl/debian/rules Wed Feb 18 17:10:23 2009
@@ -16,6 +16,10 @@
 	dh_testdir
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
+	# Fix manpages
+	$(PERL) -i -ple 'next unless(/^\.SH "NAME"/.../^\.SH/); \
+		s/DateTime::Locale::(\S+)/$$& \\- DateTime locale package for "$1"/' \
+		blib/libdoc/DateTime::Locale::*
 	$(PERL) Build test
 	touch $@
 




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