[libtext-wikicreole-perl] 03/24: Adding quilt patch management system and document how to use it.
gregor herrmann
gregoa at debian.org
Thu Sep 7 18:17:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libtext-wikicreole-perl.
commit 68a6b399f7d23cbaa33b11449e9723b413fc328a
Author: Bernd Zeimetz <bernd at bzed.de>
Date: Sat Jun 21 02:47:54 2008 +0200
Adding quilt patch management system and document how to use it.
---
debian/README.source | 8 ++++++++
debian/changelog | 7 +++++++
debian/control | 2 +-
debian/rules | 8 ++++++--
4 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..a542811
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,8 @@
+libtext-wikicreole-perl (0.05-2) unstable; urgency=low
+
+ * Since this version the package uses quilt to manage patches
+ at build time. Please install the package 'quilt' and see
+ /usr/share/doc/quilt/README.source
+ for details.
+
+ -- Bernd Zeimetz <bzed at debian.org> Sat, 21 Jun 2008 02:44:11 +0200
diff --git a/debian/changelog b/debian/changelog
index 2d0f919..68adeb1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libtext-wikicreole-perl (0.05-2) unstable; urgency=low
+
+ * debian/rules, debian/control, debian/README.source:
+ - Adding quilt patch management system and document how to use it.
+
+ -- Bernd Zeimetz <bzed at debian.org> Sat, 21 Jun 2008 02:41:45 +0200
+
libtext-wikicreole-perl (0.05-1) unstable; urgency=low
* Initial Release (Closes: #487020)
diff --git a/debian/control b/debian/control
index cf6af8a..0d73fd4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: libtext-wikicreole-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), quilt
Build-Depends-Indep: perl (>= 5.6.10-12)
Maintainer: Bernd Zeimetz <bzed at debian.org>
Standards-Version: 3.8.0
diff --git a/debian/rules b/debian/rules
index 849f988..8e10174 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,8 +15,11 @@ PERL ?= /usr/bin/perl
PACKAGE = $(shell dh_listpackages)
TMP = $(CURDIR)/debian/$(PACKAGE)
+
+include /usr/share/quilt/quilt.make
+
build: build-stamp
-build-stamp:
+build-stamp: patch
dh_testdir
# Add commands to compile the package here
$(PERL) Makefile.PL INSTALLDIRS=vendor
@@ -24,7 +27,8 @@ build-stamp:
$(MAKE) test
touch $@
-clean:
+clean: clean-patched unpatch
+clean-patched:
dh_testdir
dh_testroot
dh_clean build-stamp install-stamp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-wikicreole-perl.git
More information about the Pkg-perl-cvs-commits
mailing list