--- libconfig-grammar-perl-1.10.orig/debian/control +++ libconfig-grammar-perl-1.10/debian/control @@ -0,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 +Uploaders: Salvatore Bonaccorso +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: 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. --- libconfig-grammar-perl-1.10.orig/debian/copyright +++ libconfig-grammar-perl-1.10/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: http://dep.debian.net/deps/dep5/ +Name: Config-Grammar +Maintainer: David Schweikert +Source: http://search.cpan.org/dist/Config-Grammar/ + +Files: * +Copyright: Copyright (C) 2000-2005 by ETH Zurich. All rights reserved. + Copyright (C) 2007 David Schweikert. All rights reserved. +License-Alias: Perl +License: GPL-1+ or Artistic + +Files: debian/* +Copyright: 2009, Salvatore Bonaccorso +License: GPL-1+ or Artistic + +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'. --- libconfig-grammar-perl-1.10.orig/debian/watch +++ libconfig-grammar-perl-1.10/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Config-Grammar/ .*/Config-Grammar-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libconfig-grammar-perl-1.10.orig/debian/compat +++ libconfig-grammar-perl-1.10/debian/compat @@ -0,0 +1 @@ +7 --- libconfig-grammar-perl-1.10.orig/debian/changelog +++ libconfig-grammar-perl-1.10/debian/changelog @@ -0,0 +1,5 @@ +libconfig-grammar-perl (1.10-1) unstable; urgency=low + + * Initial Release (Closes: #530937). + + -- Salvatore Bonaccorso Sat, 30 May 2009 16:11:14 +0200 --- libconfig-grammar-perl-1.10.orig/debian/rules +++ libconfig-grammar-perl-1.10/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +%: + dh $@