r33524 - in /attic/gnome-speech/debian: changelog gnome-speech-dectalk.install gnome-speech-ibmtts.install gnome-speech-swift.install

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Mar 25 22:10:06 UTC 2012


Author: biebl
Date: Sun Mar 25 22:10:06 2012
New Revision: 33524

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33524
Log:
Don't use brace-expansion in .install files.

Modified:
    attic/gnome-speech/debian/changelog
    attic/gnome-speech/debian/gnome-speech-dectalk.install
    attic/gnome-speech/debian/gnome-speech-ibmtts.install
    attic/gnome-speech/debian/gnome-speech-swift.install

Modified: attic/gnome-speech/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-speech/debian/changelog?rev=33524&op=diff
==============================================================================
--- attic/gnome-speech/debian/changelog [utf-8] (original)
+++ attic/gnome-speech/debian/changelog [utf-8] Sun Mar 25 22:10:06 2012
@@ -7,8 +7,9 @@
   * debian/patches/02_glib-single-include.patch: Fix build failure with
     glib 2.32 where including individual glib headers is no longer allowed.
     Closes: #665538
-
- -- Michael Biebl <biebl at debian.org>  Mon, 26 Mar 2012 00:04:25 +0200
+  * Don't use brace-expansion in .install files.
+
+ -- Michael Biebl <biebl at debian.org>  Mon, 26 Mar 2012 00:09:48 +0200
 
 gnome-speech (1:0.4.25-4.1) unstable; urgency=low
 

Modified: attic/gnome-speech/debian/gnome-speech-dectalk.install
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-speech/debian/gnome-speech-dectalk.install?rev=33524&op=diff
==============================================================================
--- attic/gnome-speech/debian/gnome-speech-dectalk.install [utf-8] (original)
+++ attic/gnome-speech/debian/gnome-speech-dectalk.install [utf-8] Sun Mar 25 22:10:06 2012
@@ -1,1 +1,3 @@
-drivers/dectalk/*.{c,h,server.in} usr/share/gnome-speech/sources/dectalk
+drivers/dectalk/*.c         usr/share/gnome-speech/sources/dectalk
+drivers/dectalk/*.h         usr/share/gnome-speech/sources/dectalk
+drivers/dectalk/*.server.in usr/share/gnome-speech/sources/dectalk

Modified: attic/gnome-speech/debian/gnome-speech-ibmtts.install
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-speech/debian/gnome-speech-ibmtts.install?rev=33524&op=diff
==============================================================================
--- attic/gnome-speech/debian/gnome-speech-ibmtts.install [utf-8] (original)
+++ attic/gnome-speech/debian/gnome-speech-ibmtts.install [utf-8] Sun Mar 25 22:10:06 2012
@@ -1,1 +1,3 @@
-drivers/viavoice/*.{c,h,server.in} usr/share/gnome-speech/sources/viavoice
+drivers/viavoice/*.c         usr/share/gnome-speech/sources/viavoice
+drivers/viavoice/*.h         usr/share/gnome-speech/sources/viavoice
+drivers/viavoice/*.server.in usr/share/gnome-speech/sources/viavoice

Modified: attic/gnome-speech/debian/gnome-speech-swift.install
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-speech/debian/gnome-speech-swift.install?rev=33524&op=diff
==============================================================================
--- attic/gnome-speech/debian/gnome-speech-swift.install [utf-8] (original)
+++ attic/gnome-speech/debian/gnome-speech-swift.install [utf-8] Sun Mar 25 22:10:06 2012
@@ -1,1 +1,3 @@
-drivers/swift/*.{c,h,server.in} usr/share/gnome-speech/sources/swift
+drivers/swift/*.c         usr/share/gnome-speech/sources/swift
+drivers/swift/*.h         usr/share/gnome-speech/sources/swift
+drivers/swift/*.server.in usr/share/gnome-speech/sources/swift




More information about the pkg-gnome-commits mailing list