r18999 - in /trunk/libfile-policy-perl/debian: control copyright rules
yvesago-guest at users.alioth.debian.org
yvesago-guest at users.alioth.debian.org
Mon Apr 21 20:08:47 UTC 2008
Author: yvesago-guest
Date: Mon Apr 21 20:08:46 2008
New Revision: 18999
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18999
Log:
* add miising dep on test-pos and podcoverrage
* copyright is rather GPL-2 than GPL
* only one file in sample
Modified:
trunk/libfile-policy-perl/debian/control
trunk/libfile-policy-perl/debian/copyright
trunk/libfile-policy-perl/debian/rules
Modified: trunk/libfile-policy-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-policy-perl/debian/control?rev=18999&op=diff
==============================================================================
--- trunk/libfile-policy-perl/debian/control (original)
+++ trunk/libfile-policy-perl/debian/control Mon Apr 21 20:08:46 2008
@@ -2,7 +2,7 @@
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.6.10-12), libtest-assertions-perl, liblog-trace-perl, libfile-slurp-perl
+Build-Depends-Indep: perl (>= 5.6.10-12),libtest-pod-perl, libtest-pod-coverage-perl, libtest-assertions-perl, liblog-trace-perl, libfile-slurp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
Standards-Version: 3.7.3
Modified: trunk/libfile-policy-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-policy-perl/debian/copyright?rev=18999&op=diff
==============================================================================
--- trunk/libfile-policy-perl/debian/copyright (original)
+++ trunk/libfile-policy-perl/debian/copyright Mon Apr 21 20:08:46 2008
@@ -9,11 +9,11 @@
Upstream author of examples/lib/File/Policy/Simple.pm is
Murray Walker <cpan at bbc.co.uk>
-All files are Copyright, BBC 2005. This program is free software; you can
-redistribute it and/or modify it under the GNU GPL.
+All files are Copyright, BBC 2005. This program is free software; you can
+redistribute it and/or modify it under the GNU GPL version 2.
-The full text of the GPL is available on Debian systems in
-/usr/share/common-licenses/GPL
+The full text of the GPL version 2 is available on Debian systems in
+/usr/share/common-licenses/GPL-2
The Debian packaging is (C) 2008, Debian Perl Group
Modified: trunk/libfile-policy-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-policy-perl/debian/rules?rev=18999&op=diff
==============================================================================
--- trunk/libfile-policy-perl/debian/rules (original)
+++ trunk/libfile-policy-perl/debian/rules Mon Apr 21 20:08:46 2008
@@ -46,7 +46,7 @@
binary-indep: build install
dh_testdir
dh_testroot
- dh_installexamples samples/*
+ dh_installexamples samples/lib/File/Policy/*
dh_installchangelogs Changes
dh_installdocs
dh_perl
More information about the Pkg-perl-cvs-commits
mailing list