r29543 - in /trunk/libclass-whitehole-perl/debian: changelog compat control copyright rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Sat Jan 10 18:12:22 UTC 2009
Author: gregoa
Date: Sat Jan 10 18:12:19 2009
New Revision: 29543
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29543
Log:
* Set debhelper compatibility level to 7; adapt
debian/{control,compat,rules}. Use plain debhelper instead of cdbs.
* debian/copyright: switch to new format.
Modified:
trunk/libclass-whitehole-perl/debian/changelog
trunk/libclass-whitehole-perl/debian/compat
trunk/libclass-whitehole-perl/debian/control
trunk/libclass-whitehole-perl/debian/copyright
trunk/libclass-whitehole-perl/debian/rules
Modified: trunk/libclass-whitehole-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-whitehole-perl/debian/changelog?rev=29543&op=diff
==============================================================================
--- trunk/libclass-whitehole-perl/debian/changelog (original)
+++ trunk/libclass-whitehole-perl/debian/changelog Sat Jan 10 18:12:19 2009
@@ -7,6 +7,9 @@
maintainers at lists.alioth.debian.org> (was: Debian QA Group
<packages at qa.debian.org>); add /me to Uploaders.
* debian/watch: use dist-based URL.
+ * Set debhelper compatibility level to 7; adapt
+ debian/{control,compat,rules}. Use plain debhelper instead of cdbs.
+ * debian/copyright: switch to new format.
-- gregor herrmann <gregoa at debian.org> Sat, 10 Jan 2009 18:56:25 +0100
Modified: trunk/libclass-whitehole-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-whitehole-perl/debian/compat?rev=29543&op=diff
==============================================================================
--- trunk/libclass-whitehole-perl/debian/compat (original)
+++ trunk/libclass-whitehole-perl/debian/compat Sat Jan 10 18:12:19 2009
@@ -1,1 +1,1 @@
-5
+7
Modified: trunk/libclass-whitehole-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-whitehole-perl/debian/control?rev=29543&op=diff
==============================================================================
--- trunk/libclass-whitehole-perl/debian/control (original)
+++ trunk/libclass-whitehole-perl/debian/control Sat Jan 10 18:12:19 2009
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa at debian.org>
-Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0-16)
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-whitehole-perl/
Modified: trunk/libclass-whitehole-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-whitehole-perl/debian/copyright?rev=29543&op=diff
==============================================================================
--- trunk/libclass-whitehole-perl/debian/copyright (original)
+++ trunk/libclass-whitehole-perl/debian/copyright Sat Jan 10 18:12:19 2009
@@ -1,23 +1,31 @@
-This package was debianized by Stephen Quinney <sjq at debian.org> on
-Thu, 19 Dec 2002 16:34:13 +0000
+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/Class-WhiteHole/
+Upstream-Name: Class-WhiteHole
-It was downloaded from http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/
+Files: *
+Copyright: 2000, Michael G Schwern <schwern at pobox.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
-Upstream Author: Michael G Schwern <schwern at pobox.com>
+Files: debian/*
+Copyright:
+ 2002-2006, Stephen Quinney <sjq at debian.org>
+ 2006-2009, Bart Martens <bartm at knars.be>
+ 2009, gregor herrmann <gregoa at debian.org>
+License: Artistic | GPL-1+
-Copyright 2000 Michael G Schwern <schwern at pobox.com> all rights reserved.
+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:
-
+License: GPL-1+
This program is free software; you can redistribute it and/or modify
- it under the terms of either:
-
- 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.
-
+ 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' and
- the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+ Public License can be found in `/usr/share/common-licenses/GPL'
Modified: trunk/libclass-whitehole-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-whitehole-perl/debian/rules?rev=29543&op=diff
==============================================================================
--- trunk/libclass-whitehole-perl/debian/rules (original)
+++ trunk/libclass-whitehole-perl/debian/rules Sat Jan 10 18:12:19 2009
@@ -1,4 +1,23 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
+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