[Demudi-commits] r1327 - in timidity/trunk: autoconf debian

Joost Damad andete-guest at alioth.debian.org
Sat May 12 14:18:19 UTC 2007


Author: andete-guest
Date: 2007-05-12 14:18:19 +0000 (Sat, 12 May 2007)
New Revision: 1327

Modified:
   timidity/trunk/autoconf/utils.m4
   timidity/trunk/debian/changelog
   timidity/trunk/debian/rules
Log:
fix 2 bugs


Modified: timidity/trunk/autoconf/utils.m4
===================================================================
--- timidity/trunk/autoconf/utils.m4	2007-05-12 11:50:15 UTC (rev 1326)
+++ timidity/trunk/autoconf/utils.m4	2007-05-12 14:18:19 UTC (rev 1327)
@@ -242,7 +242,7 @@
 [for f in $3; do
     case ".$f" in
 	.-I?*|.-D?*)	$1="[$]$1 $f" ;;
-	*)		$2="[$]$1 $f" ;;
+	*)		$2="[$]$2 $f" ;;
     esac
 done
 ])

Modified: timidity/trunk/debian/changelog
===================================================================
--- timidity/trunk/debian/changelog	2007-05-12 11:50:15 UTC (rev 1326)
+++ timidity/trunk/debian/changelog	2007-05-12 14:18:19 UTC (rev 1327)
@@ -1,3 +1,10 @@
+timidity (2.13.2-12) unstable; urgency=low
+
+  * honor CFLAGS (Closes: #421502)
+  * stop with 01 iso 99 (Closes: #418873)
+
+ -- Joost Yervante Damad <andete at debian.org>  Sat, 12 May 2007 16:04:06 +0200
+
 timidity (2.13.2-11) unstable; urgency=low
 
   * add menu icon (Closes: #299394)

Modified: timidity/trunk/debian/rules
===================================================================
--- timidity/trunk/debian/rules	2007-05-12 11:50:15 UTC (rev 1326)
+++ timidity/trunk/debian/rules	2007-05-12 14:18:19 UTC (rev 1327)
@@ -174,7 +174,7 @@
 #	dh_installemacsen -a
 #	dh_installpam -a
 	dh_installmime -a
-	dh_installinit -a -- defaults 99
+	dh_installinit -a -- defaults 99 01
 #	dh_installcron -a
 	dh_installman -a
 #	dh_installinfo -a




More information about the Demudi-commits mailing list