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

Chris Cheney calc at xiph.org
Thu Jul 11 14:33:23 PDT 2002



calc        02/07/11 14:33:22

  Modified:    debian   changelog control rules
  Log:
  debian packaging updates

Revision  Changes    Path
1.26      +7 -4      ao/debian/changelog

Index: changelog
===================================================================
RCS file: /usr/local/cvsroot/ao/debian/changelog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- changelog	2002/07/03 04:04:32	1.25
+++ changelog	2002/07/11 21:33:21	1.26
@@ -2,12 +2,13 @@
 
   * 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
 
 libao (0.8.2-1) unstable; urgency=low
 
   * New upstream. (Closes: #110858)
-  * Changed to building alsa 0.9.x plugin instead of obsolete 0.5.x (Closes: #103787)
+  * Changed to building alsa 0.9.x plugin instead of obsolete 0.5.x (Closes:
+    #103787)
   * added autotools target (config.* updater) to rules
 
  -- Christopher L Cheney <ccheney at debian.org>  Mon, 24 Dec 2001 11:00:00 -0600
@@ -15,7 +16,8 @@
 libao (0.8.1-1) unstable; urgency=high
 
   * New upstream.
-  * Plugin dir changed. (Closes: #109071, #109532, #108750, #108755, #108790, #109383, #109877, #109383)
+  * Plugin dir changed. (Closes: #109071, #109532, #108750, #108755, #108790,
+    #109383, #109877, #109383)
 
  -- Christopher L Cheney <ccheney at debian.org>  Wed, 22 Aug 2001 23:00:00 -0500
 
@@ -52,7 +54,8 @@
 
 libao (0.5.0-2) unstable; urgency=low
 
-  *  Fixed Build-Depends for archs that do not have libasound1-dev (closes: #78097)
+  *  Fixed Build-Depends for archs that do not have libasound1-dev (closes:
+     #78097)
   *  Renamed development library package
  
  -- Christopher L Cheney <ccheney at debian.org>  Sat,  3 Feb 2001 12:30:52 -0600

<p><p>1.25      +1 -1      ao/debian/control

Index: control
===================================================================
RCS file: /usr/local/cvsroot/ao/debian/control,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- control	2002/07/03 04:04:32	1.24
+++ control	2002/07/11 21:33:22	1.25
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Christopher L Cheney <ccheney at debian.org>
-Build-Depends: debhelper (>> 4.0.0), libarts-dev, libasound2-dev, libesd0-dev, autotools-dev, devscripts
+Build-Depends: autotools-dev, debhelper (>> 4.0.0), devscripts, libarts-dev, libasound2-dev, libesd0-dev, gawk
 Standards-Version: 3.5.6.0
 
 Package: libao2

<p><p>1.16      +1 -5      ao/debian/rules

Index: rules
===================================================================
RCS file: /usr/local/cvsroot/ao/debian/rules,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- rules	2002/07/03 04:04:32	1.15
+++ rules	2002/07/11 21:33:22	1.16
@@ -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