r10703 - in /trunk/libtext-roman-perl/debian: changelog control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Dec 2 15:47:59 UTC 2007


Author: gregoa-guest
Date: Sun Dec  2 15:47:59 2007
New Revision: 10703

URL: http://svn.debian.org/wsvn/?sc=1&rev=10703
Log:
* Update Homepage field and remove pseudo-field from description.
* debian/rules: remove emtpy /usr/lib/perl5 directory.

Modified:
    trunk/libtext-roman-perl/debian/changelog
    trunk/libtext-roman-perl/debian/control
    trunk/libtext-roman-perl/debian/rules

Modified: trunk/libtext-roman-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtext-roman-perl/debian/changelog?rev=10703&op=diff
==============================================================================
--- trunk/libtext-roman-perl/debian/changelog (original)
+++ trunk/libtext-roman-perl/debian/changelog Sun Dec  2 15:47:59 2007
@@ -15,6 +15,8 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
+  * Update Homepage field and remove pseudo-field from description.
+  * debian/rules: remove emtpy /usr/lib/perl5 directory.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:39 +0200
 

Modified: trunk/libtext-roman-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtext-roman-perl/debian/control?rev=10703&op=diff
==============================================================================
--- trunk/libtext-roman-perl/debian/control (original)
+++ trunk/libtext-roman-perl/debian/control Sun Dec  2 15:47:59 2007
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>
 Standards-Version: 3.7.2.2
-Homepage: http://search.cpan.org/dist/Text-Roman/
+Homepage: http://search.cpan.org/~ecalder/Text-Roman/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-roman-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-roman-perl/
 
@@ -17,5 +17,3 @@
  .
  The module also support Milhar algarisms, which extends the Roman
  numeration system up to 4,002,999.
- .
- Homepage: http://search.cpan.org/~ecalder/Text-Roman/

Modified: trunk/libtext-roman-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtext-roman-perl/debian/rules?rev=10703&op=diff
==============================================================================
--- trunk/libtext-roman-perl/debian/rules (original)
+++ trunk/libtext-roman-perl/debian/rules Sun Dec  2 15:47:59 2007
@@ -64,6 +64,10 @@
 	for i in `find $(tmpdir)/usr/bin/ -type f`; do \
 	  chmod 755 $$i; \
 	done
+	
+	# remove emtpy /usr/lib/perl5 directory
+	rmdir --parents --ignore-fail-on-non-empty $(tmpdir)/usr/lib/perl5
+	
 	# Ok, everything is finally in its place... Now make the md5 checksums
 	# We make the checksums of every package in $(tmpdir)/usr - Everything
 	# outside usr/ is either a conffile or the debian control files, which




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