summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcalc <calc@xiph.org>2002-07-11 21:35:33 +0000
committercalc <calc@xiph.org>2002-07-11 21:35:33 +0000
commit8fc6f23c545a52f9b9d8e66e2bb6a07845d471a4 (patch)
treebcf1184bb6ef4685f61b2bb7328bb6d302ff74f3
parent3dbca831f9ca13181e3973f3a54ad8c35a2fbeb6 (diff)
downloadlibvorbis-git-8fc6f23c545a52f9b9d8e66e2bb6a07845d471a4.tar.gz
debian packaging updates
svn path=/trunk/vorbis/; revision=3593
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules6
3 files changed, 3 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 63c7536e..dd75a8ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ libvorbis (1.0.0-1) unstable; urgency=low
* New upstream.
- -- Christopher L Cheney <ccheney@debian.org> Tue, 2 Jul 2002 22:00:00 -0500
+ -- Christopher L Cheney <ccheney@debian.org> Thu, 11 Jul 2002 15:00:00 -0500
libvorbis (1.0rc3-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index b02bda42..279ca27d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libvorbis
Section: libs
Priority: optional
Maintainer: Christopher L Cheney <ccheney@debian.org>
-Build-Depends: debhelper (>> 4.0.0), libogg-dev (>> 1.0.0), autotools-dev, devscripts
+Build-Depends: autotools-dev, debhelper (>> 4.0.0), devscripts, libogg-dev (>> 1.0.0)
Standards-Version: 3.5.6.0
Package: libvorbis0
diff --git a/debian/rules b/debian/rules
index c4a06860..295eae1c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,15 +29,11 @@ configure: configure-stamp
configure-stamp:
dh_testdir
- # CVS does not have configure
- #if test ! -f configure; then \
- ./autogen.sh ;\
- fi
-
# make build directory
mkdir $(objdir)
# run configure with build tree $(objdir)
+ # change ../configure to ../autogen.sh for CVS build
cd $(objdir) && \
../configure --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) \
--prefix=/usr