r27662 - in /trunk/libhttp-body-perl/debian: changelog copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Dec 2 18:17:15 UTC 2008


Author: gregoa
Date: Tue Dec  2 18:17:12 2008
New Revision: 27662

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27662
Log:

* debian/rules: use template from dh-make-perl.
* debian/copyright: switch to new format.

Modified:
    trunk/libhttp-body-perl/debian/changelog
    trunk/libhttp-body-perl/debian/copyright
    trunk/libhttp-body-perl/debian/rules

Modified: trunk/libhttp-body-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/debian/changelog?rev=27662&op=diff
==============================================================================
--- trunk/libhttp-body-perl/debian/changelog (original)
+++ trunk/libhttp-body-perl/debian/changelog Tue Dec  2 18:17:12 2008
@@ -1,8 +1,13 @@
 libhttp-body-perl (1.05-1) unstable; urgency=low
 
+  [ Brian Cassidy ]
   * New upstream release.
+  
+  [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
+  * debian/rules: use template from dh-make-perl.
+  * debian/copyright: switch to new format.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:43:47 +0100
 

Modified: trunk/libhttp-body-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/debian/copyright?rev=27662&op=diff
==============================================================================
--- trunk/libhttp-body-perl/debian/copyright (original)
+++ trunk/libhttp-body-perl/debian/copyright Tue Dec  2 18:17:12 2008
@@ -1,28 +1,29 @@
-This is the debian package for the HTTP::Body 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: Andy Grundman, andy at hybridized.org
+Upstream-Source: http://search.cpan.org/dist/HTTP-Body/
+Upstream-Name: HTTP-Body
 
-It was downloaded from: 
+Files: *
+Copyright: 2005-2008, Christian Hansen, Sebastian Riedel, Andy Grundman.
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-http://search.cpan.org/dist/HTTP-Body/
+Files: debian/*
+Copyright: 
+ 2005-2008, various members of the Debian Perl Group, cf. debian/copyright
+License: Artistic | GPL-1+
 
-The upstream authors are: 
- * Christian Hansen, ch at ngmedia.com
- * Sebastian Riedel, sri at cpan.org.
- * Andy Grundman, andy at hybridized.org
+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
 
-Copyright 2005-2008, Christian Hansen, Sebastian Riedel, Andy Grundman.
-
-This program is free software, you can redistribute it and/or modify it under
-the same terms as Perl itself.
-
-Perl is distributed under licenses:
-
-    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/libhttp-body-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/debian/rules?rev=27662&op=diff
==============================================================================
--- trunk/libhttp-body-perl/debian/rules (original)
+++ trunk/libhttp-body-perl/debian/rules Tue Dec  2 18:17:12 2008
@@ -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