[med-svn] r6005 - trunk/packages/libtecla/trunk/debian/patches
Scott Christley
schristley-guest at alioth.debian.org
Wed Feb 16 22:55:04 UTC 2011
Author: schristley-guest
Date: 2011-02-16 22:55:04 +0000 (Wed, 16 Feb 2011)
New Revision: 6005
Added:
trunk/packages/libtecla/trunk/debian/patches/manpage-fix.patch
Modified:
trunk/packages/libtecla/trunk/debian/patches/add-destdir.patch
trunk/packages/libtecla/trunk/debian/patches/series
Log:
patch to clean up lintian warning
Modified: trunk/packages/libtecla/trunk/debian/patches/add-destdir.patch
===================================================================
--- trunk/packages/libtecla/trunk/debian/patches/add-destdir.patch 2011-02-16 17:22:19 UTC (rev 6004)
+++ trunk/packages/libtecla/trunk/debian/patches/add-destdir.patch 2011-02-16 22:55:04 UTC (rev 6005)
@@ -1,6 +1,6 @@
Add DESTDIR support for installation directories.
---- libtecla.orig/Makefile.in
-+++ libtecla/Makefile.in
+--- a/Makefile.in
++++ b/Makefile.in
@@ -15,10 +15,10 @@
prefix=@prefix@
Added: trunk/packages/libtecla/trunk/debian/patches/manpage-fix.patch
===================================================================
--- trunk/packages/libtecla/trunk/debian/patches/manpage-fix.patch (rev 0)
+++ trunk/packages/libtecla/trunk/debian/patches/manpage-fix.patch 2011-02-16 22:55:04 UTC (rev 6005)
@@ -0,0 +1,12 @@
+Correct control characters in man page
+--- a/man/func/gl_get_line.in
++++ b/man/func/gl_get_line.in
+@@ -1656,7 +1656,7 @@
+ had been written to the terminal. Such a signal handler,
+ when it does write to the terminal, should be sure to start
+ a new line at the start of its first write, by writing a
+-'\\n' character, and should be sure to leave the cursor on a
++\f3\\n\f1 character, and should be sure to leave the cursor on a
+ new line before returning. If the signal arrives while the
+ user is entering a line that only occupies a signal terminal
+ line, or if the cursor is on the last terminal line of a
Modified: trunk/packages/libtecla/trunk/debian/patches/series
===================================================================
--- trunk/packages/libtecla/trunk/debian/patches/series 2011-02-16 17:22:19 UTC (rev 6004)
+++ trunk/packages/libtecla/trunk/debian/patches/series 2011-02-16 22:55:04 UTC (rev 6005)
@@ -1 +1,2 @@
add-destdir.patch
+manpage-fix.patch
More information about the debian-med-commit
mailing list