r11166 - in /desktop/unstable/gnome-speech/debian: changelog control control.in gnome-speech-swift.config

mlang at users.alioth.debian.org mlang at users.alioth.debian.org
Mon May 28 11:08:38 UTC 2007


Author: mlang
Date: Mon May 28 11:08:38 2007
New Revision: 11166

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11166
Log:
Move gnome-speech-swift to Section: contrib/libs and fix a typo in gnome-speech-swift.config.

Modified:
    desktop/unstable/gnome-speech/debian/changelog
    desktop/unstable/gnome-speech/debian/control
    desktop/unstable/gnome-speech/debian/control.in
    desktop/unstable/gnome-speech/debian/gnome-speech-swift.config

Modified: desktop/unstable/gnome-speech/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-speech/debian/changelog?rev=11166&op=diff
==============================================================================
--- desktop/unstable/gnome-speech/debian/changelog (original)
+++ desktop/unstable/gnome-speech/debian/changelog Mon May 28 11:08:38 2007
@@ -1,3 +1,10 @@
+gnome-speech (1:0.4.12-5) unstable; urgency=low
+
+  * Move gnome-speech-swift to Section: contrib/libs.
+  * Fix a typo in gnome-speech-swift.config.
+
+ -- Mario Lang <mlang at debian.org>  Mon, 28 May 2007 13:07:05 +0200
+
 gnome-speech (1:0.4.12-4) unstable; urgency=low
 
   * New package gnome-speech-swift for compiling Cepstral swift support

Modified: desktop/unstable/gnome-speech/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-speech/debian/control?rev=11166&op=diff
==============================================================================
--- desktop/unstable/gnome-speech/debian/control (original)
+++ desktop/unstable/gnome-speech/debian/control Mon May 28 11:08:38 2007
@@ -35,7 +35,7 @@
  See the libgnome-speech3 package description for more information.
 
 Package: gnome-speech-swift
-Section: libs
+Section: contrib/libs
 Architecture: all
 Depends: ${misc:Depends},
          gcc,

Modified: desktop/unstable/gnome-speech/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-speech/debian/control.in?rev=11166&op=diff
==============================================================================
--- desktop/unstable/gnome-speech/debian/control.in (original)
+++ desktop/unstable/gnome-speech/debian/control.in Mon May 28 11:08:38 2007
@@ -35,7 +35,7 @@
  See the libgnome-speech3 package description for more information.
 
 Package: gnome-speech-swift
-Section: libs
+Section: contrib/libs
 Architecture: all
 Depends: ${misc:Depends},
          gcc,

Modified: desktop/unstable/gnome-speech/debian/gnome-speech-swift.config
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-speech/debian/gnome-speech-swift.config?rev=11166&op=diff
==============================================================================
--- desktop/unstable/gnome-speech/debian/gnome-speech-swift.config (original)
+++ desktop/unstable/gnome-speech/debian/gnome-speech-swift.config Mon May 28 11:08:38 2007
@@ -7,7 +7,7 @@
 db_version 2.0
 
 # Autodetect default for swift_dir question
-for dir in /opt/swift /usr/local/swift /usr/local/shar}/swift /usr/share/swift; do
+for dir in /opt/swift /usr/local/swift /usr/local/share/swift /usr/share/swift; do
   if [ -d "$dir" -a -d "$dir/include" -a -f "$dir/include/swift.h" -a -d "$dir/lib" ]; then
     db_set gnome-speech-swift/swift_dir "$dir"
     break




More information about the pkg-gnome-commits mailing list