[libnet-openssh-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:16:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository libnet-openssh-perl.
commit bb2a82a98ede1a7552b98a5742f5f0fba96a3807
Author: Florian Schlichting <fsfs at debian.org>
Date: Thu Sep 10 11:16:43 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/libnet-openssh-perl.git
More information about the Pkg-perl-cvs-commits
mailing list