r15962 - in /trunk/libtest-use-ok-perl/debian: changelog control copyright rules watch

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Fri Feb 29 05:45:48 UTC 2008


Author: tincho-guest
Date: Fri Feb 29 05:45:47 2008
New Revision: 15962

URL: http://svn.debian.org/wsvn/?sc=1&rev=15962
Log:
* debian/rules: delete /usr/lib/perl5 only if it exists (closes: #468011).
* debian/watch: use dist/ URL.
* debian/control:
  - Bumped Standards-Version: no changes.
  - Added myself to Uploaders.
* debian/rules: remove stuff unneeded for arch-indep package, depend on
  -stamp targets, prettify a little.
* debian/copyright: new format, add copyright notice for packaging (set to
  DPG, as this module was always under the group umbrella).

Modified:
    trunk/libtest-use-ok-perl/debian/changelog
    trunk/libtest-use-ok-perl/debian/control
    trunk/libtest-use-ok-perl/debian/copyright
    trunk/libtest-use-ok-perl/debian/rules
    trunk/libtest-use-ok-perl/debian/watch

Modified: trunk/libtest-use-ok-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtest-use-ok-perl/debian/changelog?rev=15962&op=diff
==============================================================================
--- trunk/libtest-use-ok-perl/debian/changelog (original)
+++ trunk/libtest-use-ok-perl/debian/changelog Fri Feb 29 05:45:47 2008
@@ -1,9 +1,20 @@
 libtest-use-ok-perl (0.02-2) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
-  * debian/rules: delete /usr/lib/perl5 only if it exists.
+  * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #468011).
+
+  [ Martín Ferrari ]
+  * debian/watch: use dist/ URL.
+  * debian/control:
+    - Bumped Standards-Version: no changes.
+    - Added myself to Uploaders.
+  * debian/rules: remove stuff unneeded for arch-indep package, depend on
+    -stamp targets, prettify a little.
+  * debian/copyright: new format, add copyright notice for packaging (set to
+    DPG, as this module was always under the group umbrella).
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:31 +0200
 

Modified: trunk/libtest-use-ok-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtest-use-ok-perl/debian/control?rev=15962&op=diff
==============================================================================
--- trunk/libtest-use-ok-perl/debian/control (original)
+++ trunk/libtest-use-ok-perl/debian/control Fri Feb 29 05:45:47 2008
@@ -4,8 +4,10 @@
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
-Standards-Version: 3.7.2
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+ gregor herrmann <gregor+debian at comodo.priv.at>,
+ Martín Ferrari <martin.ferrari at gmail.com>
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Test-use-ok/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-use-ok-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-use-ok-perl/

Modified: trunk/libtest-use-ok-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libtest-use-ok-perl/debian/copyright?rev=15962&op=diff
==============================================================================
--- trunk/libtest-use-ok-perl/debian/copyright (original)
+++ trunk/libtest-use-ok-perl/debian/copyright Fri Feb 29 05:45:47 2008
@@ -1,29 +1,36 @@
-This is the debian package for the Test-use-ok module.
-It was created by Krzysztof Krzyzaniak (eloy) <eloy at debian.org> using dh-make-perl.
+This is the debian package for the Test-use-ok module, debianised by Krzysztof
+Krzyzaniak (eloy) <eloy at debian.org> using dh-make-perl.
 
-It was downloaded from:
-http://mirrors.kernel.org/cpan/modules/by-module/Test/Test-use-ok-0.01.tar.gz
+It was downloaded from: http://search.cpan.org/dist/Test-use-ok/
+Upstream author: Audrey Tang <cpan at audreyt.org>.
 
-Copyright 2005, 2006 by Audrey Tang <cpan at audreyt.org>.
+Files: *
+Copyright: © 2005, 2006 Audrey Tang <cpan at audreyt.org>
+License: MIT
+ This software is released under the MIT license cited below.
+ .
+ The "MIT" License
+ .
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-This software is released under the MIT license cited below.
-
-  The "MIT" License
-    Permission is hereby granted, free of charge, to any person obtaining a
-    copy of this software and associated documentation files (the
-    "Software"), to deal in the Software without restriction, including
-    without limitation the rights to use, copy, modify, merge, publish,
-    distribute, sublicense, and/or sell copies of the Software, and to
-    permit persons to whom the Software is furnished to do so, subject to
-    the following conditions:
-
-    The above copyright notice and this permission notice shall be included
-    in all copies or substantial portions of the Software.
-
-    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-    IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-    CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-    TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-    SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+Files: debian/*
+Copyright: © 2006-2008 Debian Perl Group <debian-perl at lists.debian.org>
+License: MIT
+ The DPG uses the same license as upstream.

Modified: trunk/libtest-use-ok-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtest-use-ok-perl/debian/rules?rev=15962&op=diff
==============================================================================
--- trunk/libtest-use-ok-perl/debian/rules (original)
+++ trunk/libtest-use-ok-perl/debian/rules Fri Feb 29 05:45:47 2008
@@ -1,54 +1,46 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
+#export DH_VERBOSE=1
 export PERL_MM_USE_DEFAULT=1
 
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
+PACKAGE = $(shell dh_listpackages)
+PERL   ?= /usr/bin/perl
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
-	touch build-stamp
+	$(MAKE)
+	$(MAKE) test
+	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
+	dh_clean build-stamp install-stamp
 	[ ! -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
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-	touch install-stamp
+	[ ! -d $(TMP)/usr/lib/perl5 ] || \
+		rmdir --ignore-fail-on-non-empty --parents --verbose \
+		$(TMP)/usr/lib/perl5
+	touch $@
 
 binary-arch:
-# We have nothing to do by default.
+# We have nothing to do here for an architecture-independent package
 
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installexamples
-	dh_installdocs
+	dh_installdocs READNE
 	dh_installchangelogs Changes
 	dh_perl
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb
@@ -56,7 +48,7 @@
 	dh_md5sums
 	dh_builddeb
 
-source diff:                                                                  
+source diff:
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
 binary: binary-indep binary-arch

Modified: trunk/libtest-use-ok-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libtest-use-ok-perl/debian/watch?rev=15962&op=diff
==============================================================================
--- trunk/libtest-use-ok-perl/debian/watch (original)
+++ trunk/libtest-use-ok-perl/debian/watch Fri Feb 29 05:45:47 2008
@@ -1,3 +1,2 @@
 version=3
-http://www.cpan.org/modules/by-module/Test/Test-use-ok-([\d\.]+)\.tar\.gz
-
+http://search.cpan.org/dist/Test-use-ok/ .*/Test-use-ok-([\d\.]+)\.tar\.gz




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