r6669 - in /trunk/libparse-debcontrol-perl/debian: ./ changelog compat control copyright rules

azatoth-guest at users.alioth.debian.org azatoth-guest at users.alioth.debian.org
Wed Aug 15 16:04:59 UTC 2007


Author: azatoth-guest
Date: Wed Aug 15 16:04:59 2007
New Revision: 6669

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

Added:
    trunk/libparse-debcontrol-perl/debian/
    trunk/libparse-debcontrol-perl/debian/changelog
    trunk/libparse-debcontrol-perl/debian/compat
    trunk/libparse-debcontrol-perl/debian/control
    trunk/libparse-debcontrol-perl/debian/copyright
    trunk/libparse-debcontrol-perl/debian/rules   (with props)

Added: trunk/libparse-debcontrol-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libparse-debcontrol-perl/debian/changelog?rev=6669&op=file
==============================================================================
--- trunk/libparse-debcontrol-perl/debian/changelog (added)
+++ trunk/libparse-debcontrol-perl/debian/changelog Wed Aug 15 16:04:59 2007
@@ -1,0 +1,5 @@
+libparse-debcontrol-perl (2.005-1) unstable; urgency=low
+
+  * Initial Release. (closes: #437933)
+
+ -- Carl Fürstenberg <azatoth at gmail.com>  Tue, 14 Aug 2007 23:09:01 +0200

Added: trunk/libparse-debcontrol-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libparse-debcontrol-perl/debian/compat?rev=6669&op=file
==============================================================================
--- trunk/libparse-debcontrol-perl/debian/compat (added)
+++ trunk/libparse-debcontrol-perl/debian/compat Wed Aug 15 16:04:59 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libparse-debcontrol-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libparse-debcontrol-perl/debian/control?rev=6669&op=file
==============================================================================
--- trunk/libparse-debcontrol-perl/debian/control (added)
+++ trunk/libparse-debcontrol-perl/debian/control Wed Aug 15 16:04:59 2007
@@ -1,0 +1,28 @@
+Source: libparse-debcontrol-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), cdbs (>= 0.4.49)
+Build-Depends-Indep: perl (>= 5.8.8-7)
+Maintainer: pkg-perl-maintainers at lists.alioth.debian.org
+Uploaders: Carl Fürstenberg <azatoth at gmail.com>
+Standards-Version: 3.7.2
+
+Package: libparse-debcontrol-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libio-stringy-perl, libcompress-zlib-perl, libwww-perl
+Recommends: libtie-ixhash-perl, libtest-pod-perl, libpod-coverage-perl
+Description:  Easy OO parsing of debian control-like files
+ Parse::DebControl is an easy OO way to parse debian control files and 
+ other colon separated key-value pairs. It's specifically designed
+ to handle the format used in Debian control files, template files, and
+ the cache files used by dpkg.
+ .
+ For basic format information see:
+ http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-controlsyntax
+ .
+ This module does not actually do any intelligence with the file content
+ (because there are a lot of files in this format), but merely handles
+ the format. It can handle simple control files, or files hundreds of lines 
+ long efficiently and easily.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libparse-debcontrol-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libparse-debcontrol-perl/debian/copyright?rev=6669&op=file
==============================================================================
--- trunk/libparse-debcontrol-perl/debian/copyright (added)
+++ trunk/libparse-debcontrol-perl/debian/copyright Wed Aug 15 16:04:59 2007
@@ -1,0 +1,14 @@
+This is the debian package for the Parse-DebControl module.
+It was created by Carl Fürstenberg <azatoth at gmail.com> using dh-make-perl.
+
+Parse::DebControl is copyright 2003,2004 Jay Bonci <jaybonci at cpan.org>.
+This program is free software; you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  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 (C) 2007, Carl Fürstenberg <azatoth at gmail.com> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libparse-debcontrol-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libparse-debcontrol-perl/debian/rules?rev=6669&op=file
==============================================================================
--- trunk/libparse-debcontrol-perl/debian/rules (added)
+++ trunk/libparse-debcontrol-perl/debian/rules Wed Aug 15 16:04:59 2007
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk

Propchange: trunk/libparse-debcontrol-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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