r11062 - in /trunk/libapp-control-perl/debian: changelog control copyright rules watch

bremner-guest at users.alioth.debian.org bremner-guest at users.alioth.debian.org
Sun Dec 9 20:39:19 UTC 2007


Author: bremner-guest
Date: Sun Dec  9 20:39:19 2007
New Revision: 11062

URL: http://svn.debian.org/wsvn/?sc=1&rev=11062
Log:
** libapp-control-perl: packaging suggestions from Gregor Herrmann
debian/control: removed extra comma
debian/watch: dist format url
debian/changelog: removed "ITP"
debian/copyright: more compact perl licensing statement, added packaging 
  copyright
debian/rules: updated to current/future dh-make-perl standards

Modified:
    trunk/libapp-control-perl/debian/changelog
    trunk/libapp-control-perl/debian/control
    trunk/libapp-control-perl/debian/copyright
    trunk/libapp-control-perl/debian/rules
    trunk/libapp-control-perl/debian/watch

Modified: trunk/libapp-control-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libapp-control-perl/debian/changelog?rev=11062&op=diff
==============================================================================
--- trunk/libapp-control-perl/debian/changelog (original)
+++ trunk/libapp-control-perl/debian/changelog Sun Dec  9 20:39:19 2007
@@ -1,5 +1,5 @@
 libapp-control-perl (1.02-1) unstable; urgency=low
 
-  * Initial Release (Closes: #430686 ITP).
+  * Initial Release (Closes: #430686).
 
  -- David Bremner <bremner at unb.ca>  Tue, 26 Jun 2007 12:03:56 -0300

Modified: trunk/libapp-control-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libapp-control-perl/debian/control?rev=11062&op=diff
==============================================================================
--- trunk/libapp-control-perl/debian/control (original)
+++ trunk/libapp-control-perl/debian/control Sun Dec  9 20:39:19 2007
@@ -12,7 +12,7 @@
 
 Package: libapp-control-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
+Depends: ${perl:Depends}, ${misc:Depends}
 Description:   Perl module for apachectl style control of another executable
  App::Control is a simple module to replicate the kind of functionality you get
  with apachectl to control apache, but for any script or executable. There is a

Modified: trunk/libapp-control-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libapp-control-perl/debian/copyright?rev=11062&op=diff
==============================================================================
--- trunk/libapp-control-perl/debian/copyright (original)
+++ trunk/libapp-control-perl/debian/copyright Sun Dec  9 20:39:19 2007
@@ -1,23 +1,22 @@
-This is the debian package for the App::Control module.
+This is the debian package for the App::Control module. 
 It was created by David Bremner <bremner at unb.ca> using dh-make-perl.
+
+The original source was retrieved from:
+
+    http://www.cpan.org/modules/by-module/App/App-Control-1.02.tar.gz
 
 The upstream author is: 
 
-Ave Wrigley <Ave.Wrigley at itn.co.uk>.
+    Ave Wrigley <Ave.Wrigley at itn.co.uk>.
 
+Copyright (c) 2001 Ave Wrigley. All rights reserved. 
+Copyright (c) 2007 David Bremner (Debian packaging)
 
-Copyright (c) 2001 Ave Wrigley. All rights reserved. This program is free
-software; you can redistribute it and/or modify it under the same terms as Perl
-itself.
+This program is  free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
 
-Perl is distributed under licenses:
-
-    a) the GNU General Public License as published by the Free Software
-       Foundation; either version 1, or (at your option) any later
-       version, or
-  
-    b) the "Artistic License" which comes with Perl.
-  
-    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'.
+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'.

Modified: trunk/libapp-control-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libapp-control-perl/debian/rules?rev=11062&op=diff
==============================================================================
--- trunk/libapp-control-perl/debian/rules (original)
+++ trunk/libapp-control-perl/debian/rules Sun Dec  9 20:39:19 2007
@@ -25,7 +25,7 @@
 
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+	$(MAKE) 
 
 	touch build-stamp
 
@@ -33,13 +33,15 @@
 	dh_testdir
 	dh_testroot
 
+	dh_clean build-stamp install-stamp
+
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
-	dh_clean build-stamp install-stamp
 
-install: build install-stamp
-install-stamp:
+
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k

Modified: trunk/libapp-control-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libapp-control-perl/debian/watch?rev=11062&op=diff
==============================================================================
--- trunk/libapp-control-perl/debian/watch (original)
+++ trunk/libapp-control-perl/debian/watch Sun Dec  9 20:39:19 2007
@@ -1,3 +1,3 @@
-# format version number, currently 2; this line is compulsory!
-version=2
-http://www.cpan.org/modules/by-module/App/App-Control-(.*).(tar.gz|tar|tgz)
+# format version number, currently 3; this line is compulsory!
+version=3
+http://search.cpan.org/dist/App-Control/ .*/App-Control-([[:digit:]].*)\.tar\.gz




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