[Pkg-voip-commits] r4094 - speex/trunk/debian
kilian at alioth.debian.org
kilian at alioth.debian.org
Sat Aug 18 23:24:31 UTC 2007
Author: kilian
Date: 2007-08-18 23:24:30 +0000 (Sat, 18 Aug 2007)
New Revision: 4094
Modified:
speex/trunk/debian/changelog
speex/trunk/debian/control
Log:
* Update Build-Depends on debhelper to allow use of debhelper.mk in CDBS.
* Ditch direct Depends of speex on libspeex1 as it'll come through CDBS
magic anyway.
Modified: speex/trunk/debian/changelog
===================================================================
--- speex/trunk/debian/changelog 2007-08-18 23:06:21 UTC (rev 4093)
+++ speex/trunk/debian/changelog 2007-08-18 23:24:30 UTC (rev 4094)
@@ -7,6 +7,9 @@
wrong target (Closes: #429188)
* Use ${binary:Version} for binNMU-safe uploads
Add dpkg-dev (>= 1.13.19) to Build-Depends
+ * Update Build-Depends on debhelper to allow use of debhelper.mk in CDBS.
+ * Ditch direct Depends of speex on libspeex1 as it'll come through CDBS
+ magic anyway.
-- Kilian Krause <kilian at debian.org> Sat, 18 Aug 2007 22:16:45 +0200
Modified: speex/trunk/debian/control
===================================================================
--- speex/trunk/debian/control 2007-08-18 23:06:21 UTC (rev 4093)
+++ speex/trunk/debian/control 2007-08-18 23:24:30 UTC (rev 4094)
@@ -3,15 +3,15 @@
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
Uploaders: A. Maitland Bottoms <bottoms at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Mark Purcell <msp at debian.org>, Kilian Krause <kilian at debian.org>
-Build-Depends: debhelper (>> 3.0.0), libogg-dev, cdbs, doxygen, dpkg-dev (>= 1.13.19)
+Build-Depends: debhelper (>> 4.1.0), libogg-dev, cdbs, doxygen, dpkg-dev (>= 1.13.19)
Build-Depends-Indep: doxygen, gs-gpl, graphviz (>=2.2-1), texlive-extra-utils
-Standards-Version: 3.6.2.0
+Standards-Version: 3.6.2
XS-Vcs-Svn: svn://svn.debian.org/pkg-voip/
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/
Package: speex
Architecture: any
-Depends: libspeex1 (= ${binary:Version}), ${shlibs:Depends}
+Depends: ${shlibs:Depends}
Description: The Speex Speech Codec
Unlike other codecs like MP3 and Ogg Vorbis, Speex is specially
designed for compressing voice at low bit-rates for applications
More information about the Pkg-voip-commits
mailing list