[xiph-cvs] cvs commit: ogg-python/debian changelog control pyogg.examples rules

Chris Cheney calc at xiph.org
Sun Jun 17 18:27:55 PDT 2001



calc        01/06/17 18:27:55

  Modified:    debian   changelog control pyogg.examples rules
  Log:
  Even more wonderful commits for your email viewing pleasure... (debian stuff)

Revision  Changes    Path
1.4       +8 -0      ogg-python/debian/changelog

Index: changelog
===================================================================
RCS file: /usr/local/cvsroot/ogg-python/debian/changelog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- changelog	2001/02/26 20:45:43	1.3
+++ changelog	2001/06/18 01:27:54	1.4
@@ -1,3 +1,11 @@
+pyogg (0.3-1) unstable; urgency=low
+
+  * New upstream.
+  * Fixed versioned depends.
+  * Upstream removed dependency on libvorbis-dev (Closes: #89293)
+
+ -- Christopher L Cheney <ccheney at debian.org>  Sun, 17 Jun 2001 20:00:00 -0500
+
 pyogg (0.2-1) unstable; urgency=low
 
   * Initial Release.

1.6       +2 -2      ogg-python/debian/control

Index: control
===================================================================
RCS file: /usr/local/cvsroot/ogg-python/debian/control,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- control	2001/02/26 15:08:39	1.5
+++ control	2001/06/18 01:27:54	1.6
@@ -2,8 +2,8 @@
 Section: interpreters
 Priority: optional
 Maintainer: Christopher L Cheney <ccheney at debian.org>
-Build-Depends: debhelper (>> 2.0.0), libogg-dev (>> 1.0beta4), python-base, python-distutils
-Standards-Version: 3.5.2.0
+Build-Depends: debhelper (>> 3.0.0), libogg-dev (>> 1.0rc1), python-base, python-distutils
+Standards-Version: 3.5.5.0
 
 Package: pyogg
 Architecture: any

1.2       +1 -0      ogg-python/debian/pyogg.examples

Index: pyogg.examples
===================================================================
RCS file: /usr/local/cvsroot/ogg-python/debian/pyogg.examples,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyogg.examples	2001/02/26 15:23:14	1.1
+++ pyogg.examples	2001/06/18 01:27:54	1.2
@@ -1 +1,2 @@
+test/oggtail.py
 test/testogg.py

1.3       +2 -13     ogg-python/debian/rules

Index: rules
===================================================================
RCS file: /usr/local/cvsroot/ogg-python/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rules	2001/02/26 15:08:39	1.2
+++ rules	2001/06/18 01:27:54	1.3
@@ -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:
@@ -50,30 +50,19 @@
 
 # Build architecture-dependent files here.
 binary-arch: build install
-	dh_testversion 2
         dh_testdir
         dh_testroot
-#	dh_installdebconf	
         dh_installdocs
         dh_installexamples
-#	dh_installmenu
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installinit
-#	dh_installcron
 #	dh_installmanpages
-#	dh_installinfo
 #	dh_undocumented
         dh_installchangelogs ChangeLog
         dh_link
         dh_strip
         dh_compress
         dh_fixperms
-	# You may want to make some executables suid here.
-#	dh_suidregister
-#	dh_makeshlibs
+	dh_makeshlibs -V
         dh_installdeb
-#	dh_perl
         dh_shlibdeps
         dh_gencontrol
         dh_md5sums

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