r75573 - in /trunk/libtime-stopwatch-perl/debian: changelog compat control copyright rules

fabreg-guest at users.alioth.debian.org fabreg-guest at users.alioth.debian.org
Mon Jun 13 07:52:52 UTC 2011


Author: fabreg-guest
Date: Mon Jun 13 07:52:11 2011
New Revision: 75573

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75573
Log:
Package update

Modified:
    trunk/libtime-stopwatch-perl/debian/changelog
    trunk/libtime-stopwatch-perl/debian/compat
    trunk/libtime-stopwatch-perl/debian/control
    trunk/libtime-stopwatch-perl/debian/copyright
    trunk/libtime-stopwatch-perl/debian/rules

Modified: trunk/libtime-stopwatch-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-stopwatch-perl/debian/changelog?rev=75573&op=diff
==============================================================================
--- trunk/libtime-stopwatch-perl/debian/changelog (original)
+++ trunk/libtime-stopwatch-perl/debian/changelog Mon Jun 13 07:52:11 2011
@@ -11,7 +11,15 @@
   [ gregor herrmann ]
   * Change my email address.
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:48:35 +0100
+  [ Fabrizio Regalli ]
+  * Bump to 3.9.2 Standard-Version.
+  * Switch to DEP5 license format.
+  * Add myself to Uploaders.
+  * Switch d/compat to 8.
+  * Build-Depends: switch to debhelper (>= 8).
+  * Bump to 3.0 quilt format.
+
+ -- Fabrizio Regalli <fabreg at fabreg.it>  Mon, 13 Jun 2011 09:46:44 +0200
 
 libtime-stopwatch-perl (1.00-4) unstable; urgency=low
 

Modified: trunk/libtime-stopwatch-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-stopwatch-perl/debian/compat?rev=75573&op=diff
==============================================================================
--- trunk/libtime-stopwatch-perl/debian/compat (original)
+++ trunk/libtime-stopwatch-perl/debian/compat Mon Jun 13 07:52:11 2011
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libtime-stopwatch-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-stopwatch-perl/debian/control?rev=75573&op=diff
==============================================================================
--- trunk/libtime-stopwatch-perl/debian/control (original)
+++ trunk/libtime-stopwatch-perl/debian/control Mon Jun 13 07:52:11 2011
@@ -3,10 +3,10 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Carlo Segre <segre at debian.org>, Gustavo Franco <stratus at debian.org>,
- gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 6)
-Build-Depends-Indep: perl (>= 5.8.0-7)
-Standards-Version: 3.7.3
+ gregor herrmann <gregoa at debian.org>, Fabrizio Regalli <fabreg at fabreg.it>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/Time-Stopwatch/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtime-stopwatch-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtime-stopwatch-perl/

Modified: trunk/libtime-stopwatch-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-stopwatch-perl/debian/copyright?rev=75573&op=diff
==============================================================================
--- trunk/libtime-stopwatch-perl/debian/copyright (original)
+++ trunk/libtime-stopwatch-perl/debian/copyright Mon Jun 13 07:52:11 2011
@@ -1,16 +1,32 @@
-This is the debian package for the Time::Stopwatch module.
-It was created by Carlo Segre <segre at iit.edu> using dh-make-perl.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Ilmari Karonen
+Source: http://search.cpan.org/dist/Time-Stopwatch/
+Name: Time-Stopwatch
 
-Upstream Author: Ilmari Karonen 
+Files: *
+Copyright: 2000-2001, Ilmari Karonen.  All rights reserved.
+License: Artistic or GPL-1+
 
-Upstream source location: http://search.cpan.org/dist/Time-Stopwatch/
+Files: debian/*
+Copyright: 2005, 2006, Carlo Segre <segre at iit.edu>
+ 2007, Carlo Segre <segre at debian.org>
+ 2008, gregor herrmann <gregoa at debian.org>
+ 2008, gregor herrmann <gregor+debian at comodo.priv.at>
+ 2011, Fabrizio Regalli <fabreg at fabreg.it>
+License: Artistic or GPL-1+
 
-Copyright 2000-2001, Ilmari Karonen.  All rights reserved.
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
-This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself.
-
-Address bug reports and comments to: perl at itz.pp.sci.fi.
-
-On Debian GNU/Linux systems, the complete text of these licenses can be found
-in /usr/share/common-licenses/GPL and /usr/share/common-licenses/Artistic.
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libtime-stopwatch-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-stopwatch-perl/debian/rules?rev=75573&op=diff
==============================================================================
--- trunk/libtime-stopwatch-perl/debian/rules (original)
+++ trunk/libtime-stopwatch-perl/debian/rules Mon Jun 13 07:52:11 2011
@@ -1,70 +1,4 @@
 #!/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.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -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 here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	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
+%:
+	dh $@




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