Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Vorbis
Commits
dce99e79
Commit
dce99e79
authored
Jan 25, 2001
by
calc
Browse files
debian packaging bug fixes
svn path=/trunk/vorbis/; revision=1208
parent
1cae7fa6
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
dce99e79
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@debian.org> Wed, 24 Jan 2001 21:52:29 -0600
libvorbis (1.0beta3-1) unstable; urgency=low
libvorbis (1.0beta3-1) unstable; urgency=low
* New Maintainer.
* New Maintainer.
...
...
debian/control
View file @
dce99e79
...
@@ -2,12 +2,12 @@ Source: libvorbis
...
@@ -2,12 +2,12 @@ Source: libvorbis
Section: devel
Section: devel
Priority: optional
Priority: optional
Maintainer: Christopher L Cheney <ccheney@debian.org>
Maintainer: Christopher L Cheney <ccheney@debian.org>
Build-Depends: debhelper, libogg
0
-dev
Build-Depends: debhelper, libogg-dev
Standards-Version: 3.1.1
Standards-Version: 3.1.1
Package: libvorbis
0
-dev
Package: libvorbis-dev
Architecture: any
Architecture: any
Depends: libvorbis0 (= ${Source-Version}), libc6-dev
Depends: libvorbis0 (= ${Source-Version}),
libogg-dev,
libc6-dev
Replaces: libvorbis-dev
Replaces: libvorbis-dev
Conflicts: libvorbis-dev
Conflicts: libvorbis-dev
Description: Development library for OGG Vorbis
Description: Development library for OGG Vorbis
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment