[xiph-commits] r6932 - trunk/theora/debian

ccheney at dactyl.lonelymoon.com ccheney
Tue Jun 29 20:51:31 PDT 2004


Author: ccheney
Date: Tue Jun 29 20:51:31 2004
New Revision: 6932

Modified:
trunk/theora/debian/Makefile.am
trunk/theora/debian/changelog
trunk/theora/debian/control
trunk/theora/debian/copyright
trunk/theora/debian/libtheora-dev.install
trunk/theora/debian/libtheora0.install
trunk/theora/debian/rules
Log:
debian packaging updates for libtheora 0.0.0.alpha3


Modified: trunk/theora/debian/Makefile.am
===================================================================
--- trunk/theora/debian/Makefile.am	2004-06-30 03:18:55 UTC (rev 6931)
+++ trunk/theora/debian/Makefile.am	2004-06-30 03:51:29 UTC (rev 6932)
@@ -1,4 +1,4 @@
## Process this file with automake to produce Makefile.in

-EXTRA_DIST = changelog control copyright rules \
-	libtheora-dev.install libtheora0.install
+EXTRA_DIST = changelog compat control copyright libtheora-dev.docs \
+	libtheora-dev.install libtheora0.install rules

Modified: trunk/theora/debian/changelog
===================================================================
--- trunk/theora/debian/changelog	2004-06-30 03:18:55 UTC (rev 6931)
+++ trunk/theora/debian/changelog	2004-06-30 03:51:29 UTC (rev 6932)
@@ -1,3 +1,9 @@
+libtheora (0.0.0.alpha3-1) unstable; urgency=low
+
+  * Initial upload to Debian.
+
+ -- Christopher L Cheney <ccheney at debian.org>  Tue, 29 Jun 2004 22:00:00 -0500
+
libtheora (0.0.0-0) unstable; urgency=low

* Initial Release.

Modified: trunk/theora/debian/control
===================================================================
--- trunk/theora/debian/control	2004-06-30 03:18:55 UTC (rev 6931)
+++ trunk/theora/debian/control	2004-06-30 03:51:29 UTC (rev 6932)
@@ -2,8 +2,8 @@
Section: libs
Priority: optional
Maintainer: Christopher L Cheney <ccheney at debian.org>
-Build-Depends: cdbs, autotools-dev, debhelper (>> 4.0.0), devscripts, libogg-dev (>= 1.1.0), python
-Standards-Version: 3.5.6.0
+Build-Depends: cdbs, autotools-dev, debhelper (>> 4.0.0), devscripts, libogg-dev (>= 1.1.0), libvorbis-dev, python
+Standards-Version: 3.6.1.0

Package: libtheora0
Architecture: any
@@ -14,8 +14,11 @@

Package: libtheora-dev
Architecture: any
-Section: devel
-Depends: libogg-dev, libtheora-dev (= ${Source-Version})
-Description: Theora Library Development
- The libtheora-dev package contains the header files and documentation
- needed to develop applications with libtheora.
+Section: libdevel
+Depends: libtheora0 (= ${Source-Version}), libogg-dev
+Description: The Theora Compression Codec (development files)
+ Theora is a fully open, non-proprietary, patent-and-royalty-free,
+ general-purpose compressed video format.
+ .
+ This package contains the header files and documentation needed to develop
+ applications with libtheora.

Modified: trunk/theora/debian/copyright
===================================================================
--- trunk/theora/debian/copyright	2004-06-30 03:18:55 UTC (rev 6931)
+++ trunk/theora/debian/copyright	2004-06-30 03:51:29 UTC (rev 6932)
@@ -1,9 +1,9 @@
This package was debianized by Christopher L Cheney <ccheney at debian.org> on
Wed, 25 Sep 2002 21:00:00 -0500.

-It was downloaded from CVS
+It was downloaded from http://svn.xiph.org/trunk/theora/

-Upstream Author(s): Xiph.Org
+Upstream Authors: Xiph.Org Foundation

Copyright:


Modified: trunk/theora/debian/libtheora-dev.install
===================================================================
--- trunk/theora/debian/libtheora-dev.install	2004-06-30 03:18:55 UTC (rev 6931)
+++ trunk/theora/debian/libtheora-dev.install	2004-06-30 03:51:29 UTC (rev 6932)
@@ -1,4 +1,5 @@
-debian/tmp/usr/include/*
-debian/tmp/usr/lib/lib*.a
-debian/tmp/usr/lib/lib*.la
-
+debian/tmp/usr/include/theora/theora.h
+debian/tmp/usr/lib/libtheora.a
+debian/tmp/usr/lib/libtheora.la
+debian/tmp/usr/lib/libtheora.so
+debian/tmp/usr/lib/pkgconfig/theora.pc

Modified: trunk/theora/debian/libtheora0.install
===================================================================
--- trunk/theora/debian/libtheora0.install	2004-06-30 03:18:55 UTC (rev 6931)
+++ trunk/theora/debian/libtheora0.install	2004-06-30 03:51:29 UTC (rev 6932)
@@ -1,3 +1,2 @@
-debian/tmp/usr/lib/libtheora.so.*
-debian/tmp/usr/share/doc/libtheora*
-
+debian/tmp/usr/lib/libtheora.so.0
+debian/tmp/usr/lib/libtheora.so.0.0.0

Modified: trunk/theora/debian/rules
===================================================================
--- trunk/theora/debian/rules	2004-06-30 03:18:55 UTC (rev 6931)
+++ trunk/theora/debian/rules	2004-06-30 03:51:29 UTC (rev 6932)
@@ -1,4 +1,3 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
-



More information about the commits mailing list