r3669 - in /packages/libconfig-file-perl/trunk: debian/ debian/changelog debian/control debian/copyright debian/rules lib/Config/File.pm t/test.t

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Thu Sep 7 23:16:00 UTC 2006


Author: gwolf
Date: Thu Sep  7 23:15:59 2006
New Revision: 3669

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3669
Log:
Load libconfig-file-perl-1.4 into packages/libconfig-file-perl/trunk.

Added:
    packages/libconfig-file-perl/trunk/debian/
    packages/libconfig-file-perl/trunk/debian/changelog
    packages/libconfig-file-perl/trunk/debian/control
    packages/libconfig-file-perl/trunk/debian/copyright
    packages/libconfig-file-perl/trunk/debian/rules   (with props)
Modified:
    packages/libconfig-file-perl/trunk/lib/Config/File.pm   (props changed)
    packages/libconfig-file-perl/trunk/t/test.t   (props changed)

Added: packages/libconfig-file-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libconfig-file-perl/trunk/debian/changelog?rev=3669&op=file
==============================================================================
--- packages/libconfig-file-perl/trunk/debian/changelog (added)
+++ packages/libconfig-file-perl/trunk/debian/changelog Thu Sep  7 23:15:59 2006
@@ -1,0 +1,68 @@
+libconfig-file-perl (1.4-1) unstable; urgency=low
+
+  * No longer a Debian-native package, now a proper regular
+    package. Complete with CPAN upload and everything, yay!
+  * Renamed from ConfigFile to Config::File, requiring a package
+    rename. (Closes: #386146)
+  * Transferred maintainership to the Debian Perl group, with me still as
+    an uploader
+
+ -- Gunnar Wolf <gwolf at debian.org>  Thu,  7 Sep 2006 18:05:05 -0500
+
+libconfigfile-perl (1.3) unstable; urgency=low
+
+  * Bumped up standards-version to 3.7.2 (no changes needed)
+  * Bumped up dependencies: Debhelper 5, Perl 5.8.8
+  * Reports configuration syntax errors properly (Closes: #384645)
+  * No longer blindly runs "make clean" as part of the "clean"
+    debian/rules target
+
+ -- Gunnar Wolf <gwolf at debian.org>  Mon, 28 Aug 2006 16:52:49 -0500
+
+libconfigfile-perl (1.2.1) unstable; urgency=low
+
+  * Forgot to document some changes... Here they are :-/
+
+ -- Gunnar Wolf <gwolf at debian.org>  Mon, 11 Apr 2005 11:04:49 -0500
+
+libconfigfile-perl (1.2) unstable; urgency=medium
+
+  * Fixed: Unquoted \' caused eval errors (Closes: #304043)
+  * Fixed: No longer truncates the character just before a # (Thanks,
+    Marc Brockschmidt!) (Closes: #304064)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Mon, 11 Apr 2005 09:53:40 -0500
+
+libconfigfile-perl (1.1.1) unstable; urgency=low
+
+  * A very simple but needed bugfix - declaring the @EXPORT_OK variable.
+    (Closes: #217677)
+  * Now does a 'make test' as part of the build process, to avoid
+    problems similar to 217677
+
+ -- Gunnar Wolf <gwolf at debian.org>  Sun, 26 Oct 2003 20:50:07 -0600
+
+libconfigfile-perl (1.1) unstable; urgency=low
+
+  * New maintainer (Gunnar Wolf)
+  * Modified ConfigFile.pm so it will not export read_config_file into
+    the caller's namespace unless when explicitly asked to do so
+
+ -- Gunnar Wolf <gwolf at debian.org>  Fri, 24 Oct 2003 15:23:54 -0500
+
+libconfigfile-perl (1.0.0-1) unstable; urgency=low
+
+  * Add clustered keys
+  * (closes: #167250)
+
+ -- Sebastien J. Gross <sjg at debian.org>  Fri, 22 Nov 2002 21:06:26 +0100
+
+libconfigfile-perl (0.0.1-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Sebastien J. Gross <sjg at debian.org>  Mon,  8 Apr 2002 11:58:47 +0200
+
+Local variables:
+mode: debian-changelog
+End:

Added: packages/libconfig-file-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libconfig-file-perl/trunk/debian/control?rev=3669&op=file
==============================================================================
--- packages/libconfig-file-perl/trunk/debian/control (added)
+++ packages/libconfig-file-perl/trunk/debian/control Thu Sep  7 23:15:59 2006
@@ -1,0 +1,25 @@
+Source: libconfig-file-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), perl (>= 5.8.8-6)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org> 
+Uploaders: Gunnar Wolf <gwolf at debian.org>
+Standards-Version: 3.7.2
+
+Package: libconfig-file-perl
+Architecture: all
+Depends: ${perl:Depends}
+Conflicts: libconfigfile-perl
+Replaces: libconfigfile-perl
+Provides: libconfigfile-perl
+Description:  Parses simple configuration files
+ ConfigFile parses simple configuration files and store its values in
+ an anonymous hash reference. The syntax of the configuration file is
+ quite simple:
+ .
+ # This is a comment
+ VALUE_ONE = foo
+ VALUE_TWO = $VALUE_ONE/bar
+ VALUE_THREE = The value contains a \# (hash). # This is a comment.
+ COMPOSED_VALUE[one] = The first component of a clustered value
+ COMPOSED_VALUE[two] = The second component of a clustered value

Added: packages/libconfig-file-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libconfig-file-perl/trunk/debian/copyright?rev=3669&op=file
==============================================================================
--- packages/libconfig-file-perl/trunk/debian/copyright (added)
+++ packages/libconfig-file-perl/trunk/debian/copyright Thu Sep  7 23:15:59 2006
@@ -1,0 +1,15 @@
+The original upstream author is: Sebastien J. Gross <seb at sjgross.org>
+
+The package is now (since October 2003) maintained by: Gunnar Wolf 
+<gwolf at gwolf.org>
+
+The package has been split, in the sense it is no longer a
+Debian-native package - The packaging and Debian-related work is done
+by the Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>.
+
+The upstream code is published in CPAN, at 
+http://www.cpan.org/modules/by-module/Config
+
+All rights reserved.  This program is free software; you can redistribute
+it and/or modify it under the terms of the GPL. In Debian systems, you
+can find the full text for the GPL in /usr/share/common-licenses/GPL

Added: packages/libconfig-file-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libconfig-file-perl/trunk/debian/rules?rev=3669&op=file
==============================================================================
--- packages/libconfig-file-perl/trunk/debian/rules (added)
+++ packages/libconfig-file-perl/trunk/debian/rules Thu Sep  7 23:15:59 2006
@@ -1,0 +1,87 @@
+#!/usr/bin/make -f
+#-*- makefile -*-
+# Made with the aid of dh_make, by Craig Small
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+# Some lines taken from debmake, by Christoph Lameter.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+export DH_COMPAT=5
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+ifndef DESTDIR
+DESTDIR=..
+endif
+TMP     =`pwd`/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) 
+	$(MAKE) test
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	# Add here commands to clean up after the build process.
+	[ ! -f Makefile ] || $(MAKE) distclean
+
+	dh_clean
+
+install: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp.
+	$(MAKE) install PREFIX=$(TMP)/usr
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+#	dh_testversion
+	dh_testdir
+	dh_testroot
+	dh_installdocs 
+	dh_installexamples
+	dh_installmenu
+#	dh_installemacsen
+#	dh_installinit
+	dh_installcron
+	dh_installman
+#	dh_undocumented
+	dh_installchangelogs 
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+	dh_perl 
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb --destdir=$(DESTDIR)
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

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

Propchange: packages/libconfig-file-perl/trunk/lib/Config/File.pm
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep  7 23:15:59 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libconfig-file-perl/trunk/t/test.t
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep  7 23:15:59 2006
@@ -1,0 +1,1 @@
+*




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