r41415 - in /trunk/libtemplate-plugin-javascript-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Aug 6 22:28:07 UTC 2009


Author: jawnsy-guest
Date: Thu Aug  6 22:27:55 2009
New Revision: 41415

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41415
Log:
Initial Release (Closes: #515636)

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

Modified: trunk/libtemplate-plugin-javascript-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-javascript-perl/debian/changelog?rev=41415&op=diff
==============================================================================
--- trunk/libtemplate-plugin-javascript-perl/debian/changelog (original)
+++ trunk/libtemplate-plugin-javascript-perl/debian/changelog Thu Aug  6 22:27:55 2009
@@ -1,9 +1,5 @@
 libtemplate-plugin-javascript-perl (0.01-1) UNRELEASED; urgency=low
 
-  [ Maximilian Gaß ]
-  * Initial Release (closes: #515636).
-
-  [ Nathan Handler ]
-  * debian/watch: Update to ignore development releases.
+  * Initial Release (Closes: #515636)
 
  -- Maximilian Gaß <mxey at cloudconnected.org>  Mon, 16 Feb 2009 17:30:59 +0100

Modified: trunk/libtemplate-plugin-javascript-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-javascript-perl/debian/control?rev=41415&op=diff
==============================================================================
--- trunk/libtemplate-plugin-javascript-perl/debian/control (original)
+++ trunk/libtemplate-plugin-javascript-perl/debian/control Thu Aug  6 22:27:55 2009
@@ -2,10 +2,11 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libtemplate-perl, perl (>= 5.6.0-12)
+Build-Depends-Indep: perl (>= 5.6.0-16), libtemplate-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Maximilian Gaß <mxey at cloudconnected.org>
-Standards-Version: 3.8.0
+Uploaders: Maximilian Gaß <mxey at cloudconnected.org>,
+ Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Template-Plugin-JavaScript/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtemplate-plugin-javascript-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtemplate-plugin-javascript-perl/
@@ -13,6 +14,8 @@
 Package: libtemplate-plugin-javascript-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libtemplate-perl
-Description: Encodes text to be safe in JavaScript
- Template::Plugin::JavaScript is a TT filter that filters text so it can be
- safely used in JavaScript quotes.
+Description: Perl module to sanitize text for JavaScript
+ Template::Plugin::JavaScript is a Template Toolkit filter that automatically
+ sanitizes your text so it can be used safely in JavaScript quotes. You simply
+ enable the filter inside a JavaScript string, resulting in any metacharacters
+ being automatically escaped.

Modified: trunk/libtemplate-plugin-javascript-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-javascript-perl/debian/copyright?rev=41415&op=diff
==============================================================================
--- trunk/libtemplate-plugin-javascript-perl/debian/copyright (original)
+++ trunk/libtemplate-plugin-javascript-perl/debian/copyright Thu Aug  6 22:27:55 2009
@@ -5,12 +5,18 @@
 Upstream-Name: Template-Plugin-JavaScript
 
 Files: *
-Copyright: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+Copyright: 2004, Tatsuhiko Miyagawa <miyagawa at bulknews.net>
 License-Alias: Perl
 License: Artistic | GPL-1+
+X-Comment: Rationale from the author was:
+  All of my modules available at http://search.cpan.org/~miyagawa/ with the
+  statement "AUTHOR: Tatsuhiko Miyagawa" are, unless otherwise noted,
+  Copyright (c) Tatsuhiiko Miyagawa.
+ The exact year comes from the CPAN upload date.
 
 Files: debian/*
-Copyright: 2009, Maximilian Gaß <mxey at cloudconnected.org>
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+ 2009, Maximilian Gaß <mxey at cloudconnected.org>
 License: Artistic | GPL-1+
 
 License: Artistic

Modified: trunk/libtemplate-plugin-javascript-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-javascript-perl/debian/rules?rev=41415&op=diff
==============================================================================
--- trunk/libtemplate-plugin-javascript-perl/debian/rules (original)
+++ trunk/libtemplate-plugin-javascript-perl/debian/rules Thu Aug  6 22:27:55 2009
@@ -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