Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Vorbis
Commits
325ec30a
Commit
325ec30a
authored
Jun 18, 2001
by
calc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't you love all the work done on release day. ;) (debian stuff)
svn path=/trunk/vorbis/; revision=1494
parent
a486024b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
5 deletions
+14
-5
debian/changelog
debian/changelog
+9
-0
debian/control
debian/control
+2
-2
debian/rules
debian/rules
+3
-3
No files found.
debian/changelog
View file @
325ec30a
libvorbis (1.0rc1-1) unstable; urgency=low
* New upstream. (Closes: #84977, #95330)
* Upstream says lame at fault. See bug details. (Closes: #98010)
* Fixed versioned depends.
* Changed clean method to distclean.
-- Christopher L Cheney <ccheney@debian.org> Sun, 17 Jun 2001 20:00:00 -0500
libvorbis (1.0beta4-1) unstable; urgency=low
* New upstream.
...
...
debian/control
View file @
325ec30a
...
...
@@ -2,8 +2,8 @@ Source: libvorbis
Section: libs
Priority: optional
Maintainer: Christopher L Cheney <ccheney@debian.org>
Build-Depends: debhelper, libogg-dev (>> 1.0
beta4
)
Standards-Version: 3.5.
2
.0
Build-Depends: debhelper
(>> 3.0.0)
, libogg-dev (>> 1.0
rc1
)
Standards-Version: 3.5.
5
.0
Package: libvorbis-dev
Architecture: any
...
...
debian/rules
View file @
325ec30a
...
...
@@ -6,7 +6,7 @@
#export DH_VERBOSE=1
# This is the debhelper compatability version to use.
export DH_COMPAT=
2
export DH_COMPAT=
3
configure: configure-stamp
configure-stamp:
...
...
@@ -33,7 +33,7 @@ clean:
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
-$(MAKE) clean
-$(MAKE)
dist
clean
dh_clean
...
...
@@ -58,7 +58,7 @@ binary-arch: build install
dh_movefiles
dh_installdocs debian/tmp/usr/share/doc/libvorbis-1.0
beta4
/*
dh_installdocs debian/tmp/usr/share/doc/libvorbis-1.0
rc1
/*
dh_installexamples
dh_installmanpages
dh_installchangelogs
...
...
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