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
commitaad4b7ab5282d71a2f830a058a3e72f8c82bbf11 (patch)
tree9b36017c6b28cf53a016e7368d6f6c6bcad147ad
parent7fea2050be6e690c0cab175bb1b0d1e324973713 (diff)
downloadogg-git-aad4b7ab5282d71a2f830a058a3e72f8c82bbf11.tar.gz
debian packaging updates
svn path=/trunk/ogg/; 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 951be0e..d4fc3b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ libogg (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
libogg (1.0rc3-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 2f5ff87..b26445e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libogg
Section: libs
Priority: optional
Maintainer: Christopher L Cheney <ccheney@debian.org>
-Build-Depends: debhelper (>> 4.0.0), autotools-dev, devscripts, gawk
+Build-Depends: autotools-dev, debhelper (>> 4.0.0), devscripts, gawk
Standards-Version: 3.5.6.0
Package: libogg0
diff --git a/debian/rules b/debian/rules
index c4a0686..295eae1 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