r53 - in trunk/packages/libtheora/debian: . patches
Clint Adams
schizo at costa.debian.org
Fri Jan 20 04:30:15 UTC 2006
Author: schizo
Date: 2006-01-20 04:30:14 +0000 (Fri, 20 Jan 2006)
New Revision: 53
Added:
trunk/packages/libtheora/debian/patches/autotools
trunk/packages/libtheora/debian/patches/series
Removed:
trunk/packages/libtheora/debian/patches/01autotools.patch
Modified:
trunk/packages/libtheora/debian/changelog
trunk/packages/libtheora/debian/control
trunk/packages/libtheora/debian/control.bin
trunk/packages/libtheora/debian/libtheora0.install
trunk/packages/libtheora/debian/rules
trunk/packages/libtheora/debian/watch
Log:
* New upstream version (1.0alpha5).
* Switch maintenance to the Debian Xiph.org Maintainers (alioth/pkg-xiph).
* Bump Standards-Version to 3.6.2.
* Change patchsys to quilt, and add build-dep on quilt.
* Update autotools patch for new upstream version.
* Change build-dep from automake1.6 to automake1.9.
Modified: trunk/packages/libtheora/debian/changelog
===================================================================
--- trunk/packages/libtheora/debian/changelog 2006-01-20 02:24:28 UTC (rev 52)
+++ trunk/packages/libtheora/debian/changelog 2006-01-20 04:30:14 UTC (rev 53)
@@ -1,3 +1,14 @@
+libtheora (0.0.0.alpha5-1) unstable; urgency=low
+
+ * New upstream version (1.0alpha5).
+ * Switch maintenance to the Debian Xiph.org Maintainers (alioth/pkg-xiph).
+ * Bump Standards-Version to 3.6.2.
+ * Change patchsys to quilt, and add build-dep on quilt.
+ * Update autotools patch for new upstream version.
+ * Change build-dep from automake1.6 to automake1.9.
+
+ -- Clint Adams <schizo at debian.org> Thu, 19 Jan 2006 22:02:56 -0500
+
libtheora (0.0.0.alpha4-1.1) unstable; urgency=high
* NMU, because an FTBFS keeps it out from testing
Modified: trunk/packages/libtheora/debian/control
===================================================================
--- trunk/packages/libtheora/debian/control 2006-01-20 02:24:28 UTC (rev 52)
+++ trunk/packages/libtheora/debian/control 2006-01-20 04:30:14 UTC (rev 53)
@@ -2,9 +2,9 @@
Section: libs
Priority: optional
Maintainer: Debian Xiph.org Maintainers <pkg-xiph-maint at lists.alioth.debian.org>
-Uploaders: Christopher L Cheney <ccheney at debian.org>, Adeodato Simó <dato at net.com.org.es>
-Build-Depends: autotools-dev, cdbs (>= 0.4.27-3), debhelper (>> 4.0.0), devscripts, doxygen, graphviz, libogg-dev (>= 1.1.0), libsdl1.2-dev, libvorbis-dev, python, libtool, automake1.6
-Standards-Version: 3.6.1.1
+Uploaders: Christopher L Cheney <ccheney at debian.org>, Adeodato Simó <dato at net.com.org.es>, Clint Adams <schizo at debian.org>
+Build-Depends: autotools-dev, cdbs (>= 0.4.27-3), debhelper (>> 4.0.0), devscripts, doxygen, graphviz, libogg-dev (>= 1.1.0), libsdl1.2-dev, libvorbis-dev, python, libtool, automake1.9, quilt
+Standards-Version: 3.6.2
Package: libtheora0
Architecture: any
Modified: trunk/packages/libtheora/debian/control.bin
===================================================================
--- trunk/packages/libtheora/debian/control.bin 2006-01-20 02:24:28 UTC (rev 52)
+++ trunk/packages/libtheora/debian/control.bin 2006-01-20 04:30:14 UTC (rev 53)
@@ -1,9 +1,10 @@
Source: libtheora
Section: libs
Priority: optional
-Maintainer: Christopher L Cheney <ccheney at debian.org>
-Build-Depends: autotools-dev, cdbs (>= 0.4.27-3), debhelper (>> 4.0.0), devscripts, doxygen, graphviz, libogg-dev (>= 1.1.0), libsdl1.2-dev, libvorbis-dev, python, libtool, automake1.6
-Standards-Version: 3.6.1.1
+Maintainer: Debian Xiph.org Maintainers <pkg-xiph-maint at lists.alioth.debian.org>
+Uploaders: Christopher L Cheney <ccheney at debian.org>, Adeodato Simó <dato at net.com.org.es>, Clint Adams <schizo at debian.org>
+Build-Depends: autotools-dev, cdbs (>= 0.4.27-3), debhelper (>> 4.0.0), devscripts, doxygen, graphviz, libogg-dev (>= 1.1.0), libsdl1.2-dev, libvorbis-dev, python, libtool, automake1.9, quilt
+Standards-Version: 3.6.2
Package: libtheora0
Architecture: any
Modified: trunk/packages/libtheora/debian/libtheora0.install
===================================================================
--- trunk/packages/libtheora/debian/libtheora0.install 2006-01-20 02:24:28 UTC (rev 52)
+++ trunk/packages/libtheora/debian/libtheora0.install 2006-01-20 04:30:14 UTC (rev 53)
@@ -1,2 +1,2 @@
debian/tmp/usr/lib/libtheora.so.0
-debian/tmp/usr/lib/libtheora.so.0.1.0
+debian/tmp/usr/lib/libtheora.so.0.2.0
Deleted: trunk/packages/libtheora/debian/patches/01autotools.patch
Added: trunk/packages/libtheora/debian/patches/autotools
===================================================================
--- trunk/packages/libtheora/debian/patches/autotools 2006-01-20 02:24:28 UTC (rev 52)
+++ trunk/packages/libtheora/debian/patches/autotools 2006-01-20 04:30:14 UTC (rev 53)
@@ -0,0 +1,10 @@
+Index: libtheora-0.0.0.alpha5/autogen.sh
+===================================================================
+--- libtheora-0.0.0.alpha5.orig/autogen.sh 2006-01-19 22:50:24.000000000 -0500
++++ libtheora-0.0.0.alpha5/autogen.sh 2006-01-19 22:53:42.000000000 -0500
+@@ -121,4 +121,4 @@
+
+ cd
+ cd $olddir
+-$srcdir/configure --enable-maintainer-mode "$@" && echo
++#$srcdir/configure --enable-maintainer-mode "$@" && echo
Added: trunk/packages/libtheora/debian/patches/series
===================================================================
--- trunk/packages/libtheora/debian/patches/series 2006-01-20 02:24:28 UTC (rev 52)
+++ trunk/packages/libtheora/debian/patches/series 2006-01-20 04:30:14 UTC (rev 53)
@@ -0,0 +1 @@
+autotools
Modified: trunk/packages/libtheora/debian/rules
===================================================================
--- trunk/packages/libtheora/debian/rules 2006-01-20 02:24:28 UTC (rev 52)
+++ trunk/packages/libtheora/debian/rules 2006-01-20 04:30:14 UTC (rev 53)
@@ -2,7 +2,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/cdbs/1/rules/buildcore.mk
common-configure-arch common-configure-indep:: debian/stamp-autotools-files
Modified: trunk/packages/libtheora/debian/watch
===================================================================
--- trunk/packages/libtheora/debian/watch 2006-01-20 02:24:28 UTC (rev 52)
+++ trunk/packages/libtheora/debian/watch 2006-01-20 04:30:14 UTC (rev 53)
@@ -1,2 +1,2 @@
version=2
-http://downloads.xiph.org/releases/theora/libtheora-(.*)\.tar\.gz 1.0alpha4
+http://downloads.xiph.org/releases/theora/libtheora-(.*)\.tar\.gz 1.0alpha5
More information about the pkg-xiph-commits
mailing list