r6728 - packages/trunk/openal-soft/debian

Andres Mejia ceros-guest at alioth.debian.org
Wed Apr 23 16:05:35 UTC 2008


Author: ceros-guest
Date: 2008-04-23 16:05:35 +0000 (Wed, 23 Apr 2008)
New Revision: 6728

Modified:
   packages/trunk/openal-soft/debian/TODO.Debian
   packages/trunk/openal-soft/debian/control
   packages/trunk/openal-soft/debian/rules
Log:
Allowing calls to debhelper tools to act on all packages. Added another TODO.

Modified: packages/trunk/openal-soft/debian/TODO.Debian
===================================================================
--- packages/trunk/openal-soft/debian/TODO.Debian	2008-04-23 07:23:13 UTC (rev 6727)
+++ packages/trunk/openal-soft/debian/TODO.Debian	2008-04-23 16:05:35 UTC (rev 6728)
@@ -1,2 +1,3 @@
 * Get with all maintainers of reverse dependencies of openal and start testing
   this new version of openal.
+* /etc/openal/alsoft.conf could use a manual page

Modified: packages/trunk/openal-soft/debian/control
===================================================================
--- packages/trunk/openal-soft/debian/control	2008-04-23 07:23:13 UTC (rev 6727)
+++ packages/trunk/openal-soft/debian/control	2008-04-23 16:05:35 UTC (rev 6728)
@@ -9,6 +9,17 @@
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/openal-soft/?op=log
 Homepage: http://kcat.strangesoft.net/openal.html
 
+Package: libopenal1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: OpenAL is a portable library for 3D spatialized audio
+  OpenAL, the Open Audio Library, is a joint effort to create an open,
+ vendor-neutral, cross-platform API for interactive, primarily spatialized
+ audio. OpenAL's primary audience are application developers and desktop
+ users that rely on portable standards like OpenGL, for games and other
+ multimedia applications.
+
 Package: libopenal-dev
 Section: libdevel
 Architecture: any
@@ -22,14 +33,3 @@
  .
  This packages contains the header files and static libraries needed for
  development.
-
-Package: libopenal1
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: OpenAL is a portable library for 3D spatialized audio
-  OpenAL, the Open Audio Library, is a joint effort to create an open,
- vendor-neutral, cross-platform API for interactive, primarily spatialized
- audio. OpenAL's primary audience are application developers and desktop
- users that rely on portable standards like OpenGL, for games and other
- multimedia applications.

Modified: packages/trunk/openal-soft/debian/rules
===================================================================
--- packages/trunk/openal-soft/debian/rules	2008-04-23 07:23:13 UTC (rev 6727)
+++ packages/trunk/openal-soft/debian/rules	2008-04-23 16:05:35 UTC (rev 6728)
@@ -68,7 +68,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	dh_installdirs
 	$(MAKE) --directory=$(BUILD_TREE) install DESTDIR=$(CURDIR)/debian/tmp
 	mkdir -p debian/tmp/etc/openal
 	cp alsoftrc.sample debian/tmp/etc/openal/alsoft.conf
@@ -82,22 +81,22 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs
-	dh_installdocs
-	dh_installexamples
-	dh_install
-	dh_installman
+	dh_installchangelogs -a
+	dh_installdocs -a
+	dh_installexamples -a
+	dh_install -a
+	dh_installman -a
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	dh_strip
+	dh_strip -a
 endif
-	dh_compress
-	dh_fixperms
-	dh_makeshlibs
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+	dh_compress -a
+	dh_fixperms -a
+	dh_makeshlibs -a
+	dh_installdeb -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure




More information about the Pkg-games-commits mailing list