summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcalc <calc@xiph.org>2001-06-18 01:44:51 +0000
committercalc <calc@xiph.org>2001-06-18 01:44:51 +0000
commit325ec30a4c11268eb3a47bacb21b4b00821cedf8 (patch)
tree782dd09c401a376a816cf7a25003c9171c2e0053
parenta486024b7b238b806f52bb24530f1d297b1ba9e4 (diff)
downloadlibvorbis-git-325ec30a4c11268eb3a47bacb21b4b00821cedf8.tar.gz
Don't you love all the work done on release day. ;) (debian stuff)
svn path=/trunk/vorbis/; revision=1494
-rw-r--r--debian/changelog9
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules6
3 files changed, 14 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 9b9511c5..2ad2bb87 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+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.
diff --git a/debian/control b/debian/control
index 704bb6ce..9b49f7ab 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: libvorbis
Section: libs
Priority: optional
Maintainer: Christopher L Cheney <ccheney@debian.org>
-Build-Depends: debhelper, libogg-dev (>> 1.0beta4)
-Standards-Version: 3.5.2.0
+Build-Depends: debhelper (>> 3.0.0), libogg-dev (>> 1.0rc1)
+Standards-Version: 3.5.5.0
Package: libvorbis-dev
Architecture: any
diff --git a/debian/rules b/debian/rules
index 412e887c..53647033 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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) distclean
dh_clean
@@ -58,7 +58,7 @@ binary-arch: build install
dh_movefiles
- dh_installdocs debian/tmp/usr/share/doc/libvorbis-1.0beta4/*
+ dh_installdocs debian/tmp/usr/share/doc/libvorbis-1.0rc1/*
dh_installexamples
dh_installmanpages
dh_installchangelogs