[med-svn] r364 - in trunk/packages/seaview/trunk/debian: . patches

charles-guest at alioth.debian.org charles-guest at alioth.debian.org
Sat Jul 21 02:56:00 UTC 2007


Author: charles-guest
Date: 2007-07-21 02:56:00 +0000 (Sat, 21 Jul 2007)
New Revision: 364

Added:
   trunk/packages/seaview/trunk/debian/patches/40-seaview_align.sh-newline.patch
Modified:
   trunk/packages/seaview/trunk/debian/changelog
   trunk/packages/seaview/trunk/debian/patches/series
Log:
swiching to quilt

Modified: trunk/packages/seaview/trunk/debian/changelog
===================================================================
--- trunk/packages/seaview/trunk/debian/changelog	2007-07-21 02:39:35 UTC (rev 363)
+++ trunk/packages/seaview/trunk/debian/changelog	2007-07-21 02:56:00 UTC (rev 364)
@@ -4,8 +4,10 @@
   * Converted the SVN repository which hosts the Debian source package
     to use the MergeWithUpstream option.
   * Moved examples to debian/examples.
+  * Using 'quilt' as a patch management system instead of 'dpatch'.
+  * Managing all the changes to the sources whith quilt. 
 
- -- Charles Plessy <charles-debian-nospam at plessy.org>  Sat, 21 Jul 2007 11:29:19 +0900
+ -- Charles Plessy <charles-debian-nospam at plessy.org>  Sat, 21 Jul 2007 11:39:55 +0900
 
 seaview (20070417-1) unstable; urgency=low
 

Added: trunk/packages/seaview/trunk/debian/patches/40-seaview_align.sh-newline.patch
===================================================================
--- trunk/packages/seaview/trunk/debian/patches/40-seaview_align.sh-newline.patch	                        (rev 0)
+++ trunk/packages/seaview/trunk/debian/patches/40-seaview_align.sh-newline.patch	2007-07-21 02:56:00 UTC (rev 364)
@@ -0,0 +1,13 @@
+Index: seaview/seaview_align.sh
+===================================================================
+--- seaview.orig/seaview_align.sh
++++ seaview/seaview_align.sh
+@@ -18,7 +18,7 @@
+ echo ' '
+ echo ' '
+ echo 'Program' $algo 'terminated.'
+-echo 'Load new alignment? [(y)/n] \c'
++echo -n 'Load new alignment? [(y)/n]\n'
+ read rep
+ if [ "$rep" = "n" ]; then
+         echo aborted > $arg1.status

Modified: trunk/packages/seaview/trunk/debian/patches/series
===================================================================
--- trunk/packages/seaview/trunk/debian/patches/series	2007-07-21 02:39:35 UTC (rev 363)
+++ trunk/packages/seaview/trunk/debian/patches/series	2007-07-21 02:56:00 UTC (rev 364)
@@ -1,3 +1,4 @@
 20-no-PDF-in-help.patch
 21-location-of-seaview.help.patch
 30-align.cxx.patch
+40-seaview_align.sh-newline.patch




More information about the debian-med-commit mailing list