r70034 - in /trunk/libtemplate-alloy-perl/debian: changelog control copyright rules

chrisb at users.alioth.debian.org chrisb at users.alioth.debian.org
Sun Feb 27 23:37:02 UTC 2011


Author: chrisb
Date: Sun Feb 27 23:36:55 2011
New Revision: 70034

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70034
Log:
* Add myself to Uploaders and copyright
* Update copyright file to latest DEP-5 format
* Remove the version from the perl build-dependency, as per new perl policy
* Use short dh7 rules file

Modified:
    trunk/libtemplate-alloy-perl/debian/changelog
    trunk/libtemplate-alloy-perl/debian/control
    trunk/libtemplate-alloy-perl/debian/copyright
    trunk/libtemplate-alloy-perl/debian/rules

Modified: trunk/libtemplate-alloy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-alloy-perl/debian/changelog?rev=70034&op=diff
==============================================================================
--- trunk/libtemplate-alloy-perl/debian/changelog (original)
+++ trunk/libtemplate-alloy-perl/debian/changelog Sun Feb 27 23:36:55 2011
@@ -7,6 +7,10 @@
   [ Chris Butler ]
   * New upstream release
   * Refreshed pod.patch
+  * Add myself to Uploaders and copyright
+  * Update copyright file to latest DEP-5 format
+  * Remove the version from the perl build-dependency, as per new perl policy
+  * Use short dh7 rules file
 
  -- Chris Butler <chrisb at debian.org>  Sun, 27 Feb 2011 23:15:48 +0000
 

Modified: trunk/libtemplate-alloy-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-alloy-perl/debian/control?rev=70034&op=diff
==============================================================================
--- trunk/libtemplate-alloy-perl/debian/control (original)
+++ trunk/libtemplate-alloy-perl/debian/control Sun Feb 27 23:36:55 2011
@@ -2,8 +2,9 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.10-12)
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Chris Butler <chrisb at debian.org>
 Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Template-Alloy/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtemplate-alloy-perl/
@@ -11,7 +12,7 @@
 
 Package: libtemplate-alloy-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: TT2/3, HT, HTE, Tmpl, and Velocity Engine
  Template::Alloy represents the mixing of features and capabilities
  from all of the major mini-language based template systems (support

Modified: trunk/libtemplate-alloy-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-alloy-perl/debian/copyright?rev=70034&op=diff
==============================================================================
--- trunk/libtemplate-alloy-perl/debian/copyright (original)
+++ trunk/libtemplate-alloy-perl/debian/copyright Sun Feb 27 23:36:55 2011
@@ -1,37 +1,37 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Paul Seamons <paul at seamons dot com>
-Upstream-Source: http://search.cpan.org/dist/Template-Alloy/
-Upstream-Name: Template-Alloy
-Acknowledgement:
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Paul Seamons <paul at seamons dot com>
+Source: http://search.cpan.org/dist/Template-Alloy/
+Name: Template-Alloy
+Comment:
  Packaging of this module was kindly funded by Dembach Goo Informatik on
  behalf of Allianz 24.
 
 Files: *
-Copyright: 2007, Paul Seamons <paul at seamons dot com>
-License-Alias: Perl
-License: Artistic | GPL-1+
+Copyright: Paul Seamons
+License: Artistic or GPL-1+
 
 Files: t/15_tt_view.t
 Copyright: 2000, Andy Wardley <abw at kfs.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2009, Christoph Berg <myon at debian.org>
  2009, gregor herrmann <gregoa at debian.org>
-License: Artistic | GPL-1+
+ 2011, Chris Butler <chrisb at debian.org>
+License: Artistic or 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'
+ 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 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'
+ 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libtemplate-alloy-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-alloy-perl/debian/rules?rev=70034&op=diff
==============================================================================
--- trunk/libtemplate-alloy-perl/debian/rules (original)
+++ trunk/libtemplate-alloy-perl/debian/rules Sun Feb 27 23:36:55 2011
@@ -1,23 +1,4 @@
 #!/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