r16241 - in /trunk/libconfig-apacheformat-perl: ApacheFormat.pm debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules

sgran at users.alioth.debian.org sgran at users.alioth.debian.org
Sun Mar 2 02:02:55 UTC 2008


Author: sgran
Date: Sun Mar  2 02:02:54 2008
New Revision: 16241

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

Added:
    trunk/libconfig-apacheformat-perl/debian/
    trunk/libconfig-apacheformat-perl/debian/changelog
    trunk/libconfig-apacheformat-perl/debian/compat
    trunk/libconfig-apacheformat-perl/debian/control
    trunk/libconfig-apacheformat-perl/debian/copyright
    trunk/libconfig-apacheformat-perl/debian/rules   (with props)
Modified:
    trunk/libconfig-apacheformat-perl/ApacheFormat.pm

Modified: trunk/libconfig-apacheformat-perl/ApacheFormat.pm
URL: http://svn.debian.org/wsvn/trunk/libconfig-apacheformat-perl/ApacheFormat.pm?rev=16241&op=diff
==============================================================================
--- trunk/libconfig-apacheformat-perl/ApacheFormat.pm (original)
+++ trunk/libconfig-apacheformat-perl/ApacheFormat.pm Sun Mar  2 02:02:54 2008
@@ -599,6 +599,8 @@
                                      "line $$line_num: $!");
                         @files = map { "$f/$_" } sort grep { -f "$f/$_" } readdir INCD;
                         closedir(INCD);
+                    } elsif ($f =~ /\*/) { # Apache file glob
+                        @files = glob $f;
                     } else {
                         @files = $f;
                     }

Added: trunk/libconfig-apacheformat-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libconfig-apacheformat-perl/debian/changelog?rev=16241&op=file
==============================================================================
--- trunk/libconfig-apacheformat-perl/debian/changelog (added)
+++ trunk/libconfig-apacheformat-perl/debian/changelog Sun Mar  2 02:02:54 2008
@@ -1,0 +1,18 @@
+libconfig-apacheformat-perl (1.2-3) unstable; urgency=low
+
+  * Add to Debian Perl group
+
+ -- Stephen Gran <sgran at debian.org>  Sun, 02 Mar 2008 02:00:33 +0000
+
+libconfig-apacheformat-perl (1.2-2) unstable; urgency=low
+
+  * Update to work with apache file globs such as
+    Include /etc/apache2/mods-enabled/*.load
+
+ -- Stephen Gran <sgran at debian.org>  Sat, 01 Mar 2008 15:53:59 +0000
+
+libconfig-apacheformat-perl (1.2-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Stephen Gran <sgran at debian.org>  Sat, 01 Mar 2008 14:57:43 +0000

Added: trunk/libconfig-apacheformat-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libconfig-apacheformat-perl/debian/compat?rev=16241&op=file
==============================================================================
--- trunk/libconfig-apacheformat-perl/debian/compat (added)
+++ trunk/libconfig-apacheformat-perl/debian/compat Sun Mar  2 02:02:54 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libconfig-apacheformat-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libconfig-apacheformat-perl/debian/control?rev=16241&op=file
==============================================================================
--- trunk/libconfig-apacheformat-perl/debian/control (added)
+++ trunk/libconfig-apacheformat-perl/debian/control Sun Mar  2 02:02:54 2008
@@ -1,0 +1,21 @@
+Source: libconfig-apacheformat-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.8-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Stephen Gran <sgran at debian.org>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Config::ApacheFormat/
+
+Package: libconfig-apacheformat-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libclass-methodmaker-perl (>= 1.08)
+Description:  use Apache format config files
+ This module is designed to parse a configuration file in the same
+ syntax used by the Apache web server (see http://httpd.apache.org for
+ details).  This allows you to build applications which can be easily
+ managed by experienced Apache admins.  Also, by using this module,
+ you'll benefit from the support for nested blocks with built-in
+ parameter inheritance.  This can greatly reduce the amount or repeated
+ information in your configuration files.

Added: trunk/libconfig-apacheformat-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libconfig-apacheformat-perl/debian/copyright?rev=16241&op=file
==============================================================================
--- trunk/libconfig-apacheformat-perl/debian/copyright (added)
+++ trunk/libconfig-apacheformat-perl/debian/copyright Sun Mar  2 02:02:54 2008
@@ -1,0 +1,15 @@
+This is the debian package for the Config::ApacheFormat module.
+It was created by Stephen Gran <sgran at debian.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Config::ApacheFormat/
+
+Copyright (C) 2002-2003 Sam Tregar
+
+This program is free software; you can redistribute it and/or modify
+it under the same terms as Perl 5 itself, i.e., under the terms of the
+"Artistic License" or the "GNU General Public License".
+
+On Debian systems, you can find them in /usr/share/common-licenses/.
+
+The Debian packaging is (C) 2008, Stephen Gran <sgran at debian.org> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libconfig-apacheformat-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libconfig-apacheformat-perl/debian/rules?rev=16241&op=file
==============================================================================
--- trunk/libconfig-apacheformat-perl/debian/rules (added)
+++ trunk/libconfig-apacheformat-perl/debian/rules Sun Mar  2 02:02:54 2008
@@ -1,0 +1,76 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	dh_clean build-stamp install-stamp
+
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into $(TMP) here
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
+
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installexamples
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+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: trunk/libconfig-apacheformat-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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