Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Vorbis tools
Commits
df140505
Commit
df140505
authored
Jun 18, 2001
by
calc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finally done with updates to debian stuff (i think)
svn path=/trunk/vorbis-tools/; revision=1496
parent
763ee2e8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
5 deletions
+17
-5
debian/changelog
debian/changelog
+12
-0
debian/control
debian/control
+2
-2
debian/rules
debian/rules
+3
-3
No files found.
debian/changelog
View file @
df140505
vorbis-tools (1.0rc1-1) unstable; urgency=low
* New upstream. (Closes: #87697, #87907, #98937)
* Fixed versioned depends. (Closes: #88561, #89772)
* Changed clean method to distclean. (Closes: #96775)
* Updated description. (Closes: #88573)
* debian dir is maintained in upstream cvs. (Closes: #96773)
* Updated manpage for upstream. (Closes: #90873, #92229)
* Applied patch for randomize ogg123 for upstream (Closes: #84336, #98945)
-- Christopher L Cheney <ccheney@debian.org> Sun, 17 Jun 2001 20:00:00 -0500
vorbis-tools (1.0beta4-1) unstable; urgency=low
* New upstream.
...
...
debian/control
View file @
df140505
...
...
@@ -2,8 +2,8 @@ Source: vorbis-tools
Section: sound
Priority: optional
Maintainer: Christopher L Cheney <ccheney@debian.org>
Build-Depends: debhelper, libao-dev (>> 0.
6
.0), libogg-dev (>> 1.0
beta4
), libvorbis-dev (>> 1.0
beta4
)
Standards-Version: 3.5.
2
.0
Build-Depends: debhelper
(>> 3.0.0)
, libao-dev (>> 0.
7
.0), libogg-dev (>> 1.0
rc1
), libvorbis-dev (>> 1.0
rc1
)
Standards-Version: 3.5.
5
.0
Package: vorbis-tools
Architecture: any
...
...
debian/rules
View file @
df140505
...
...
@@ -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:
...
...
@@ -34,7 +34,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
...
...
@@ -60,7 +60,6 @@ binary-arch: build install
dh_installmime
dh_installdocs
dh_installexamples
# dh_installmenu
dh_installmanpages
dh_undocumented
dh_installchangelogs
...
...
@@ -68,6 +67,7 @@ binary-arch: build install
dh_strip
dh_compress
dh_fixperms
dh_makeshlibs -V
dh_installdeb
dh_shlibdeps
dh_gencontrol
...
...
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