r23251 - in /trunk/libpetal-utils-perl/debian: ./ changelog compat control copyright libpetal-utils-perl.docs rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Jul 15 14:29:14 UTC 2008


Author: dmn
Date: Tue Jul 15 14:29:12 2008
New Revision: 23251

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

Added:
    trunk/libpetal-utils-perl/debian/
    trunk/libpetal-utils-perl/debian/changelog
    trunk/libpetal-utils-perl/debian/compat
    trunk/libpetal-utils-perl/debian/control
    trunk/libpetal-utils-perl/debian/copyright
    trunk/libpetal-utils-perl/debian/libpetal-utils-perl.docs
    trunk/libpetal-utils-perl/debian/rules   (with props)
    trunk/libpetal-utils-perl/debian/watch

Added: trunk/libpetal-utils-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpetal-utils-perl/debian/changelog?rev=23251&op=file
==============================================================================
--- trunk/libpetal-utils-perl/debian/changelog (added)
+++ trunk/libpetal-utils-perl/debian/changelog Tue Jul 15 14:29:12 2008
@@ -1,0 +1,5 @@
+libpetal-utils-perl (0.06-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 15 Jul 2008 17:11:31 +0300

Added: trunk/libpetal-utils-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpetal-utils-perl/debian/compat?rev=23251&op=file
==============================================================================
--- trunk/libpetal-utils-perl/debian/compat (added)
+++ trunk/libpetal-utils-perl/debian/compat Tue Jul 15 14:29:12 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libpetal-utils-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpetal-utils-perl/debian/control?rev=23251&op=file
==============================================================================
--- trunk/libpetal-utils-perl/debian/control (added)
+++ trunk/libpetal-utils-perl/debian/control Tue Jul 15 14:29:12 2008
@@ -1,0 +1,17 @@
+Source: libpetal-utils-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.6.10-12)
+Maintainer: Damyan Ivanov <dmn at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Petal-Utils/
+
+Package: libpetal-utils-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl (>= 3.0),
+ libpetal-perl (>= 1.06), libtimedate-perl (>= 0.01)
+Description: Useful template modifiers for Petal
+ Petal::Utils module contains commonly used Petal modifiers (or plugins),
+ and bundles them with an easy-to-use installation interface. By default, a
+ set of modifiers are installed into Petal when you use this module.

Added: trunk/libpetal-utils-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpetal-utils-perl/debian/copyright?rev=23251&op=file
==============================================================================
--- trunk/libpetal-utils-perl/debian/copyright (added)
+++ trunk/libpetal-utils-perl/debian/copyright Tue Jul 15 14:29:12 2008
@@ -1,0 +1,31 @@
+This is the debian package for the Petal-Utils module.
+It was created by Damyan Ivanov <dmn at debian.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Petal-Utils/
+
+The upstream authors are:
+    William McKee <william at knowmad.com>
+    Steve Purkis <spurkis at cpan.org>.
+
+Copyright (c) 2003-2004 William McKee & Steve Purkis.
+
+License:
+    This module is free software and is distributed under the same license as
+    Perl itself. Use it at your own risk.
+
+Perl license is:
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
+
+    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.
+
+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'.
+
+The Debian packaging is © 2008, Damyan Ivanov <dmn at debian.org> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libpetal-utils-perl/debian/libpetal-utils-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpetal-utils-perl/debian/libpetal-utils-perl.docs?rev=23251&op=file
==============================================================================
--- trunk/libpetal-utils-perl/debian/libpetal-utils-perl.docs (added)
+++ trunk/libpetal-utils-perl/debian/libpetal-utils-perl.docs Tue Jul 15 14:29:12 2008
@@ -1,0 +1,1 @@
+TODO

Added: trunk/libpetal-utils-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpetal-utils-perl/debian/rules?rev=23251&op=file
==============================================================================
--- trunk/libpetal-utils-perl/debian/rules (added)
+++ trunk/libpetal-utils-perl/debian/rules Tue Jul 15 14:29:12 2008
@@ -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/libpetal-utils-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libpetal-utils-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpetal-utils-perl/debian/watch?rev=23251&op=file
==============================================================================
--- trunk/libpetal-utils-perl/debian/watch (added)
+++ trunk/libpetal-utils-perl/debian/watch Tue Jul 15 14:29:12 2008
@@ -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/Petal-Utils/   .*/Petal-Utils-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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