[libtk-fontdialog-perl] 03/04: added patches

dod at debian.org dod at debian.org
Fri Jul 14 16:16:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libtk-fontdialog-perl.

commit 57cc778c9f4127eb00bae04cac3e149337652746
Author: Dominique Dumont <dod at debian.org>
Date:   Fri Jul 14 18:12:37 2017 +0200

    added patches
---
 debian/patches/fix-typo                     | 13 +++++++++++++
 debian/patches/remove-exec-line-from-module | 11 +++++++++++
 debian/patches/series                       |  2 ++
 3 files changed, 26 insertions(+)

diff --git a/debian/patches/fix-typo b/debian/patches/fix-typo
new file mode 100644
index 0000000..358f3e0
--- /dev/null
+++ b/debian/patches/fix-typo
@@ -0,0 +1,13 @@
+Description: Fix typo
+Forwarded: https://github.com/eserte/tk-fontdialog/pull/3
+--- a/lib/Tk/FontDialog.pm
++++ b/lib/Tk/FontDialog.pm
+@@ -763,7 +763,7 @@
+ 
+ =item B<RefontTree>(-font => I<$font>)
+ 
+-Additionaly, the convenience method B<RefontTree> is defined in the
++Additionally, the convenience method B<RefontTree> is defined in the
+ L<Tk::Widget> namespace. Using this method a font definition could be
+ applied to a complete subtree of a widget. This is similar to the
+ method B<RecolorTree>. Calling B<RefontTree> looks like this:
diff --git a/debian/patches/remove-exec-line-from-module b/debian/patches/remove-exec-line-from-module
new file mode 100644
index 0000000..c02aa19
--- /dev/null
+++ b/debian/patches/remove-exec-line-from-module
@@ -0,0 +1,11 @@
+Description: Remove #! line from module
+ remove unneeded call to Perl
+Forwarded: https://github.com/eserte/tk-fontdialog/pull/4
+Author: dod
+--- a/lib/Tk/FontDialog.pm
++++ b/lib/Tk/FontDialog.pm
+@@ -1,4 +1,3 @@
+-#!/usr/local/bin/perl -w
+ # -*- perl -*-
+ 
+ #
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..39052d7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+remove-exec-line-from-module
+fix-typo

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtk-fontdialog-perl.git



More information about the Pkg-perl-cvs-commits mailing list