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

johnf at svn.annodex.net johnf at svn.annodex.net
Fri Feb 1 23:50:11 PST 2008


Author: johnf
Date: 2008-02-01 23:50:08 -0800 (Fri, 01 Feb 2008)
New Revision: 3401

Modified:
   libfishsound/branches/1.0-stable/
   libfishsound/branches/1.0-stable/debian/changelog
   libfishsound/branches/1.0-stable/debian/control
   libfishsound/branches/1.0-stable/debian/rules
Log:
* Add automake autogen fils to svn ignore
* Remove autogen from debian/rules
* update debian/control for new standards revision
* Fix debian/changelog



Property changes on: libfishsound/branches/1.0-stable
___________________________________________________________________
Name: svn:ignore
   + configure
Makefile.in
config.log
depcomp
config.guess
config.h
ltmain.sh
config.sub
oggz.pc
Makefile
config.status
fishsound.pc
stamp-h1
autom4te.cache
libtool
missing
aclocal.m4
install-sh
fishsound-*.tar.gz


Modified: libfishsound/branches/1.0-stable/debian/changelog
===================================================================
--- libfishsound/branches/1.0-stable/debian/changelog	2008-02-02 07:45:40 UTC (rev 3400)
+++ libfishsound/branches/1.0-stable/debian/changelog	2008-02-02 07:50:08 UTC (rev 3401)
@@ -1,4 +1,4 @@
-libfishsound (0.9.6-1) unstable; urgency=low
+libfishsound (0.9.0-1) unstable; urgency=low
 
   * New upstream release
 

Modified: libfishsound/branches/1.0-stable/debian/control
===================================================================
--- libfishsound/branches/1.0-stable/debian/control	2008-02-02 07:45:40 UTC (rev 3400)
+++ libfishsound/branches/1.0-stable/debian/control	2008-02-02 07:50:08 UTC (rev 3401)
@@ -1,9 +1,9 @@
 Source: libfishsound
 Section: unknown
 Priority: optional
-Maintainer: Jamie Wilkinson <jaq at debian.org>
-Build-Depends: debhelper (>> 4.0.0), libspeex-dev, libvorbis-dev, automake, pkg-config, libtool (>= 1.4)
-Standards-Version: 3.6.2
+Maintainer: John Ferlito <johnf at inodes.org>
+Build-Depends: debhelper (>> 4.0.0), libspeex-dev, libvorbis-dev
+Standards-Version: 3.7.2
 
 Package: libfishsound1
 Section: libs
@@ -20,7 +20,7 @@
 Package: libfishsound1-dev
 Section: libdevel
 Architecture: any
-Depends: libfishsound1 (= ${Source-Version}), libc6-dev | libc-dev, libspeex-dev, libvorbis-dev
+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)
@@ -37,7 +37,7 @@
 Package: libfishsound1-dbg
 Section: libdevel
 Architecture: any
-Depends: libfishsound1 (= ${Source-Version})
+Depends: libfishsound1 (= ${binary:Version})
 Description: simple programming interface 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

Modified: libfishsound/branches/1.0-stable/debian/rules
===================================================================
--- libfishsound/branches/1.0-stable/debian/rules	2008-02-02 07:45:40 UTC (rev 3400)
+++ libfishsound/branches/1.0-stable/debian/rules	2008-02-02 07:50:08 UTC (rev 3401)
@@ -18,9 +18,6 @@
 	CFLAGS += -g
 endif
 
-configure:
-	./autogen.sh
-
 config.status: configure
 	dh_testdir
 	CFLAGS="$(CFLAGS)" ./configure \



More information about the commits mailing list