r17529 - 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:28:28 UTC 2008


Author: gregoa-guest
Date: Sun Mar 16 01:28:28 2008
New Revision: 17529

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17529
Log:
revert the renaming stuff. there is a /usr/bin/mkpasswd in whois, and the manpage talks about another one provides by Expect

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=17529&op=diff
==============================================================================
--- trunk/libstring-mkpasswd-perl/debian/changelog (original)
+++ trunk/libstring-mkpasswd-perl/debian/changelog Sun Mar 16 01:28:28 2008
@@ -12,9 +12,8 @@
   * Add /me to Uploaders.
   * debian/copyright: use version-independent download URL and clarify
     reference to Perl licenses.
-  * Rename /usr/bin/mkpasswd.pl (and its manpage) to /usr/bin/mkpasswd.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 16 Mar 2008 02:12:39 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 16 Mar 2008 02:08:32 +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=17529&op=diff
==============================================================================
--- trunk/libstring-mkpasswd-perl/debian/rules (original)
+++ trunk/libstring-mkpasswd-perl/debian/rules Sun Mar 16 01:28:28 2008
@@ -45,10 +45,6 @@
 	$(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