r36711 - in /trunk/libconfig-grammar-perl/debian: ./ changelog compat control copyright rules watch

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Fri May 29 19:34:03 UTC 2009


Author: carnil-guest
Date: Fri May 29 19:33:58 2009
New Revision: 36711

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

Added:
    trunk/libconfig-grammar-perl/debian/
    trunk/libconfig-grammar-perl/debian/changelog
    trunk/libconfig-grammar-perl/debian/compat
    trunk/libconfig-grammar-perl/debian/control
    trunk/libconfig-grammar-perl/debian/copyright
    trunk/libconfig-grammar-perl/debian/rules   (with props)
    trunk/libconfig-grammar-perl/debian/watch

Added: trunk/libconfig-grammar-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-grammar-perl/debian/changelog?rev=36711&op=file
==============================================================================
--- trunk/libconfig-grammar-perl/debian/changelog (added)
+++ trunk/libconfig-grammar-perl/debian/changelog Fri May 29 19:33:58 2009
@@ -1,0 +1,5 @@
+libconfig-grammar-perl (1.10-1) unstable; urgency=low
+
+  * Initial Release (Closes: #530937).
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Fri, 29 May 2009 12:42:25 +0200

Added: trunk/libconfig-grammar-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-grammar-perl/debian/compat?rev=36711&op=file
==============================================================================
--- trunk/libconfig-grammar-perl/debian/compat (added)
+++ trunk/libconfig-grammar-perl/debian/compat Fri May 29 19:33:58 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libconfig-grammar-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-grammar-perl/debian/control?rev=36711&op=file
==============================================================================
--- trunk/libconfig-grammar-perl/debian/control (added)
+++ trunk/libconfig-grammar-perl/debian/control Fri May 29 19:33:58 2009
@@ -1,0 +1,30 @@
+Source: libconfig-grammar-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  
+Standards-Version: 3.8.1
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconfig-grammar-perl/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-grammar-perl/
+Homepage: http://search.cpan.org/dist/Config-Grammar/
+
+Package: libconfig-grammar-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: A grammar-based user-friendly config parser
+ Config::Grammar is a module to parse configuration files. The configuration
+ may consist of multiple-level sections with assignments and tabular data. The
+ parsed data will be returned as a hash containing the whole configuration.
+ Config::Grammar uses a grammar that is supplied upon creation of a
+ Config::Grammar object to parse the configuration file and return helpful
+ error messages in case of syntax errors. Using the makepod method you can
+ generate documentation of the configuration file format.
+ .
+ The maketmpl method can generate a template configuration file. If your
+ grammar contains regexp matches, the template will not be all that helpful as
+ Config::Grammar is not smart enough to give you sensible template data based
+ in regular expressions. The related function maketmplmin generates a minimal
+ configuration template without examples, regexps or comments and thus allows
+ an experienced user to fill in the configuration data more efficiently.

Added: trunk/libconfig-grammar-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-grammar-perl/debian/copyright?rev=36711&op=file
==============================================================================
--- trunk/libconfig-grammar-perl/debian/copyright (added)
+++ trunk/libconfig-grammar-perl/debian/copyright Fri May 29 19:33:58 2009
@@ -1,0 +1,35 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: Config-Grammar
+Maintainer: David Schweikert <david at schweikert.ch>
+Source: http://search.cpan.org/dist/Config-Grammar/
+
+Files: *
+Copyright: Copyright (C) 2000-2005 ETH Zurich
+           Copyright (C) 2005-2009 David Schweikert
+           Copyright (C) 2005-2009 Tobias Oetiker
+           Copyright (C) 2005-2009 Niko Tyni
+License: GPL-1+ or Artistic
+
+Files: debian/*
+Copyright: 2009, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+License: GPL-3
+
+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.
+X-Comment:
+ 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.
+X-Comment:
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-3'.
+
+License: GPL-3
+ On Debian systems the full text of the GNU General Public License 
+ can be found in the `/usr/share/common-licenses/GPL-3' file.

Added: trunk/libconfig-grammar-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-grammar-perl/debian/rules?rev=36711&op=file
==============================================================================
--- trunk/libconfig-grammar-perl/debian/rules (added)
+++ trunk/libconfig-grammar-perl/debian/rules Fri May 29 19:33:58 2009
@@ -1,0 +1,5 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+	dh $@

Propchange: trunk/libconfig-grammar-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libconfig-grammar-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-grammar-perl/debian/watch?rev=36711&op=file
==============================================================================
--- trunk/libconfig-grammar-perl/debian/watch (added)
+++ trunk/libconfig-grammar-perl/debian/watch Fri May 29 19:33:58 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Config-Grammar/   .*/Config-Grammar-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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