r37239 - in /trunk/libconfigreader-simple-perl/debian: ./ changelog compat control copyright libconfigreader-simple-perl.examples patches/ patches/manpage-section-mismatch-for-ConfigReader::Simple.patch patches/series rules watch

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Mon Jun 1 19:44:44 UTC 2009


Author: carnil-guest
Date: Mon Jun  1 19:44:39 2009
New Revision: 37239

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

Added:
    trunk/libconfigreader-simple-perl/debian/
    trunk/libconfigreader-simple-perl/debian/changelog
    trunk/libconfigreader-simple-perl/debian/compat
    trunk/libconfigreader-simple-perl/debian/control
    trunk/libconfigreader-simple-perl/debian/copyright
    trunk/libconfigreader-simple-perl/debian/libconfigreader-simple-perl.examples
    trunk/libconfigreader-simple-perl/debian/patches/
    trunk/libconfigreader-simple-perl/debian/patches/manpage-section-mismatch-for-ConfigReader::Simple.patch
    trunk/libconfigreader-simple-perl/debian/patches/series
    trunk/libconfigreader-simple-perl/debian/rules   (with props)
    trunk/libconfigreader-simple-perl/debian/watch

Added: trunk/libconfigreader-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfigreader-simple-perl/debian/changelog?rev=37239&op=file
==============================================================================
--- trunk/libconfigreader-simple-perl/debian/changelog (added)
+++ trunk/libconfigreader-simple-perl/debian/changelog Mon Jun  1 19:44:39 2009
@@ -1,0 +1,5 @@
+libconfigreader-simple-perl (1.27-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #531377)
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Mon, 01 Jun 2009 21:07:23 +0200

Added: trunk/libconfigreader-simple-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfigreader-simple-perl/debian/compat?rev=37239&op=file
==============================================================================
--- trunk/libconfigreader-simple-perl/debian/compat (added)
+++ trunk/libconfigreader-simple-perl/debian/compat Mon Jun  1 19:44:39 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libconfigreader-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfigreader-simple-perl/debian/control?rev=37239&op=file
==============================================================================
--- trunk/libconfigreader-simple-perl/debian/control (added)
+++ trunk/libconfigreader-simple-perl/debian/control Mon Jun  1 19:44:39 2009
@@ -1,0 +1,19 @@
+Source: libconfigreader-simple-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), quilt (>= 0.40)
+Build-Depends-Indep: libtest-warn-perl, perl (>= 5.6.0-12), libtest-pod-perl, libtest-pod-coverage-perl
+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
+Homepage: http://search.cpan.org/dist/ConfigReader-Simple/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfigreader-simple-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconfigreader-simple-perl/
+
+Package: libconfigreader-simple-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: simple configuration file parser
+ ConfigReader::Simple reads and parses simple configuration files. It is
+ designed to be smaller and simpler than the ConfigReader module and is more
+ suited to simple configuration files.

Added: trunk/libconfigreader-simple-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfigreader-simple-perl/debian/copyright?rev=37239&op=file
==============================================================================
--- trunk/libconfigreader-simple-perl/debian/copyright (added)
+++ trunk/libconfigreader-simple-perl/debian/copyright Mon Jun  1 19:44:39 2009
@@ -1,0 +1,29 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Maintainer: brian d foy <bdfoy at cpan.org>
+Source: http://search.cpan.org/dist/ConfigReader-Simple/
+Name: ConfigReader-Simple
+
+Files: *
+Copyright:  2002-2007, brian d foy <bdfoy at cpan.org>
+License-Alias: Perl
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2009, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+License: Artistic or 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.
+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'

Added: trunk/libconfigreader-simple-perl/debian/libconfigreader-simple-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfigreader-simple-perl/debian/libconfigreader-simple-perl.examples?rev=37239&op=file
==============================================================================
--- trunk/libconfigreader-simple-perl/debian/libconfigreader-simple-perl.examples (added)
+++ trunk/libconfigreader-simple-perl/debian/libconfigreader-simple-perl.examples Mon Jun  1 19:44:39 2009
@@ -1,0 +1,1 @@
+eg/*

Added: trunk/libconfigreader-simple-perl/debian/patches/manpage-section-mismatch-for-ConfigReader::Simple.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfigreader-simple-perl/debian/patches/manpage-section-mismatch-for-ConfigReader%3A%3ASimple.patch?rev=37239&op=file
==============================================================================
--- trunk/libconfigreader-simple-perl/debian/patches/manpage-section-mismatch-for-ConfigReader::Simple.patch (added)
+++ trunk/libconfigreader-simple-perl/debian/patches/manpage-section-mismatch-for-ConfigReader::Simple.patch Mon Jun  1 19:44:39 2009
@@ -1,0 +1,16 @@
+Description: Patch fixes the lintian manpage-section-mismatch mismatch
+ for the manpage for ConfigReader::Simple manpage.
+Author: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+Status of the patch:
+ First integrated in libconfigreader-simple-perl version 1.27-1
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -25,7 +25,7 @@
+ 		                      
+ 	'MAN3PODS' => {
+ 		'lib/Simple.pm' => 
+-			'$(INST_MAN3DIR)/ConfigReader::Simple.3',
++			'$(INST_MAN3DIR)/ConfigReader::Simple.3pm',
+ 		},
+ 
+     clean  => { FILES => "ConfigReader-Simple-*" },

Added: trunk/libconfigreader-simple-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfigreader-simple-perl/debian/patches/series?rev=37239&op=file
==============================================================================
--- trunk/libconfigreader-simple-perl/debian/patches/series (added)
+++ trunk/libconfigreader-simple-perl/debian/patches/series Mon Jun  1 19:44:39 2009
@@ -1,0 +1,1 @@
+manpage-section-mismatch-for-ConfigReader::Simple.patch

Added: trunk/libconfigreader-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfigreader-simple-perl/debian/rules?rev=37239&op=file
==============================================================================
--- trunk/libconfigreader-simple-perl/debian/rules (added)
+++ trunk/libconfigreader-simple-perl/debian/rules Mon Jun  1 19:44:39 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh --with quilt $@

Propchange: trunk/libconfigreader-simple-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libconfigreader-simple-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfigreader-simple-perl/debian/watch?rev=37239&op=file
==============================================================================
--- trunk/libconfigreader-simple-perl/debian/watch (added)
+++ trunk/libconfigreader-simple-perl/debian/watch Mon Jun  1 19:44:39 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/ConfigReader-Simple/   .*/ConfigReader-Simple-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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