r17525 - in /trunk/libstring-mkpasswd-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Mar 16 01:17:11 UTC 2008


Author: gregoa-guest
Date: Sun Mar 16 01:17:10 2008
New Revision: 17525

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17525
Log:
Rename /usr/bin/mkpasswd.pl to /usr/bin/mkpasswd (and it's manpage).

Modified:
    trunk/libstring-mkpasswd-perl/debian/changelog
    trunk/libstring-mkpasswd-perl/debian/rules

Modified: trunk/libstring-mkpasswd-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-mkpasswd-perl/debian/changelog?rev=17525&op=diff
==============================================================================
--- trunk/libstring-mkpasswd-perl/debian/changelog (original)
+++ trunk/libstring-mkpasswd-perl/debian/changelog Sun Mar 16 01:17:10 2008
@@ -12,8 +12,9 @@
   * Add /me to Uploaders.
   * debian/copyright: use version-independent download URL and clarify
     reference to Perl licenses.
+  * Rename /usr/bin/mkpasswd.pl to /usr/bin/mkpasswd (and it's manpage).
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 16 Mar 2008 02:08:32 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 16 Mar 2008 02:12:39 +0100
 
 libstring-mkpasswd-perl (0.02-1) unstable; urgency=low
 

Modified: trunk/libstring-mkpasswd-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-mkpasswd-perl/debian/rules?rev=17525&op=diff
==============================================================================
--- trunk/libstring-mkpasswd-perl/debian/rules (original)
+++ trunk/libstring-mkpasswd-perl/debian/rules Sun Mar 16 01:17:10 2008
@@ -45,6 +45,10 @@
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
 
+	# no scripts with extensions
+	[ ! -f $(TMP)/usr/bin/mkpasswd.pl ] || mv $(TMP)/usr/bin/mkpasswd.pl $(TMP)/usr/bin/mkpasswd
+	[ ! -f $(TMP)/usr/share/man/man1/mkpasswd.pl.1p ] || mv $(TMP)/usr/share/man/man1/mkpasswd.pl.1p $(TMP)/usr/share/man/man1/mkpasswd.1p
+
 	touch $@
 
 binary-arch:




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