[xiph-cvs] cvs commit: vorbis/debian changelog control
Chris Cheney
calc at xiph.org
Wed Jan 24 20:00:58 PST 2001
calc 01/01/24 20:00:58
Modified: debian changelog control
Log:
debian packaging bug fixes
Revision Changes Path
1.8 +9 -0 vorbis/debian/changelog
Index: changelog
===================================================================
RCS file: /usr/local/cvsroot/vorbis/debian/changelog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- changelog 2000/11/18 04:33:48 1.7
+++ changelog 2001/01/25 04:00:57 1.8
@@ -1,3 +1,12 @@
+libvorbis (1.0beta4-1) unstable; urgency=low
+
+ * Added dependency for libogg-dev (closes: #78262)
+ * Appears to be fixed, can't reproduce bug (closes: #78848)
+ * Added dependency for libogg-dev (closes: #81432)
+ * Corrected library dev package name (closes: #82464)
+
+ -- Christopher L Cheney <ccheney at debian.org> Wed, 24 Jan 2001 21:52:29 -0600
+
libvorbis (1.0beta3-1) unstable; urgency=low
* New Maintainer.
1.12 +3 -3 vorbis/debian/control
Index: control
===================================================================
RCS file: /usr/local/cvsroot/vorbis/debian/control,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- control 2000/11/18 04:33:48 1.11
+++ control 2001/01/25 04:00:57 1.12
@@ -2,12 +2,12 @@
Section: devel
Priority: optional
Maintainer: Christopher L Cheney <ccheney at debian.org>
-Build-Depends: debhelper, libogg0-dev
+Build-Depends: debhelper, libogg-dev
Standards-Version: 3.1.1
-Package: libvorbis0-dev
+Package: libvorbis-dev
Architecture: any
-Depends: libvorbis0 (= ${Source-Version}), libc6-dev
+Depends: libvorbis0 (= ${Source-Version}), libogg-dev, libc6-dev
Replaces: libvorbis-dev
Conflicts: libvorbis-dev
Description: Development library for OGG Vorbis
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list