r32449 - in /trunk/libmro-compat-perl/debian: changelog copyright rules

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Tue Mar 31 12:27:12 UTC 2009


Author: eloy
Date: Tue Mar 31 12:27:08 2009
New Revision: 32449

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32449
Log:
  * debian/copyright: updated to latest schema
  * debian/rules: use example from debhelper7


Modified:
    trunk/libmro-compat-perl/debian/changelog
    trunk/libmro-compat-perl/debian/copyright
    trunk/libmro-compat-perl/debian/rules

Modified: trunk/libmro-compat-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmro-compat-perl/debian/changelog?rev=32449&op=diff
==============================================================================
--- trunk/libmro-compat-perl/debian/changelog (original)
+++ trunk/libmro-compat-perl/debian/changelog Tue Mar 31 12:27:08 2009
@@ -3,6 +3,8 @@
   * New upstream release
   * debian/control: Standards-Version updated to 3.8.1 (no changes), debhelper 
     updated to (>= 7)
+  * debian/copyright: updated to latest schema
+  * debian/rules: use example from debhelper7
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN

Modified: trunk/libmro-compat-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmro-compat-perl/debian/copyright?rev=32449&op=diff
==============================================================================
--- trunk/libmro-compat-perl/debian/copyright (original)
+++ trunk/libmro-compat-perl/debian/copyright Tue Mar 31 12:27:08 2009
@@ -1,24 +1,30 @@
-This is the debian package for the MRO-Compat module.
-It was created by Krzysztof Krzyzaniak (eloy) <eloy at debian.org> using dh-make-perl.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Author: Brandon L. Black, <blblack at gmail.com>
+Packaged-By: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+Upstream-Name: MRO-Compat
+Original-Source-Location: http://search.cpan.org/dist/MRO-Compat/
+Original-Source-Command: uscan --force-download
+Original-Source-Depends: devscripts
 
-The upstream author is:  Brandon L. Black, <blblack at gmail.com>.
+Files: *
+Copyright: © 2007-2009 by Brandon L. Black
+License: GPL-1+ | Artistic
+ This program is free software, you can redistribute it and/or modify it under
+ the same terms as Perl itself.
 
-It was downloaded from http://search.cpan.org/dist/MRO-Compat/
+Files: inc/*:
+Copyright: © 2002 - 2000 by Brian Ingerson, Audrey Tang
+ and Adam Kennedy.
+License: GPL-1+ | Artistic
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
 
-COPYRIGHT AND LICENSE
-    Copyright 2007-2008 Brandon L. Black <blblack at gmail.com>
+Files: debian/*
+Copyright: © 2006-2009 Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+	   © 2008-2009 gregor herrmann <gregoa at debian.org>
 
-    This library is free software; you can redistribute it and/or modify it
-    under the same terms as Perl itself.
-
-Perl is distributed under licenses:
-
-    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'.
+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'.

Modified: trunk/libmro-compat-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmro-compat-perl/debian/rules?rev=32449&op=diff
==============================================================================
--- trunk/libmro-compat-perl/debian/rules (original)
+++ trunk/libmro-compat-perl/debian/rules Tue Mar 31 12:27:08 2009
@@ -1,60 +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.
-
-# 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
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-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-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs ChangeLog
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep: install
+	dh $@
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build




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