r30791 - in /trunk/libtemplate-plugin-javascript-perl/debian: ./ changelog compat control copyright rules watch

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Tue Feb 17 12:41:40 UTC 2009


Author: mxey-guest
Date: Tue Feb 17 12:41:37 2009
New Revision: 30791

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30791
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libtemplate-plugin-javascript-perl/debian/
    trunk/libtemplate-plugin-javascript-perl/debian/changelog
    trunk/libtemplate-plugin-javascript-perl/debian/compat
    trunk/libtemplate-plugin-javascript-perl/debian/control
    trunk/libtemplate-plugin-javascript-perl/debian/copyright
    trunk/libtemplate-plugin-javascript-perl/debian/rules   (with props)
    trunk/libtemplate-plugin-javascript-perl/debian/watch

Added: trunk/libtemplate-plugin-javascript-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-javascript-perl/debian/changelog?rev=30791&op=file
==============================================================================
--- trunk/libtemplate-plugin-javascript-perl/debian/changelog (added)
+++ trunk/libtemplate-plugin-javascript-perl/debian/changelog Tue Feb 17 12:41:37 2009
@@ -1,0 +1,5 @@
+libtemplate-plugin-javascript-perl (0.01-1) UNFINISHED; urgency=low
+
+  * Initial Release (closes: #515636).
+
+ -- Maximilian Gaß <mxey at cloudconnected.org>  Mon, 16 Feb 2009 17:30:59 +0100

Added: trunk/libtemplate-plugin-javascript-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-javascript-perl/debian/compat?rev=30791&op=file
==============================================================================
--- trunk/libtemplate-plugin-javascript-perl/debian/compat (added)
+++ trunk/libtemplate-plugin-javascript-perl/debian/compat Tue Feb 17 12:41:37 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libtemplate-plugin-javascript-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-javascript-perl/debian/control?rev=30791&op=file
==============================================================================
--- trunk/libtemplate-plugin-javascript-perl/debian/control (added)
+++ trunk/libtemplate-plugin-javascript-perl/debian/control Tue Feb 17 12:41:37 2009
@@ -1,0 +1,18 @@
+Source: libtemplate-plugin-javascript-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libtemplate-perl, perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Maximilian Gaß <mxey at cloudconnected.org>
+Standards-Version: 3.8.0
+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/
+
+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.

Added: trunk/libtemplate-plugin-javascript-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-javascript-perl/debian/copyright?rev=30791&op=file
==============================================================================
--- trunk/libtemplate-plugin-javascript-perl/debian/copyright (added)
+++ trunk/libtemplate-plugin-javascript-perl/debian/copyright Tue Feb 17 12:41:37 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+Upstream-Source: http://search.cpan.org/dist/Template-Plugin-JavaScript/
+Upstream-Name: Template-Plugin-JavaScript
+
+Files: *
+Copyright: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Maximilian Gaß <mxey at cloudconnected.org>
+License: Artistic | 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'
+
+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'

Added: trunk/libtemplate-plugin-javascript-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-javascript-perl/debian/rules?rev=30791&op=file
==============================================================================
--- trunk/libtemplate-plugin-javascript-perl/debian/rules (added)
+++ trunk/libtemplate-plugin-javascript-perl/debian/rules Tue Feb 17 12:41:37 2009
@@ -1,0 +1,23 @@
+#!/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

Propchange: trunk/libtemplate-plugin-javascript-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtemplate-plugin-javascript-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-javascript-perl/debian/watch?rev=30791&op=file
==============================================================================
--- trunk/libtemplate-plugin-javascript-perl/debian/watch (added)
+++ trunk/libtemplate-plugin-javascript-perl/debian/watch Tue Feb 17 12:41:37 2009
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Template-Plugin-JavaScript/   .*/Template-Plugin-JavaScript-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list