This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libdist-inkt-role-release-perl.
commit 1b81b4ae6fb5d114a553c67229b0b1142d8b3f51 Author: Jonas Smedegaard <[email protected]> Date: Sat Apr 30 13:02:45 2016 +0200 Add patch 1001 to fix typo in synopsis. --- debian/patches/1001_fix_typo.patch | 16 ++++++++++++++++ debian/patches/README | 3 +++ debian/patches/series | 1 + 3 files changed, 20 insertions(+) diff --git a/debian/patches/1001_fix_typo.patch b/debian/patches/1001_fix_typo.patch new file mode 100644 index 0000000..6b72f5c --- /dev/null +++ b/debian/patches/1001_fix_typo.patch @@ -0,0 +1,16 @@ +Description: Fix typo in synopsis +Bug: https://github.com/tobyink/p5-dist-inkt-role-release/issues/2 +Author: Jonas Smedegaard <[email protected]> +Last-Update: 2016-04-30 + +--- a/lib/Dist/Inkt/Role/Release.pm ++++ b/lib/Dist/Inkt/Role/Release.pm +@@ -85,7 +85,7 @@ + + =head1 SYNOPSIS + +- distink-dist --should_release=1 ++ distinkt-dist --should_release=1 + + =head1 BUGS + diff --git a/debian/patches/README b/debian/patches/README new file mode 100644 index 0000000..80c1584 --- /dev/null +++ b/debian/patches/README @@ -0,0 +1,3 @@ +0xxx: Grabbed from upstream development. +1xxx: Possibly relevant for upstream adoption. +2xxx: Only relevant for official Debian release. diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..77d599b --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +1001_fix_typo.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-inkt-role-release-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
