r14099 - in /trunk/liblocale-gettext-perl/debian: README.debian changelog rules

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Sun Feb 3 19:36:59 UTC 2008


Author: hertzog
Date: Sun Feb  3 19:36:59 2008
New Revision: 14099

URL: http://svn.debian.org/wsvn/?sc=1&rev=14099
Log:
* Updated README.Debian.
* Remove empty /usr/share/perl5.

Modified:
    trunk/liblocale-gettext-perl/debian/README.debian
    trunk/liblocale-gettext-perl/debian/changelog
    trunk/liblocale-gettext-perl/debian/rules

Modified: trunk/liblocale-gettext-perl/debian/README.debian
URL: http://svn.debian.org/wsvn/trunk/liblocale-gettext-perl/debian/README.debian?rev=14099&op=diff
==============================================================================
--- trunk/liblocale-gettext-perl/debian/README.debian (original)
+++ trunk/liblocale-gettext-perl/debian/README.debian Sun Feb  3 19:36:59 2008
@@ -1,7 +1,5 @@
 liblocale-gettext-perl for Debian
 ---------------------------------
-
-Comments regarding the Package
 
 This module is used to internationalize all Perl programs in the
 same way than the C programs. You only need to create *.mo file in order
@@ -9,6 +7,6 @@
 strings were needed.
 
 The man page is not very instructive, take a look at the README file
-shipped in the /usr/doc/liblocale-gettext-perl directory.
+shipped in the /usr/share/doc/liblocale-gettext-perl directory.
 
 Raphael Hertzog <rhertzog at hrnet.fr>, Tue, 29 Dec 1998 12:11:58 +0100

Modified: trunk/liblocale-gettext-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/liblocale-gettext-perl/debian/changelog?rev=14099&op=diff
==============================================================================
--- trunk/liblocale-gettext-perl/debian/changelog (original)
+++ trunk/liblocale-gettext-perl/debian/changelog Sun Feb  3 19:36:59 2008
@@ -1,4 +1,4 @@
-liblocale-gettext-perl (1.05-2) UNRELEASED; urgency=low
+liblocale-gettext-perl (1.05-2) unstable; urgency=low
 
   [ Raphael Hertzog ]
   * Move myself to Uploaders and put the team as Maintainer.
@@ -10,13 +10,15 @@
   * Switched to quilt instead of old home-made dpatch based system.
     Added quilt to Build-Depends.
   * Refreshed patch.
+  * Updated README.Debian.
+  * Remove empty /usr/share/perl5.
 
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:06 +0200
+ -- Raphael Hertzog <hertzog at debian.org>  Sun, 03 Feb 2008 19:56:22 +0100
 
 liblocale-gettext-perl (1.05-1) unstable; urgency=low
 

Modified: trunk/liblocale-gettext-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/liblocale-gettext-perl/debian/rules?rev=14099&op=diff
==============================================================================
--- trunk/liblocale-gettext-perl/debian/rules (original)
+++ trunk/liblocale-gettext-perl/debian/rules Sun Feb  3 19:36:59 2008
@@ -31,7 +31,6 @@
 	dh_testroot
 	rm -f build-stamp install-stamp
 
-	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) distclean
 
 	dh_clean
@@ -45,8 +44,8 @@
 	dh_clean -k
 	dh_installdirs
 
-	# Add here commands to install the package into debian/tmp.
 	$(MAKE) install PREFIX=$(TMP)/usr
+	[ -d $(TMP)/usr/share/perl5 ] && rmdir $(TMP)/usr/share/perl5/
 
 	touch install-stamp
 




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