r33284 - in /trunk/libmodule-pluggable-perl/debian: changelog compat control copyright rules

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Wed Apr 15 18:16:50 UTC 2009


Author: bricas-guest
Date: Wed Apr 15 18:16:45 2009
New Revision: 33284

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33284
Log:
debian/{compat,control,rules,copyright}: Update to latest spec

Modified:
    trunk/libmodule-pluggable-perl/debian/changelog
    trunk/libmodule-pluggable-perl/debian/compat
    trunk/libmodule-pluggable-perl/debian/control
    trunk/libmodule-pluggable-perl/debian/copyright
    trunk/libmodule-pluggable-perl/debian/rules

Modified: trunk/libmodule-pluggable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-pluggable-perl/debian/changelog?rev=33284&op=diff
==============================================================================
--- trunk/libmodule-pluggable-perl/debian/changelog (original)
+++ trunk/libmodule-pluggable-perl/debian/changelog Wed Apr 15 18:16:45 2009
@@ -3,6 +3,7 @@
   [ Brian Cassidy ]
   * New upstream release
   * debian/control: Added myself to uploaders
+  * debian/{compat,control,rules,copyright}: Update to latest spec
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN

Modified: trunk/libmodule-pluggable-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-pluggable-perl/debian/compat?rev=33284&op=diff
==============================================================================
--- trunk/libmodule-pluggable-perl/debian/compat (original)
+++ trunk/libmodule-pluggable-perl/debian/compat Wed Apr 15 18:16:45 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libmodule-pluggable-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-pluggable-perl/debian/control?rev=33284&op=diff
==============================================================================
--- trunk/libmodule-pluggable-perl/debian/control (original)
+++ trunk/libmodule-pluggable-perl/debian/control Wed Apr 15 18:16:45 2009
@@ -5,9 +5,9 @@
 Uploaders: Niko Tyni <ntyni at iki.fi>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  gregor herrmann <gregor+debian at comodo.priv.at>,
  Brian Cassidy <brian.cassidy at gmail.com>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.0-16), perl-modules
-Standards-Version: 3.7.3
+Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/Module-Pluggable/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-pluggable-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmodule-pluggable-perl/

Modified: trunk/libmodule-pluggable-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-pluggable-perl/debian/copyright?rev=33284&op=diff
==============================================================================
--- trunk/libmodule-pluggable-perl/debian/copyright (original)
+++ trunk/libmodule-pluggable-perl/debian/copyright Wed Apr 15 18:16:45 2009
@@ -1,19 +1,29 @@
-Upstream Author: Simon Wistow <simon at thegestalt.org>
-Upstream source location: http://search.cpan.org/dist/Module-Pluggable/
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Simon Wistow <simon at thegestalt.org>
+Upstream-Source: http://search.cpan.org/dist/Module-Pluggable/
+Upstream-Name: Module-Pluggable
 
 Files: *
 Copyright: Copyright, 2003-2006 Simon Wistow
-License: GPL-1+ | Artistic
- Distributed under the same terms as Perl itself.
-
-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\'.
+License: Artistic | GPL-1+
 
 Files: debian/*
 Copyright:
  Copyright 2004-2005, S. Zachariah Sprackett <zac at sprackett.com>
- Copyright 2006-2008, Debian Perl Group
-License: GPL-1+ | Artistic
- The packaging is licensed under the same terms as the software itself.
+ Copyright 2006-2009, Debian Perl Group
+License: Artistic | GPL-1+
+
+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 GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/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 GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Modified: trunk/libmodule-pluggable-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-pluggable-perl/debian/rules?rev=33284&op=diff
==============================================================================
--- trunk/libmodule-pluggable-perl/debian/rules (original)
+++ trunk/libmodule-pluggable-perl/debian/rules Wed Apr 15 18:16:45 2009
@@ -1,73 +1,23 @@
 #!/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.
-#
-# It was later modified by Jason Kohles <email at jasonkohles.com>
-# http://www.jasonkohles.com/ to support Module::Build installed modules
-
-# 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
-
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
+	dh $@
 
 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
-
+	dh install
 	touch $@
 
-binary-arch:
-# We have nothing to do here for an architecture-independent package
+binary-arch: install
+	dh $@
 
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep:
 
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+binary: binary-arch binary-indep
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: binary binary-arch binary-indep install clean build




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