r20841 - in /trunk/libconfig-std-perl: debian/changelog debian/control debian/patches/ debian/patches/series debian/patches/test.cfg.patch debian/rules test.cfg
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Sat Jun 7 19:26:34 UTC 2008
Author: gregoa
Date: Sat Jun 7 19:26:34 2008
New Revision: 20841
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20841
Log:
Move test.cfg to debian/patches; add quilt framework.
Added:
trunk/libconfig-std-perl/debian/patches/
trunk/libconfig-std-perl/debian/patches/series
trunk/libconfig-std-perl/debian/patches/test.cfg.patch
Removed:
trunk/libconfig-std-perl/test.cfg
Modified:
trunk/libconfig-std-perl/debian/changelog
trunk/libconfig-std-perl/debian/control
trunk/libconfig-std-perl/debian/rules
Modified: trunk/libconfig-std-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-std-perl/debian/changelog?rev=20841&op=diff
==============================================================================
--- trunk/libconfig-std-perl/debian/changelog (original)
+++ trunk/libconfig-std-perl/debian/changelog Sat Jun 7 19:26:34 2008
@@ -1,3 +1,9 @@
+libconfig-std-perl (0.0.4-4) UNRELEASED; urgency=low
+
+ * Move test.cfg to debian/patches; add quilt framework.
+
+ -- gregor herrmann <gregoa at debian.org> Sat, 07 Jun 2008 21:25:04 +0200
+
libconfig-std-perl (0.0.4-3) unstable; urgency=low
* Take over for the Debian Perl Group; Closes: #479670 -- RFA
Modified: trunk/libconfig-std-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-std-perl/debian/control?rev=20841&op=diff
==============================================================================
--- trunk/libconfig-std-perl/debian/control (original)
+++ trunk/libconfig-std-perl/debian/control Sat Jun 7 19:26:34 2008
@@ -1,7 +1,7 @@
Source: libconfig-std-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
+Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl, quilt (>= 0.40)
Build-Depends-Indep: perl (>= 5.8.8-7), libclass-std-perl, libversion-perl,
libtest-pod-perl, libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Added: trunk/libconfig-std-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-std-perl/debian/patches/series?rev=20841&op=file
==============================================================================
--- trunk/libconfig-std-perl/debian/patches/series (added)
+++ trunk/libconfig-std-perl/debian/patches/series Sat Jun 7 19:26:34 2008
@@ -1,0 +1,1 @@
+test.cfg.patch
Added: trunk/libconfig-std-perl/debian/patches/test.cfg.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-std-perl/debian/patches/test.cfg.patch?rev=20841&op=file
==============================================================================
--- trunk/libconfig-std-perl/debian/patches/test.cfg.patch (added)
+++ trunk/libconfig-std-perl/debian/patches/test.cfg.patch Sat Jun 7 19:26:34 2008
@@ -1,0 +1,38 @@
+--- /dev/null
++++ libconfig-std-perl/test.cfg
+@@ -0,0 +1,35 @@
++
++def 2: def val 2
++
++def 3 ml: def val 3
++ : across several
++ : lines
++
++def1: def val 1
++
++[Complex named!!!]
++
++%^$%$#%: curses
++
++123456789: zero
++
++[Named]
++
++hi there: What's your name???
++
++list: a
++list: list
++list: of
++list: values
++list: all different
++list: an extra line
++list = an extra line
++
++[Extra]
++
++key 1: extra key 1
++
++[Extra Eq]
++
++key 1 = extra key 1
++
Modified: trunk/libconfig-std-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-std-perl/debian/rules?rev=20841&op=diff
==============================================================================
--- trunk/libconfig-std-perl/debian/rules (original)
+++ trunk/libconfig-std-perl/debian/rules Sat Jun 7 19:26:34 2008
@@ -14,24 +14,24 @@
# always return the default without waiting for user input.
export PERL_MM_USE_DEFAULT=1
+include /usr/share/quilt/quilt.make
+
PERL ?= /usr/bin/perl
PACKAGE = $(shell dh_listpackages)
TMP = $(CURDIR)/debian/$(PACKAGE)
build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
dh_testdir
- # Add commands to compile the package here
$(PERL) Build.PL installdirs=vendor
$(PERL) Build
$(PERL) Build test
touch $@
-clean:
+clean: unpatch
dh_testdir
dh_testroot
dh_clean build-stamp install-stamp
- # Add commands to clean up after the build process here
[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
install: install-stamp
@@ -39,7 +39,6 @@
dh_testdir
dh_testroot
dh_clean -k
- # Add commands to install the package into $(TMP) here
$(PERL) Build install destdir=$(TMP) create_packlist=0
touch $@
More information about the Pkg-perl-cvs-commits
mailing list