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

Chris Cheney calc at xiph.org
Sun Jun 17 18:15:16 PDT 2001



calc        01/06/17 18:15:15

  Modified:    debian   changelog control rules
  Log:
  debian updates.

Revision  Changes    Path
1.9       +8 -0      ogg/debian/changelog

Index: changelog
===================================================================
RCS file: /usr/local/cvsroot/ogg/debian/changelog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- changelog	2001/02/26 20:45:43	1.8
+++ changelog	2001/06/18 01:15:15	1.9
@@ -1,3 +1,11 @@
+libogg (1.0rc1) unstable; urgency=low
+
+  * New upstream.
+  * Updated config.* files (Closes: #94816)
+  * Changed clean to distclean.
+
+ -- Christopher L Cheney <ccheney at debian.org>  Sun, 17 Jun 2001 20:00:00 -0500
+
 libogg (1.0beta4-1) unstable; urgency=low
 
   *  New upstream.

1.9       +2 -2      ogg/debian/control

Index: control
===================================================================
RCS file: /usr/local/cvsroot/ogg/debian/control,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- control	2001/02/26 05:21:04	1.8
+++ control	2001/06/18 01:15:15	1.9
@@ -2,8 +2,8 @@
 Section: libs
 Priority: optional
 Maintainer: Christopher L Cheney <ccheney at debian.org>
-Build-Depends: debhelper
-Standards-Version: 3.5.2.0
+Build-Depends: debhelper (>> 3.0.0)
+Standards-Version: 3.5.5.0
 
 Package: libogg-dev
 Architecture: any

1.6       +4 -4      ogg/debian/rules

Index: rules
===================================================================
RCS file: /usr/local/cvsroot/ogg/debian/rules,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rules	2001/03/05 05:26:40	1.5
+++ rules	2001/06/18 01:15:15	1.6
@@ -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 @@
         rm -f build-stamp configure-stamp
 
         # Add here commands to clean up after the build process.
-	-$(MAKE) clean
+	-$(MAKE) distclean
 
         dh_clean
 
@@ -58,10 +58,10 @@
 
         dh_movefiles
 
-	dh_installdocs debian/tmp/usr/share/doc/libogg-1.0beta4/*
+	dh_installdocs debian/tmp/usr/share/doc/libogg-1.0rc1/*
         dh_installexamples
         dh_installmanpages
-	dh_installchangelogs CHANGES
+	dh_installchangelogs
         dh_link
         dh_strip
         dh_compress

--- >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