r24390 - in /trunk/libset-intspan-perl/debian: changelog control copyright rules watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sat Aug 16 20:12:57 UTC 2008


Author: ansgar-guest
Date: Sat Aug 16 20:12:54 2008
New Revision: 24390

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24390
Log:
* New Maintainer: Debian Perl Group (Closes: #494598)
* Add myself to Uploaders
* debian/watch: Use dist-based URL
* Refresh debian/rules for debhelper 7
* Convert debian/copyright to proposed machine-readable format

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

Modified: trunk/libset-intspan-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-intspan-perl/debian/changelog?rev=24390&op=diff
==============================================================================
--- trunk/libset-intspan-perl/debian/changelog (original)
+++ trunk/libset-intspan-perl/debian/changelog Sat Aug 16 20:12:54 2008
@@ -1,3 +1,13 @@
+libset-intspan-perl (1.13-2) unstable; urgency=low
+
+  * New Maintainer: Debian Perl Group (Closes: #494598)
+  * Add myself to Uploaders
+  * debian/watch: Use dist-based URL
+  * Refresh debian/rules for debhelper 7
+  * Convert debian/copyright to proposed machine-readable format
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sat, 16 Aug 2008 22:12:26 +0200
+
 libset-intspan-perl (1.13-1) unstable; urgency=low
 
   * QA upload.

Modified: trunk/libset-intspan-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-intspan-perl/debian/control?rev=24390&op=diff
==============================================================================
--- trunk/libset-intspan-perl/debian/control (original)
+++ trunk/libset-intspan-perl/debian/control Sat Aug 16 20:12:54 2008
@@ -3,7 +3,8 @@
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.0-16)
-Maintainer: Debian QA Group <packages at qa.debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Set-IntSpan/
 

Modified: trunk/libset-intspan-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-intspan-perl/debian/copyright?rev=24390&op=diff
==============================================================================
--- trunk/libset-intspan-perl/debian/copyright (original)
+++ trunk/libset-intspan-perl/debian/copyright Sat Aug 16 20:12:54 2008
@@ -1,25 +1,27 @@
-This package was debianized by Mike Mattice <mattice at debian.org> on
-Sat,  2 Dec 2000 18:03:32 -0600.
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=226
+Upstream-Name: Set-IntSpan
+Upstream-Maintainer: Steven McDougall <swmcd at world.std.com>
+Upstream-Source: http://search.cpan.org/dist/Set-IntSpan/
 
-It was downloaded from:
-  http://www.cpan.org/modules/by-module/Set/
+Files: *
+Copyright: © 1997-2007, Steven McDougall <swmcd at world.std.com>
+License: GPL-1+ | Artistic
+ This module is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+ .
+ Perl is distributed under the GNU General Public License, either version 1 or
+ (at your opinion) any later version, and the Artistic License.
+ .
+ On Debian systems, the complete text of the GNU General Public License can be
+ found in /usr/share/common-licenses/GPL and the Artistic license in
+ /usr/share/common-licenses/Artistic.
 
-Copyright:
-Copyright 1996-1998 by Steven McDougall. This module is free
-software; you can redistribute it and/or modify it under the same
-terms as Perl itself.
+Files: debian/*
+Copyright: © 2000-2002, Mike Mattice <mattice at debian.org>
+           © 2006, Stephen Quinney <sjq at debian.org>
+	   © 2008, Anibal Monsalve Salazar <anibal at debian.org>
+	   © 2008, Ansgar Burchardt <ansgar at 43-1.org>
+License: GPL-1+ | Artistic
+ It is assumed that all contributors release their work under the same terms
+ as the module and Perl.
 
-Perl's copyright terms are as follows:
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of either:
-
-    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'.
-

Modified: trunk/libset-intspan-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-intspan-perl/debian/rules?rev=24390&op=diff
==============================================================================
--- trunk/libset-intspan-perl/debian/rules (original)
+++ trunk/libset-intspan-perl/debian/rules Sat Aug 16 20:12:54 2008
@@ -1,80 +1,23 @@
 #!/usr/bin/make -f
-#-*- makefile -*-
-# Made with the aid of dh_make, by Craig Small
-# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
-# Some lines taken from debmake, by Christoph Lameter.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-archlib =`$(PERL) -MConfig -e 'print $$Config{installarchlib}'`
-
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-
-
-	# Add here commands to compile the package.
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) CFLAGS="-O2 -g -Wall"
-
-	touch build-stamp
+	dh build
+	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp install-stamp
-
-	# Add here commands to clean up after the build process.
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-	dh_clean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
+	dh install
+	touch $@
 
-	# Add here commands to install the package into debian/libset-intspan-perl.
-	$(MAKE) install PREFIX=$(CURDIR)/debian/libset-intspan-perl/usr
-	#$(MAKE) pure_vendor_install
+binary-arch:
 
-	touch install-stamp
+binary-indep: install
+	dh $@
 
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
+binary: binary-arch binary-indep
 
-# Build architecture-independent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installexamples
-	dh_installmenu
-	dh_installcron
-	dh_installmanpages
-	dh_installchangelogs Changes
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl 
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: binary binary-arch binary-indep install clean build

Modified: trunk/libset-intspan-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-intspan-perl/debian/watch?rev=24390&op=diff
==============================================================================
--- trunk/libset-intspan-perl/debian/watch (original)
+++ trunk/libset-intspan-perl/debian/watch Sat Aug 16 20:12:54 2008
@@ -1,2 +1,3 @@
 version=3
-http://search.cpan.org/CPAN/authors/id/S/SW/SWMCD/Set-IntSpan-([\.\d]*)\.tar\.gz
+http://search.cpan.org/dist/Set-IntSpan/ .*/Set-IntSpan-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+




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