[xiph-cvs] cvs commit: vorbis/debian changelog control rules

Chris Cheney calc at xiph.org
Thu Jul 11 14:35:34 PDT 2002



calc        02/07/11 14:35:34

  Modified:    debian   changelog control rules
  Log:
  debian packaging updates

Revision  Changes    Path
1.18      +1 -1      vorbis/debian/changelog

Index: changelog
===================================================================
RCS file: /usr/local/cvsroot/vorbis/debian/changelog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- changelog	2002/07/03 21:54:52	1.17
+++ changelog	2002/07/11 21:35:33	1.18
@@ -2,7 +2,7 @@
 
   * New upstream.
 
- -- Christopher L Cheney <ccheney at debian.org>  Tue,  2 Jul 2002 22:00:00 -0500
+ -- Christopher L Cheney <ccheney at debian.org>  Thu, 11 Jul 2002 15:00:00 -0500
 
 libvorbis (1.0rc3-1) unstable; urgency=low
 

<p><p>1.23      +1 -1      vorbis/debian/control

Index: control
===================================================================
RCS file: /usr/local/cvsroot/vorbis/debian/control,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- control	2002/07/03 21:54:52	1.22
+++ control	2002/07/11 21:35:33	1.23
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Christopher L Cheney <ccheney at 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

<p><p>1.18      +1 -5      vorbis/debian/rules

Index: rules
===================================================================
RCS file: /usr/local/cvsroot/vorbis/debian/rules,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- rules	2002/07/03 21:54:52	1.17
+++ rules	2002/07/11 21:35:33	1.18
@@ -29,15 +29,11 @@
 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

<p><p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list