r25659 - in /trunk/libfile-chmod-perl/debian: compat control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Sep 26 19:35:21 UTC 2008


Author: gregoa
Date: Fri Sep 26 19:35:17 2008
New Revision: 25659

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25659
Log:
dh7, new debian/rules, new format fpr debian/copyright

Modified:
    trunk/libfile-chmod-perl/debian/compat
    trunk/libfile-chmod-perl/debian/control
    trunk/libfile-chmod-perl/debian/copyright
    trunk/libfile-chmod-perl/debian/rules

Modified: trunk/libfile-chmod-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-chmod-perl/debian/compat?rev=25659&op=diff
==============================================================================
--- trunk/libfile-chmod-perl/debian/compat (original)
+++ trunk/libfile-chmod-perl/debian/compat Fri Sep 26 19:35:17 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libfile-chmod-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-chmod-perl/debian/control?rev=25659&op=diff
==============================================================================
--- trunk/libfile-chmod-perl/debian/control (original)
+++ trunk/libfile-chmod-perl/debian/control Fri Sep 26 19:35:17 2008
@@ -1,7 +1,7 @@
 Source: libfile-chmod-perl
 Section: perl
 Priority: optional
-Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>

Modified: trunk/libfile-chmod-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-chmod-perl/debian/copyright?rev=25659&op=diff
==============================================================================
--- trunk/libfile-chmod-perl/debian/copyright (original)
+++ trunk/libfile-chmod-perl/debian/copyright Fri Sep 26 19:35:17 2008
@@ -1,25 +1,33 @@
-This package was debianized by Alejandro Garrido Mota <garridomota at gmail.com>
-on Thu, 10 Jan 2008 05:05:24 -0430
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Jeff japhy Pinyan, japhy.734+CPAN at gmail.com, CPAN ID: PINYAN
+Upstream-Source: http://search.cpan.org/dist/File-chmod/
+Upstream-Name: File-chmod
 
-It was downloaded from http://search.cpan.org/dist/File-chmod/
+Files: *
+Copyright: Copyright (C) 2007 by Jeff Pinyan
+License-Alias: Perl
+License: Artistic | GPL-1+
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself, either Perl version 5.8.8 or,
+ at your option, any later version of Perl 5 you may have available.
 
-Copyright (C) 2007 by Jeff Pinyan
+Files: debian/*
+Copyright: 
+ 2008, Alejandro Garrido Mota <garridomota at gmail.com>
+ 2008, gregor herrmann <gregoa at debian.org>
+License: Artistic | GPL-1+
 
-License: 
- This library is free software; you can redistribute it and/or modify it under 
- the same terms as Perl itself.
+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
 
- This program is distributed in the hope that it will be useful, but without any warranty; 
- without even the implied warranty of merchantability or fitness for a particular purpose.
-
- Perl is distributed under your choice of the GNU General Public License or
- the Artistic License.
-
- The complete text of the GNU General Public License can be found in
- /usr/share/common-licenses/GPL and the Artistic Licence can be found
- in /usr/share/common-licenses/Artistic.
-
-The upstream author is: Jeff japhy Pinyan, <japhy.734+CPAN at gmail.com>
-
-The Debian packaging is (C) 2007, Alejandro Garrido Mota <garridomota at gmail.com>
-and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+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/libfile-chmod-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-chmod-perl/debian/rules?rev=25659&op=diff
==============================================================================
--- trunk/libfile-chmod-perl/debian/rules (original)
+++ trunk/libfile-chmod-perl/debian/rules Fri Sep 26 19:35:17 2008
@@ -1,6 +1,23 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
 
-install/libfile-chmod-perl::
-	[ ! -d debian/libfile-chmod-perl/usr/lib/perl5 ] || rmdir --parents --ignore-fail-on-non-empty --verbose debian/libfile-chmod-perl/usr/lib/perl5
+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