r11365 - in /desktop/unstable/gnome-speech/debian: changelog control control.in

mlang at users.alioth.debian.org mlang at users.alioth.debian.org
Fri Jun 8 17:19:15 UTC 2007


Author: mlang
Date: Fri Jun  8 17:19:15 2007
New Revision: 11365

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11365
Log:
* Remove a ton of lintian warnings.

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

Modified: desktop/unstable/gnome-speech/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-speech/debian/changelog?rev=11365&op=diff
==============================================================================
--- desktop/unstable/gnome-speech/debian/changelog (original)
+++ desktop/unstable/gnome-speech/debian/changelog Fri Jun  8 17:19:15 2007
@@ -12,8 +12,16 @@
   * New package gnome-speech-ibmtts along the lines of the previous two.
   * Explicitly disable autodetection of viavoice driver to prevent
     accidentally picking it up on systems that have IBMTTS installed.
-
- -- Mario Lang <mlang at debian.org>  Fri, 08 Jun 2007 16:56:09 +0200
+  * debian/control{,.in}: Set gnome-speech-swift to arch: i386 amd64 and
+    gnome-speech-{dectalk,ibmtts} to arch: i386.
+    It doesn't really make sense to have these packages arch: all since the
+    engines they require have a pretty fixed set of arches for which
+    they are available.  We also avoid arch: all depending on arch: any
+    and should be BINNMUable again.
+  * Kill yet another lintian warning by removing the duplicate
+    dependency on libgnome-speech7.
+
+ -- Mario Lang <mlang at debian.org>  Fri, 08 Jun 2007 19:14:09 +0200
 
 gnome-speech (1:0.4.13-1) unstable; urgency=low
 

Modified: desktop/unstable/gnome-speech/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-speech/debian/control?rev=11365&op=diff
==============================================================================
--- desktop/unstable/gnome-speech/debian/control (original)
+++ desktop/unstable/gnome-speech/debian/control Fri Jun  8 17:19:15 2007
@@ -7,8 +7,8 @@
                debhelper (>= 4.0.0),
                gnome-pkg-tools (>= 0.10),
                libbonobo2-dev (>= 2.6.0), liborbit2-dev (>= 1:2.10.0),
-               libespeak-dev (>= 1.22)
-Build-Depends-Indep: po-debconf
+               libespeak-dev (>= 1.22),
+               po-debconf
 Standards-Version: 3.7.2
 
 Package: libgnome-speech7
@@ -27,7 +27,7 @@
 Package: libgnome-speech-dev
 Section: devel
 Architecture: any
-Depends: ${shlibs:Depends}, libgnome-speech7 (= ${Source-Version}), pkg-config
+Depends: ${shlibs:Depends}, pkg-config
 Description: GNOME text-to-speech library (development headers)
  The GNOME Speech library gives a simple yet general API for programs
  to convert text into speech, as well as speech input.
@@ -36,10 +36,10 @@
 
 Package: gnome-speech-swift
 Section: contrib/libs
-Architecture: all
+Architecture: amd64 i386
 Depends: ${misc:Depends},
          gcc,
-         libgnome-speech-dev (= ${Source-Version}),
+         libgnome-speech-dev (= ${binary:Version}),
          liborbit2-dev,
          libglib2.0-dev,
          libbonobo2-dev
@@ -58,10 +58,10 @@
 
 Package: gnome-speech-dectalk
 Section: contrib/libs
-Architecture: all
+Architecture: i386
 Depends: ${misc:Depends},
          gcc,
-         libgnome-speech-dev (= ${Source-Version}),
+         libgnome-speech-dev (= ${binary:Version}),
          liborbit2-dev,
          libglib2.0-dev,
          libbonobo2-dev
@@ -81,10 +81,10 @@
 
 Package: gnome-speech-ibmtts
 Section: contrib/libs
-Architecture: all
+Architecture: i386
 Depends: ${misc:Depends},
          gcc,
-         libgnome-speech-dev (= ${Source-Version}),
+         libgnome-speech-dev (= ${binary:Version}),
          liborbit2-dev,
          libglib2.0-dev,
          libbonobo2-dev

Modified: desktop/unstable/gnome-speech/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-speech/debian/control.in?rev=11365&op=diff
==============================================================================
--- desktop/unstable/gnome-speech/debian/control.in (original)
+++ desktop/unstable/gnome-speech/debian/control.in Fri Jun  8 17:19:15 2007
@@ -7,8 +7,8 @@
                debhelper (>= 4.0.0),
                gnome-pkg-tools (>= 0.10),
                libbonobo2-dev (>= 2.6.0), liborbit2-dev (>= 1:2.10.0),
-               libespeak-dev (>= 1.22)
-Build-Depends-Indep: po-debconf
+               libespeak-dev (>= 1.22),
+               po-debconf
 Standards-Version: 3.7.2
 
 Package: libgnome-speech7
@@ -27,7 +27,7 @@
 Package: libgnome-speech-dev
 Section: devel
 Architecture: any
-Depends: ${shlibs:Depends}, libgnome-speech7 (= ${Source-Version}), pkg-config
+Depends: ${shlibs:Depends}, pkg-config
 Description: GNOME text-to-speech library (development headers)
  The GNOME Speech library gives a simple yet general API for programs
  to convert text into speech, as well as speech input.
@@ -36,10 +36,10 @@
 
 Package: gnome-speech-swift
 Section: contrib/libs
-Architecture: all
+Architecture: amd64 i386
 Depends: ${misc:Depends},
          gcc,
-         libgnome-speech-dev (= ${Source-Version}),
+         libgnome-speech-dev (= ${binary:Version}),
          liborbit2-dev,
          libglib2.0-dev,
          libbonobo2-dev
@@ -58,10 +58,10 @@
 
 Package: gnome-speech-dectalk
 Section: contrib/libs
-Architecture: all
+Architecture: i386
 Depends: ${misc:Depends},
          gcc,
-         libgnome-speech-dev (= ${Source-Version}),
+         libgnome-speech-dev (= ${binary:Version}),
          liborbit2-dev,
          libglib2.0-dev,
          libbonobo2-dev
@@ -81,10 +81,10 @@
 
 Package: gnome-speech-ibmtts
 Section: contrib/libs
-Architecture: all
+Architecture: i386
 Depends: ${misc:Depends},
          gcc,
-         libgnome-speech-dev (= ${Source-Version}),
+         libgnome-speech-dev (= ${binary:Version}),
          liborbit2-dev,
          libglib2.0-dev,
          libbonobo2-dev




More information about the pkg-gnome-commits mailing list