r29430 - in /trunk/libtest-assertions-perl/debian: changelog compat control copyright rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Wed Jan 7 16:17:43 UTC 2009
Author: gregoa
Date: Wed Jan 7 16:17:40 2009
New Revision: 29430
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29430
Log:
* Don't install README anymore.
* Set debhelper compatibility level to 7; adapt
debian/{control,compat,rules}.
* debian/copyright: switch to new format.
Modified:
trunk/libtest-assertions-perl/debian/changelog
trunk/libtest-assertions-perl/debian/compat
trunk/libtest-assertions-perl/debian/control
trunk/libtest-assertions-perl/debian/copyright
trunk/libtest-assertions-perl/debian/rules
Modified: trunk/libtest-assertions-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-assertions-perl/debian/changelog?rev=29430&op=diff
==============================================================================
--- trunk/libtest-assertions-perl/debian/changelog (original)
+++ trunk/libtest-assertions-perl/debian/changelog Wed Jan 7 16:17:40 2009
@@ -11,6 +11,10 @@
* debian/control: Added: ${misc:Depends} to Depends: field.
* Set Standards-Version to 3.8.0 (no changes).
* Add /me to Uploaders.
+ * Don't install README anymore.
+ * Set debhelper compatibility level to 7; adapt
+ debian/{control,compat,rules}.
+ * debian/copyright: switch to new format.
-- David Paleino <d.paleino at gmail.com> Fri, 22 Feb 2008 12:55:01 +0100
Modified: trunk/libtest-assertions-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-assertions-perl/debian/compat?rev=29430&op=diff
==============================================================================
--- trunk/libtest-assertions-perl/debian/compat (original)
+++ trunk/libtest-assertions-perl/debian/compat Wed Jan 7 16:17:40 2009
@@ -1,1 +1,1 @@
-5
+7
Modified: trunk/libtest-assertions-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-assertions-perl/debian/control?rev=29430&op=diff
==============================================================================
--- trunk/libtest-assertions-perl/debian/control (original)
+++ trunk/libtest-assertions-perl/debian/control Wed Jan 7 16:17:40 2009
@@ -1,7 +1,7 @@
Source: libtest-assertions-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.8.8-8), libtest-pod-perl,
libtest-pod-coverage-perl, liblog-trace-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Modified: trunk/libtest-assertions-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-assertions-perl/debian/copyright?rev=29430&op=diff
==============================================================================
--- trunk/libtest-assertions-perl/debian/copyright (original)
+++ trunk/libtest-assertions-perl/debian/copyright Wed Jan 7 16:17:40 2009
@@ -1,19 +1,37 @@
-This is the debian package for the Test-Assertions module.
-It was created by David Paleino <d.paleino at gmail.com> using dh-make-perl.
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: BBC <cpan _at_ bbc _dot_ co _dot_ uk>
+Upstream-Authors: John Alden with additions from Piers Kent and Simon Flack <cpan at bbc.co.uk>
+Upstream-Source: http://search.cpan.org/dist/Test-Assertions/
+Upstream-Name: Test-Assertions
-It was downloaded from http://search.cpan.org/dist/Test-Assertions/
+Files: *
+Copyright: (c) BBC 2005
+License: GPL-2+
-The upstream author is:
+Files: debian/*
+Copyright: 2007-2009, various members of the Debian Perl Group,
+ cf. debian/changelog
+License: GPL-2+ | Artistic | GPL-1+
-John Alden with additions from Piers Kent and Simon Flack <cpan at bbc.co.uk>.
+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 dated June, 1991, or (at your
+ option) any later version.
+ On Debian GNU/Linux systems, the complete text of version 2 of the GNU
+ General Public License can be found in `/usr/share/common-licenses/GPL-2'
+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'
-(c) BBC 2005. This program is free software; you can redistribute it and/or modify it under the GNU GPL.
-
-See the file COPYING in this distribution, or http://www.gnu.org/licenses/gpl.txt
-
-The full text of the GPL is available on Debian systems in
-/usr/share/common-licenses/GPL
-
-The Debian packaging is (C) 2007, David Paleino <d.paleino at gmail.com> and
-is licensed under the same terms as the software itself (see above).
+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/libtest-assertions-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-assertions-perl/debian/rules?rev=29430&op=diff
==============================================================================
--- trunk/libtest-assertions-perl/debian/rules (original)
+++ trunk/libtest-assertions-perl/debian/rules Wed Jan 7 16:17:40 2009
@@ -1,76 +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
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP =$(CURDIR)/debian/$(PACKAGE)
build: build-stamp
build-stamp:
- dh_testdir
-
- # As this is a architecture independent package, we are not
- # supposed to install stuff to /usr/lib. MakeMaker creates
- # the dirs, we prevent this by setting the INSTALLVENDORARCH
- # and VENDORARCHEXP environment variables.
-
- $(PERL) Makefile.PL INSTALLDIRS=vendor \
- INSTALLVENDORARCH=/usr/share/perl5/ \
- VENDORARCHEXP=/usr/share/perl5/
- $(MAKE)
- $(MAKE) test
-
+ dh build
touch $@
clean:
- dh_testdir
- dh_testroot
+ dh $@
- dh_clean build-stamp install-stamp
-
- [ ! -f Makefile ] || $(MAKE) realclean
-
-install: build install-stamp
-install-stamp:
- dh_testdir
- dh_testroot
- dh_clean -k
-
- $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
+install: install-stamp
+install-stamp: build-stamp
+ dh install
touch $@
binary-arch:
-binary-indep: build install
- dh_testdir
- dh_testroot
- #dh_installexamples
- dh_installdocs README
- dh_installchangelogs Changes
- 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-indep: install
+ dh $@
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build
More information about the Pkg-perl-cvs-commits
mailing list