[med-svn] r22781 - trunk/packages/rostlab/profphd/trunk/debian/patches

Tatiana Malygina latticetower-guest at moszumanska.debian.org
Sun Sep 11 01:53:01 UTC 2016


Author: latticetower-guest
Date: 2016-09-11 01:53:00 +0000 (Sun, 11 Sep 2016)
New Revision: 22781

Modified:
   trunk/packages/rostlab/profphd/trunk/debian/patches/5_fix_regex_warning.patch
Log:
add header to debian/patches/5_fix_regex_warning.patch

Modified: trunk/packages/rostlab/profphd/trunk/debian/patches/5_fix_regex_warning.patch
===================================================================
--- trunk/packages/rostlab/profphd/trunk/debian/patches/5_fix_regex_warning.patch	2016-09-11 01:52:06 UTC (rev 22780)
+++ trunk/packages/rostlab/profphd/trunk/debian/patches/5_fix_regex_warning.patch	2016-09-11 01:53:00 UTC (rev 22781)
@@ -1,3 +1,14 @@
+Author: Tatiana Malygina <merlettaia at gmail.com>
+Last-Update: 2016-09-11
+Description: fixes warning message
+ """
+ Useless use of greediness modifier '?' in regex; marked by <-- HERE in 
+ m/^(.{59}? <-- HERE \S*[\., \-\;\:])/ at 
+ /usr/share/profphd/prof/scr/lib/lib-profwrt.pl line 2303.
+ """
+ which appears when 'prof' is run with 'ascii' parameter, i.e.
+   prof /usr/share/profphd/prof/exa/1ppt.hssp fileRdb=1ppt.rdbProfSec sec ascii
+ 
 --- profphd-1.0.42.orig/src/prof/scr/lib/lib-profwrt.pl
 +++ profphd-1.0.42/src/prof/scr/lib/lib-profwrt.pl
 @@ -2300,7 +2300,7 @@




More information about the debian-med-commit mailing list