[libhtml-mason-perl] 01/01: expand README.source on setting up quilt in a debcherry package
Florian Schlichting
fsfs at moszumanska.debian.org
Thu Sep 10 09:15:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository libhtml-mason-perl.
commit 4fa82d5e3e53beb484307e08fd6804dfeb883060
Author: Florian Schlichting <fsfs at debian.org>
Date: Thu Sep 10 11:15:23 2015 +0200
expand README.source on setting up quilt in a debcherry package
---
debian/README.source | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/debian/README.source b/debian/README.source
index cbe4b3a..cb28e02 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -9,3 +9,10 @@ also be able to just ignore debcherry and work on patches with quilt,
with the difference that the master branch is patches-applied. You are
however invited to take a look at git-debcherry and let it handle the
debian/patches directory automatically.
+
+If you so wish, the following command will set up quilt to work with
+patches-appled in this repository:
+
+ for patch in `quilt series | tac`; \
+ do patch -p1 -R --no-backup-if-mismatch <"debian/patches/$patch"; done; \
+ quilt push -a
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-mason-perl.git
More information about the Pkg-perl-cvs-commits
mailing list