r32374 - in /trunk/libsql-abstract-limit-perl/debian: changelog copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Mar 28 19:05:51 UTC 2009


Author: gregoa
Date: Sat Mar 28 19:05:47 2009
New Revision: 32374

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32374
Log:
* debian/rules: refresh with current dh-make-perl template.
* debian/copyright: switch to new format, add third-party copyright holder.

Modified:
    trunk/libsql-abstract-limit-perl/debian/changelog
    trunk/libsql-abstract-limit-perl/debian/copyright
    trunk/libsql-abstract-limit-perl/debian/rules

Modified: trunk/libsql-abstract-limit-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-abstract-limit-perl/debian/changelog?rev=32374&op=diff
==============================================================================
--- trunk/libsql-abstract-limit-perl/debian/changelog (original)
+++ trunk/libsql-abstract-limit-perl/debian/changelog Sat Mar 28 19:05:47 2009
@@ -8,6 +8,8 @@
   * Remove build dependency on libmodule-build-perl (dh7 prefers
     ExtUtils::MakeMaker), add build dependencies on
     libtest-pod-{,coverage-}perl (enables additional tests).
+  * debian/rules: refresh with current dh-make-perl template.
+  * debian/copyright: switch to new format, add third-party copyright holder.
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 25 Dec 2008 06:08:28 +0100
 

Modified: trunk/libsql-abstract-limit-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-abstract-limit-perl/debian/copyright?rev=32374&op=diff
==============================================================================
--- trunk/libsql-abstract-limit-perl/debian/copyright (original)
+++ trunk/libsql-abstract-limit-perl/debian/copyright Sat Mar 28 19:05:47 2009
@@ -1,21 +1,35 @@
-This is the debian package for the SQL-Abstract-Limit module.
-It was created by Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: David Baird, <cpan at riverside-cms.co.uk>
+Upstream-Source: http://search.cpan.org/dist/SQL-Abstract-Limit/
+Upstream-Name: SQL-Abstract-Limit
 
-The upstream author is: David Baird, <cpan at riverside-cms.co.uk>
+Files: *
+Copyright: 2004, David Baird, <cpan at riverside-cms.co.uk>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Copyright 2004 by David Baird.
+Files: t/lib/SQL/Abstract/Limit/Test.pm
+Copyright: 2008, Norbert Buchmuller, <norbi at nix.hu>
+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: debian/*
+Copyright: 2005-2008, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+ 2005, Florian Ragwitz <rafl at debianforum.de>
+ 2008-2009, gregor herrmann <gregoa at debian.org>
+License: Artistic | GPL-1+
 
-    Perl is distributed under licenses:
+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'
 
-    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.
-  
+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' and
-    the Artistic Licence in /usr/share/common-licenses/Artistic'.
+    Public License can be found in `/usr/share/common-licenses/GPL'

Modified: trunk/libsql-abstract-limit-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-abstract-limit-perl/debian/rules?rev=32374&op=diff
==============================================================================
--- trunk/libsql-abstract-limit-perl/debian/rules (original)
+++ trunk/libsql-abstract-limit-perl/debian/rules Sat Mar 28 19:05:47 2009
@@ -3,20 +3,21 @@
 build: build-stamp
 build-stamp:
 	dh build
-	touch build-stamp
+	touch $@
 
 clean:
-	dh clean
+	dh $@
 
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh install
-	touch install-stamp
+	touch $@
 
-binary-arch: install
-
+binary-arch:
 
 binary-indep: install
-	dh binary-indep
+	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