r2758 - in /packages/libi18n-charset-perl/trunk/debian: changelog rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Thu May 11 19:44:46 UTC 2006


Author: ntyni-guest
Date: Thu May 11 19:44:45 2006
New Revision: 2758

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2758
Log:
Don't install 'character-sets' document in /usr/share/perl5/...

Modified:
    packages/libi18n-charset-perl/trunk/debian/changelog
    packages/libi18n-charset-perl/trunk/debian/rules

Modified: packages/libi18n-charset-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libi18n-charset-perl/trunk/debian/changelog?rev=2758&op=diff
==============================================================================
--- packages/libi18n-charset-perl/trunk/debian/changelog (original)
+++ packages/libi18n-charset-perl/trunk/debian/changelog Thu May 11 19:44:45 2006
@@ -15,7 +15,7 @@
   * debian/control: upgraded to Debian Policy 3.7.2 (no changes needed)
   * Depend on ${misc:Depends}, as recommended by debhelper.
 
- -- Niko Tyni <ntyni at iki.fi>  Thu, 11 May 2006 22:36:10 +0300
+ -- Niko Tyni <ntyni at iki.fi>  Thu, 11 May 2006 22:43:28 +0300
 
 libi18n-charset-perl (1.371-1) unstable; urgency=low
 

Modified: packages/libi18n-charset-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libi18n-charset-perl/trunk/debian/rules?rev=2758&op=diff
==============================================================================
--- packages/libi18n-charset-perl/trunk/debian/rules (original)
+++ packages/libi18n-charset-perl/trunk/debian/rules Thu May 11 19:44:45 2006
@@ -50,6 +50,9 @@
 	#stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 
+	# We don't want this alongside the Perl module.
+	$(RM) $(TMP)/usr/share/perl5/I18N/Charset/character-sets
+
 	touch install-stamp
 
 binary-arch:




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