r70949 - in /trunk/libdatetime-timezone-perl/debian: README.source changelog rules tzdata/

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Wed Mar 9 12:36:02 UTC 2011


Author: periapt-guest
Date: Wed Mar  9 12:35:32 2011
New Revision: 70949

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70949
Log:
Removed debian/tzdata directory

Removed:
    trunk/libdatetime-timezone-perl/debian/tzdata/
Modified:
    trunk/libdatetime-timezone-perl/debian/README.source
    trunk/libdatetime-timezone-perl/debian/changelog
    trunk/libdatetime-timezone-perl/debian/rules

Modified: trunk/libdatetime-timezone-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-timezone-perl/debian/README.source?rev=70949&op=diff
==============================================================================
--- trunk/libdatetime-timezone-perl/debian/README.source (original)
+++ trunk/libdatetime-timezone-perl/debian/README.source Wed Mar  9 12:35:32 2011
@@ -9,6 +9,10 @@
 the Olson database. In order to facilitate this
 we include the Olson database version number in the 
 Debian version number.
+
+For example the upstream version 1.29 corresponds to the Olson
+database version number 2011c. So the Debian version number of the first
+(and hopefull only) package is 1:1.29-1+2011c .
 
 How to update this package *normally*
 -------------------------------------

Modified: trunk/libdatetime-timezone-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-timezone-perl/debian/changelog?rev=70949&op=diff
==============================================================================
--- trunk/libdatetime-timezone-perl/debian/changelog (original)
+++ trunk/libdatetime-timezone-perl/debian/changelog Wed Mar  9 12:35:32 2011
@@ -11,6 +11,7 @@
     on Linux and was causing lintian errors because of a long line
   * Renamed README.NMU to README.source and rewrote it and tweaked prepare rule
   * Updated copyright
+  * Removed debian/tzdata directory
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 08 Mar 2011 15:09:13 +0000
 

Modified: trunk/libdatetime-timezone-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-timezone-perl/debian/rules?rev=70949&op=diff
==============================================================================
--- trunk/libdatetime-timezone-perl/debian/rules (original)
+++ trunk/libdatetime-timezone-perl/debian/rules Wed Mar  9 12:35:32 2011
@@ -19,4 +19,7 @@
 	dh_installman
 	rm -f $(TMP)/usr/share/man/man3/DateTime\:\:TimeZone\:\:Local\:\:Win32.3pm
 
+override_dh_clean:
+	dh_clean
+	rm -rf $(CURDIR)/debian/tzdata
 




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