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 88f844388ac2be01806d6216ee1fe542f56e7323 Author: Florian Schlichting <[email protected]> Date: Tue Aug 18 18:12:39 2015 +0200 Convert packaging to git-debcherry --- debian/README.source | 11 +++++++++++ debian/patches/pod-wording.patch | 16 ++++++++++++---- debian/patches/series | 1 + 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..cbe4b3a --- /dev/null +++ b/debian/README.source @@ -0,0 +1,11 @@ +git-debcherry in use +==================== + +If you are reading this from a Debian source package, you can stop now; +this package should build normally after extracting with dpkg-source -x. + +If you are working in a checkout of the package's git repo, you should +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. diff --git a/debian/patches/pod-wording.patch b/debian/patches/pod-wording.patch index e726638..5eab113 100644 --- a/debian/patches/pod-wording.patch +++ b/debian/patches/pod-wording.patch @@ -1,12 +1,20 @@ -Description: improve wording +From: gregor herrmann <[email protected]> +Date: Sat, 14 Jun 2014 18:11:41 +0200 +Subject: [PATCH] improve wording + + Origin: vendor -Author: gregor herrmann <[email protected]> -Last-Update: 2014-06-14 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=96450 +Patch-Name: pod-wording.patch +--- + + lib/Net/OpenSSH.pm | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) +diff --git a/lib/Net/OpenSSH.pm b/lib/Net/OpenSSH.pm --- a/lib/Net/OpenSSH.pm +++ b/lib/Net/OpenSSH.pm -@@ -2958,7 +2958,7 @@ +@@ -2958,7 +2958,7 @@ See L</"Shell quoting"> below. =item remote_shell => $shell diff --git a/debian/patches/series b/debian/patches/series index 3e8eec5..db40ecd 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ +# exported from git by git-debcherry pod-wording.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-openssh-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
