r17533 - in /trunk/libstring-mkpasswd-perl/debian: changelog lintian-overrides rules

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


Author: gregoa-guest
Date: Sun Mar 16 01:38:37 2008
New Revision: 17533

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17533
Log:
Add lintian override for "script-with-language-extension
  usr/bin/mkpasswd.pl"; we cannot rename the script because
  /usr/bin/mkpasswd already exists.

Added:
    trunk/libstring-mkpasswd-perl/debian/lintian-overrides
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=17533&op=diff
==============================================================================
--- trunk/libstring-mkpasswd-perl/debian/changelog (original)
+++ trunk/libstring-mkpasswd-perl/debian/changelog Sun Mar 16 01:38:37 2008
@@ -12,8 +12,11 @@
   * Add /me to Uploaders.
   * debian/copyright: use version-independent download URL and clarify
     reference to Perl licenses.
+  * Add lintian override for "script-with-language-extension
+    usr/bin/mkpasswd.pl"; we cannot rename the script because
+    /usr/bin/mkpasswd already exists.
 
- -- 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:36:58 +0100
 
 libstring-mkpasswd-perl (0.02-1) unstable; urgency=low
 

Added: trunk/libstring-mkpasswd-perl/debian/lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-mkpasswd-perl/debian/lintian-overrides?rev=17533&op=file
==============================================================================
--- trunk/libstring-mkpasswd-perl/debian/lintian-overrides (added)
+++ trunk/libstring-mkpasswd-perl/debian/lintian-overrides Sun Mar 16 01:38:37 2008
@@ -1,0 +1,3 @@
+# we leave the script as /usr/bin/mkpasswd.pl 
+# because there is a /usr/bin/mkpasswd
+libstring-mkpasswd-perl: script-with-language-extension usr/bin/mkpasswd.pl

Modified: trunk/libstring-mkpasswd-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-mkpasswd-perl/debian/rules?rev=17533&op=diff
==============================================================================
--- trunk/libstring-mkpasswd-perl/debian/rules (original)
+++ trunk/libstring-mkpasswd-perl/debian/rules Sun Mar 16 01:38:37 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
 
+	# lintian override for /usr/bin/mkpassword.pl
+	dh_installdirs /usr/share/lintian/overrides/
+	install -m 644 $(CURDIR)/debian/lintian-overrides $(TMP)/usr/share/lintian/overrides/libstring-mkpasswd-perl
+
 	touch $@
 
 binary-arch:




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