r9582 - in /trunk/libauthen-captcha-perl/debian: changelog control copyright docs rules

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Mon Nov 19 04:41:35 UTC 2007


Author: rmayorga-guest
Date: Mon Nov 19 04:41:35 2007
New Revision: 9582

URL: http://svn.debian.org/wsvn/?sc=1&rev=9582
Log:
* Install examples with dh_installexamples
* remove not needed debian/docs
* Fix Upstream URLs, in order to be more author independent
* Remove Thumbs.db, not needed and lintian was not happy with it


Removed:
    trunk/libauthen-captcha-perl/debian/docs
Modified:
    trunk/libauthen-captcha-perl/debian/changelog
    trunk/libauthen-captcha-perl/debian/control
    trunk/libauthen-captcha-perl/debian/copyright
    trunk/libauthen-captcha-perl/debian/rules

Modified: trunk/libauthen-captcha-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libauthen-captcha-perl/debian/changelog?rev=9582&op=diff
==============================================================================
--- trunk/libauthen-captcha-perl/debian/changelog (original)
+++ trunk/libauthen-captcha-perl/debian/changelog Mon Nov 19 04:41:35 2007
@@ -1,11 +1,22 @@
 libauthen-captcha-perl (1.023-4) unstable; urgency=low
 
+  [ Ernesto Hernández-Novich (USB) ]
   * Moved package into Debian Pkg Perl Project SVN.
   * Fixed copyright file with a better URL.
   * Cleanup debian/rules.
   * Fixed watch file.
 
- -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu, 15 Nov 2007 15:43:36 -0400
+  [ Rene Mayorga ]
+  * Remove debian/docs, is not needed, Changes and README are installed
+    as line option at debian/rules
+  * Install examples with dh_installexamples
+  * Fix Upstream URLs at debian/control and debian/copyright
+  * Remove Thumbs.db to keeps lintian happy
+  	W: libauthen-captcha-perl: windows-thumbnail-database-in-package 
+           usr/share/perl5/Authen/Captcha/images/Thumbs.db
+
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Sun, 18 Nov 2007 22:35:12 -0600
 
 libauthen-captcha-perl (1.023-3) unstable; urgency=low
 

Modified: trunk/libauthen-captcha-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libauthen-captcha-perl/debian/control?rev=9582&op=diff
==============================================================================
--- trunk/libauthen-captcha-perl/debian/control (original)
+++ trunk/libauthen-captcha-perl/debian/control Mon Nov 19 04:41:35 2007
@@ -5,7 +5,7 @@
 Build-Depends-Indep: perl (>= 5.6.0), libgd-gd2-noxpm-perl | libgd-gd2-perl
 Maintainer: Debian Pkg Perl <pkg-perl at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
-Homepage: http://search.cpan.org/~unrtst/Authen-Captcha/
+Homepage: http://search.cpan.org/dist/Authen-Captcha/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libauthen-captcha-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-captcha-perl/
 Standards-Version: 3.7.2

Modified: trunk/libauthen-captcha-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libauthen-captcha-perl/debian/copyright?rev=9582&op=diff
==============================================================================
--- trunk/libauthen-captcha-perl/debian/copyright (original)
+++ trunk/libauthen-captcha-perl/debian/copyright Mon Nov 19 04:41:35 2007
@@ -1,7 +1,7 @@
 This package was debianized by Ernesto Hernández-Novich <emhn at telcel.net.ve>
 on Fri, 02 Dec 2005 14:51:49 -0400
 
-It was downloaded from http://search.cpan.org/~unrtst/Authen-Captcha/
+It was downloaded from: http://search.cpan.org/dist/Authen-Captcha/
 
 Upstream Authors: 
 

Modified: trunk/libauthen-captcha-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libauthen-captcha-perl/debian/rules?rev=9582&op=diff
==============================================================================
--- trunk/libauthen-captcha-perl/debian/rules (original)
+++ trunk/libauthen-captcha-perl/debian/rules Mon Nov 19 04:41:35 2007
@@ -40,6 +40,7 @@
 	dh_clean -k
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+	rm -f  $(TMP)/usr/share/perl5/Authen/Captcha/images/Thumbs.db
 	touch install-stamp
 
 binary-arch:
@@ -48,8 +49,9 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README examples/README
+	dh_installdocs README 
 	dh_installchangelogs Changes
+	dh_installexamples examples/*
 	dh_perl
 	dh_compress
 	dh_fixperms




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