[xiph-commits] r3582 - liboggz/trunk/debian

johnf at svn.annodex.net johnf at svn.annodex.net
Sat May 3 18:24:47 PDT 2008


Author: johnf
Date: 2008-05-03 18:24:47 -0700 (Sat, 03 May 2008)
New Revision: 3582

Modified:
   liboggz/trunk/debian/changelog
   liboggz/trunk/debian/compat
   liboggz/trunk/debian/control
   liboggz/trunk/debian/liboggz1.files
   liboggz/trunk/debian/rules
Log:
Update debian dir for 0.9.7 release

Modified: liboggz/trunk/debian/changelog
===================================================================
--- liboggz/trunk/debian/changelog	2008-05-02 09:50:16 UTC (rev 3581)
+++ liboggz/trunk/debian/changelog	2008-05-04 01:24:47 UTC (rev 3582)
@@ -1,17 +1,12 @@
-liboggz (0.9.6-1) unstable; urgency=low
+liboggz (0.9.7-1) unstable; urgency=low
 
   * New upstream.
   * New maintainer.
   * Update to comply with standards version 7.2.3
   * Check debian/watch is up to date. closes: #449986
-
- -- John Ferlito <johnf at inodes.org>  Sun, 13 Jan 2008 23:46:18 +1100
-
-liboggz (0.9.5-5) unstable; urgency=low
-
   * update control to use $binary:Version
 
- -- John Ferlito <johnf at inodes.org>  Tue, 01 Jan 2008 23:10:12 +1100
+ -- John Ferlito <johnf at inodes.org>  Sun,  3 May 2008 23:11:18 +1100
 
 liboggz (0.9.5-4) unstable; urgency=low
 

Modified: liboggz/trunk/debian/compat
===================================================================
--- liboggz/trunk/debian/compat	2008-05-02 09:50:16 UTC (rev 3581)
+++ liboggz/trunk/debian/compat	2008-05-04 01:24:47 UTC (rev 3582)
@@ -1 +1 @@
-4
+5

Modified: liboggz/trunk/debian/control
===================================================================
--- liboggz/trunk/debian/control	2008-05-02 09:50:16 UTC (rev 3581)
+++ liboggz/trunk/debian/control	2008-05-04 01:24:47 UTC (rev 3582)
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: John Ferlito <johnf at inodes.org>
-Build-Depends: debhelper (>= 4.0.0), libogg-dev, doxygen, docbook-to-man, binutils (>= 2.12.90.0.9)
+Build-Depends: debhelper (>= 5.0.0), libogg-dev, doxygen, docbook-to-man, binutils (>= 2.12.90.0.9)
 Standards-Version: 3.7.3
 
 Package: liboggz1

Modified: liboggz/trunk/debian/liboggz1.files
===================================================================
--- liboggz/trunk/debian/liboggz1.files	2008-05-02 09:50:16 UTC (rev 3581)
+++ liboggz/trunk/debian/liboggz1.files	2008-05-04 01:24:47 UTC (rev 3582)
@@ -1,2 +1,2 @@
 usr/lib/liboggz.so.1
-usr/lib/liboggz.so.1.3.0
+usr/lib/liboggz.so.1.4.0

Modified: liboggz/trunk/debian/rules
===================================================================
--- liboggz/trunk/debian/rules	2008-05-02 09:50:16 UTC (rev 3581)
+++ liboggz/trunk/debian/rules	2008-05-04 01:24:47 UTC (rev 3582)
@@ -44,19 +44,12 @@
 	dh_testroot
 	rm -f build-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
-	rm -rf debian/oggz-tools-dbg
-	dh_clean 
+	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_clean -k
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
@@ -73,10 +66,7 @@
 	dh_installexamples -a
 	dh_installman -a
 	dh_link -a
-	dh_strip -a --keep-debug --dbg-package=liboggz1 --dbg-package=oggz-tools
-# move the oggz-tools-dbg stuff into liboggz-dbg
-	cp -a $(CURDIR)/debian/oggz-tools-dbg/* $(CURDIR)/debian/liboggz1-dbg/
-	rm -rf $(CURDIR)/debian/oggz-tools-dbg
+	dh_strip -a --dbg-package=liboggz1-dbg --dbg-package=oggz-tools-dbg
 	dh_compress -a
 	dh_fixperms -a
 	dh_makeshlibs -a



More information about the commits mailing list