[xiph-commits] r3404 - in libfishsound/branches/1.0-stable: . debian

johnf at svn.annodex.net johnf at svn.annodex.net
Sat Feb 2 00:25:54 PST 2008


Author: johnf
Date: 2008-02-02 00:25:53 -0800 (Sat, 02 Feb 2008)
New Revision: 3404

Modified:
   libfishsound/branches/1.0-stable/Makefile.am
   libfishsound/branches/1.0-stable/debian/control
Log:
* Add symbian file properly
* Fix too long description for package name
* Update standards version for debian


Modified: libfishsound/branches/1.0-stable/Makefile.am
===================================================================
--- libfishsound/branches/1.0-stable/Makefile.am	2008-02-02 08:12:10 UTC (rev 3403)
+++ libfishsound/branches/1.0-stable/Makefile.am	2008-02-02 08:25:53 UTC (rev 3404)
@@ -28,7 +28,7 @@
 #  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
                                                                                ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = doc include src symbian
+SUBDIRS = doc include src
 
 EXTRA_DIST = fishsound.pc.in README.win32 \
 	win32/Makefile \
@@ -41,8 +41,12 @@
 	win32/encode.dsp \
 	win32/info.dsp \
 	win32/libfishsound/libfishsound.sln \
-	win32/libfishsound/libfishsound.vcproj
+	win32/libfishsound/libfishsound.vcproj \
+	symbian/bld.inf  \
+	symbian/config.h  \
+	symbian/libfishsound.mmp
 
 
+
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = fishsound.pc

Modified: libfishsound/branches/1.0-stable/debian/control
===================================================================
--- libfishsound/branches/1.0-stable/debian/control	2008-02-02 08:12:10 UTC (rev 3403)
+++ libfishsound/branches/1.0-stable/debian/control	2008-02-02 08:25:53 UTC (rev 3404)
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: John Ferlito <johnf at inodes.org>
 Build-Depends: debhelper (>> 4.0.0), libspeex-dev, libvorbis-dev
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: libfishsound1
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
-Description: simple programming interface that wraps Xiph.Org audio codecs
+Description: simple API that wraps Xiph.Org audio codecs
  libfishsound is a wrapper around the existing codec libraries and
  provides a consistent, higher-level programming interface. It has been
  designed for use in a wide variety of applications; it has no direct
@@ -23,7 +23,7 @@
 Depends: libfishsound1 (= ${binary:Version}), libc6-dev | libc-dev, libspeex-dev, libvorbis-dev
 Provides: libfishsound-dev
 Conflicts: libfishsound-dev
-Description: simple programming interface that wraps Xiph.Org audio codecs (development files)
+Description: simple API that wraps Xiph.Org audio codecs (development files)
  libfishsound is a wrapper around the existing codec libraries and
  provides a consistent, higher-level programming interface. It has been
  designed for use in a wide variety of applications; it has no direct
@@ -38,7 +38,8 @@
 Section: libdevel
 Architecture: any
 Depends: libfishsound1 (= ${binary:Version})
-Description: simple programming interface that wraps Xiph.Org audio codecs (debugging information)
+Priority: extra
+Description: simple API that wraps Xiph.Org audio codecs (debugging information)
  libfishsound is a wrapper around the existing codec libraries and
  provides a consistent, higher-level programming interface. It has been
  designed for use in a wide variety of applications; it has no direct



More information about the commits mailing list