r53841 - in /trunk/libstring-format-perl/debian: changelog compat control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Mar 7 05:38:37 UTC 2010


Author: jawnsy-guest
Date: Sun Mar  7 05:38:27 2010
New Revision: 53841

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53841
Log:
* Use new short debhelper rules format
* Update copyright information to new DEP5 format

Modified:
    trunk/libstring-format-perl/debian/changelog
    trunk/libstring-format-perl/debian/compat
    trunk/libstring-format-perl/debian/control
    trunk/libstring-format-perl/debian/copyright
    trunk/libstring-format-perl/debian/rules

Modified: trunk/libstring-format-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-format-perl/debian/changelog?rev=53841&op=diff
==============================================================================
--- trunk/libstring-format-perl/debian/changelog (original)
+++ trunk/libstring-format-perl/debian/changelog Sun Mar  7 05:38:27 2010
@@ -2,8 +2,10 @@
 
   * Adopt this package (Closes: #572530)
   * Update watch location (use dist URL, not author URL)
+  * Use new short debhelper rules format
+  * Update copyright information to new DEP5 format
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 07 Mar 2010 00:56:39 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 07 Mar 2010 01:03:09 -0500
 
 libstring-format-perl (1.14-2) unstable; urgency=low
 

Modified: trunk/libstring-format-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-format-perl/debian/compat?rev=53841&op=diff
==============================================================================
--- trunk/libstring-format-perl/debian/compat (original)
+++ trunk/libstring-format-perl/debian/compat Sun Mar  7 05:38:27 2010
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libstring-format-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-format-perl/debian/control?rev=53841&op=diff
==============================================================================
--- trunk/libstring-format-perl/debian/control (original)
+++ trunk/libstring-format-perl/debian/control Sun Mar  7 05:38:27 2010
@@ -1,18 +1,21 @@
 Source: libstring-format-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4)
-Build-Depends-Indep: perl (>= 5.6.0-16)
-Maintainer: Stephen Quinney <sjq at debian.org>
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Test-DistManifest/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-distmanifest-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-distmanifest-perl/
 
 Package: libstring-format-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: sprintf-like string formatting with arbitrary format definitions
  String::Format lets you define arbitrary printf-like format sequences
  to be expanded.  This module would be most useful in configuration
  files and reporting tools, where the results of a query need to be
  formatted in a particular way.  It was inspired by mutt's index_format
  and related directives.
-

Modified: trunk/libstring-format-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-format-perl/debian/copyright?rev=53841&op=diff
==============================================================================
--- trunk/libstring-format-perl/debian/copyright (original)
+++ trunk/libstring-format-perl/debian/copyright Sun Mar  7 05:38:27 2010
@@ -1,21 +1,23 @@
-This is the debian package for the String-Format module.
-It was created by Stephen Quinney <sjq at debian.org> using dh-make-perl.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Darren Chamberlain <darren at cpan.org>
+Source: http://search.cpan.org/dist/String-Format/
+Name: String-Format
 
-The upstream author is: darren chamberlain <darren at cpan.org>.
+Files: *
+Copyright: 2002-2009, Darren Chamberlain <darren at cpan.org>
+License: GPL-2
 
-Copyright:
+Files: debian/*
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+ 2006-2008, Stephen Quinney <sjq at debian.org>
+License: GPL-2
+X-Comment: it is assumed the aforementioned authors provided their
+ packaging work under the same terms as upstream.
 
-        Copyright (C) 2002 darren chamberlain <darren at cpan.org>
-
-        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; version 2.
-
-        This program is distributed in the hope that it will be useful, but
-        WITHOUT ANY WARRANTY; without even the implied warranty of
-        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-        General Public License for more details.
-
-        On Debian GNU/Linux systems, the complete text of the GNU General
-        Public License, version 2, can be found in the file
-        `/usr/share/common-licenses/GPL-2'
+License: GPL-2
+ 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, version 2.
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'

Modified: trunk/libstring-format-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-format-perl/debian/rules?rev=53841&op=diff
==============================================================================
--- trunk/libstring-format-perl/debian/rules (original)
+++ trunk/libstring-format-perl/debian/rules Sun Mar  7 05:38:27 2010
@@ -1,84 +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)
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	touch configure-stamp
-
-build: configure build-stamp
-build-stamp:
-	dh_testdir
-
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
-	$(MAKE) test
-
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-
-	[ ! -f Makefile ] || $(MAKE) distclean
-
-	dh_clean build-stamp configure-stamp install-stamp
-
-install: build install-stamp
-install-stamp:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
-	# As this is a architecture independent package, we are not
-	# supposed to install stuff to /usr/lib. MakeMaker creates
-	# the dirs, we delete them from the deb:
-
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
-	touch install-stamp
-
-binary-arch:
-# We have nothing to do by default.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs Changes
-	dh_perl
-	dh_link
-	dh_strip
-	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 configure binary-indep binary-arch binary
+%:
+	dh $@




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