r26116 - in /trunk/libtest-simple-perl/debian: changelog copyright rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Fri Oct 17 21:41:46 UTC 2008
Author: gregoa
Date: Fri Oct 17 21:41:43 2008
New Revision: 26116
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26116
Log:
* debian/rules: use our "default" template instead of the extra-short
version.
* debian/copyright: switch to new format, separate copyright inforamtion for
specific files.
Modified:
trunk/libtest-simple-perl/debian/changelog
trunk/libtest-simple-perl/debian/copyright
trunk/libtest-simple-perl/debian/rules
Modified: trunk/libtest-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-simple-perl/debian/changelog?rev=26116&op=diff
==============================================================================
--- trunk/libtest-simple-perl/debian/changelog (original)
+++ trunk/libtest-simple-perl/debian/changelog Fri Oct 17 21:41:43 2008
@@ -2,6 +2,10 @@
* New upstream release.
* Add /me to Uploaders.
+ * debian/rules: use our "default" template instead of the extra-short
+ version.
+ * debian/copyright: switch to new format, separate copyright inforamtion for
+ specific files.
-- gregor herrmann <gregoa at debian.org> Fri, 17 Oct 2008 23:24:26 +0200
Modified: trunk/libtest-simple-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-simple-perl/debian/copyright?rev=26116&op=diff
==============================================================================
--- trunk/libtest-simple-perl/debian/copyright (original)
+++ trunk/libtest-simple-perl/debian/copyright Fri Oct 17 21:41:43 2008
@@ -1,19 +1,64 @@
-This is the debian package for the Test-Simple module.
-It was created by Florian Ragwitz <rafl at debian.org> using dh-make-perl.
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Michael G Schwern <schwern at pobox.com>
+Upstream-Source: http://search.cpan.org/dist/Test-Simple/
+Upstream-Name: Test-Simple
-It was downloaded from http://search.cpan.org/~mschwern/Test-Simple/
+Files: *
+Copyright: 2001-2008 Michael G Schwern <schwern at pobox.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
-The upstream author was chromatic <chromatic at wgz.org>, the code is now
-maintained and developed by Michael G Schwern <schwern at pobox.com>.
+Files: lib/Test/Builder.pm
+Copyright: 2002-2008 by chromatic <chromatic at wgz.org> and
+ Michael G Schwern <schwern at pobox.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
-Copyright (C) 2002,2004 Mark Fowler <mark at twoshortplanks.com>
-Copyright (C) 2002 chromatic <chromatic at wgz.org>
-Copyright (C) 2001-2002, 2004-2006 Michael G Schwern <schwern at pobox.com>.
+Files: lib/Test/Simple.pm
+Copyright: 2001-2008 by Michael G Schwern <schwern at pobox.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
-This program is free software; you can redistribute it and/or
-modify it under the same terms as Perl itself.
+Files: lib/Test/More.pm
+Copyright: 2001-2008 by Michael G Schwern <schwern at pobox.com>.
+License-Alias: Perl
+License: Artistic | GPL-1+
-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'.
+Files: lib/Test/Tutorial.pod
+Copyright: 2001 by Michael G Schwern <schwern at pobox.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: lib/Test/Builder/Tester/Color.pm
+Copyright: 2002 Mark Fowler <mark at twoshortplanks.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: lib/Test/Builder/Tester.pm
+Copyright: 2002, 2004 Mark Fowler <mark at twoshortplanks.com>
+ Some code taken from Test::More and Test::Catch, written by by
+ Michael G Schwern <schwern at pobox.com>. Hence, those parts
+ Copyright Micheal G Schwern 2001.
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright:
+ 2006, Florian Ragwitz <rafl at debian.org>
+ 2008, various members of the Debian Perl Group, cf. debian/changelog
+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/libtest-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-simple-perl/debian/rules?rev=26116&op=diff
==============================================================================
--- trunk/libtest-simple-perl/debian/rules (original)
+++ trunk/libtest-simple-perl/debian/rules Fri Oct 17 21:41:43 2008
@@ -1,3 +1,23 @@
#!/usr/bin/make -f
-%:
+
+build: build-stamp
+build-stamp:
+ dh build
+ touch $@
+
+clean:
dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+ dh install
+ touch $@
+
+binary-arch:
+
+binary-indep: install
+ dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build
More information about the Pkg-perl-cvs-commits
mailing list