r51716 - in /trunk/libhtml-stream-perl/debian: control copyright rules

dom at users.alioth.debian.org dom at users.alioth.debian.org
Thu Jan 28 22:01:14 UTC 2010


Author: dom
Date: Thu Jan 28 22:00:57 2010
New Revision: 51716

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51716
Log:
fix various lintian warnings

Modified:
    trunk/libhtml-stream-perl/debian/control
    trunk/libhtml-stream-perl/debian/copyright
    trunk/libhtml-stream-perl/debian/rules

Modified: trunk/libhtml-stream-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-stream-perl/debian/control?rev=51716&op=diff
==============================================================================
--- trunk/libhtml-stream-perl/debian/control (original)
+++ trunk/libhtml-stream-perl/debian/control Thu Jan 28 22:00:57 2010
@@ -5,7 +5,7 @@
 Build-Depends-Indep: perl (>= 5.6.10-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dominic Hargreaves <dom at earth.li>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/HTML-Stream/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-stream-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-stream-perl/

Modified: trunk/libhtml-stream-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-stream-perl/debian/copyright?rev=51716&op=diff
==============================================================================
--- trunk/libhtml-stream-perl/debian/copyright (original)
+++ trunk/libhtml-stream-perl/debian/copyright Thu Jan 28 22:00:57 2010
@@ -2,10 +2,6 @@
 It was created by Dominic Hargreaves <dom at earth.li> using dh-make-perl.
 
 It was downloaded from http://search.cpan.org/dist/HTML-Stream/
-
-This copyright info was automatically extracted from the perl module.
-It may not be accurate, so you better check the module sources
-if you don't want to get into legal troubles.
 
 The upstream author is: Daniel T. Staal <DStaal at usa.net>.
 The "HTML-Stream" Perl5 toolkit.
@@ -17,15 +13,10 @@
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
 
-You should have received a copy of the Perl license along with
-Perl; see the file README in Perl distribution.
-
-You should have received a copy of the GNU General Public License
-along with Perl; see the file Copying.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
-
-You should have received a copy of the Artistic License
-along with Perl; see the file Artistic.
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
 
 			    NO WARRANTY
 
@@ -51,12 +42,5 @@
 
 		     END OF TERMS AND CONDITIONS
 
-
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License.  On Debian GNU/Linux systems, the complete text of the
-GNU General Public License can be found in `/usr/share/common-licenses/GPL'
-and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
-
-
 The Debian packaging is (C) 2010, Dominic Hargreaves <dom at earth.li> and
 is licensed under the same terms as the software itself (see above).

Modified: trunk/libhtml-stream-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-stream-perl/debian/rules?rev=51716&op=diff
==============================================================================
--- trunk/libhtml-stream-perl/debian/rules (original)
+++ trunk/libhtml-stream-perl/debian/rules Thu Jan 28 22:00:57 2010
@@ -22,6 +22,7 @@
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
+	chmod -x examples/giggles examples/latin
 	touch $@
 
 clean:
@@ -30,6 +31,7 @@
 	dh_clean build-stamp install-stamp
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
+	chmod +x examples/giggles examples/latin
 
 install: install-stamp
 install-stamp: build-stamp




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