Author: ryan52-guest
Date: 2009-02-15 23:11:30 +0000 (Sun, 15 Feb 2009)
New Revision: 8839

Added:
   packages/trunk/pente/debian/patches/
   packages/trunk/pente/debian/patches/fix-configure
   packages/trunk/pente/debian/patches/series
Modified:
   packages/trunk/pente/debian/changelog
   packages/trunk/pente/debian/clean
   packages/trunk/pente/debian/control
   packages/trunk/pente/debian/rules
Log:
* use quilt
* make it so that configure can be regerated

Modified: packages/trunk/pente/debian/changelog
===================================================================
--- packages/trunk/pente/debian/changelog       2009-02-15 23:05:12 UTC (rev 
8838)
+++ packages/trunk/pente/debian/changelog       2009-02-15 23:11:30 UTC (rev 
8839)
@@ -9,8 +9,10 @@
   * add watch file
   * update FSF address in debian/copyright, add information about Debian
     packaging
+  * use quilt
+  * make it so that configure can be regerated
 
- -- Ryan Niebur <[email protected]>  Sun, 15 Feb 2009 14:51:46 -0800
+ -- Ryan Niebur <[email protected]>  Sun, 15 Feb 2009 15:07:17 -0800
 
 pente (2.2.5-5.1) unstable; urgency=high
 

Modified: packages/trunk/pente/debian/clean
===================================================================
--- packages/trunk/pente/debian/clean   2009-02-15 23:05:12 UTC (rev 8838)
+++ packages/trunk/pente/debian/clean   2009-02-15 23:11:30 UTC (rev 8839)
@@ -3,4 +3,5 @@
 pente-*-Linux
 Makefile-*-Linux
 config.*
-
+configure
+Makefile-

Modified: packages/trunk/pente/debian/control
===================================================================
--- packages/trunk/pente/debian/control 2009-02-15 23:05:12 UTC (rev 8838)
+++ packages/trunk/pente/debian/control 2009-02-15 23:11:30 UTC (rev 8839)
@@ -1,7 +1,7 @@
 Source: pente
 Section: games
 Priority: optional
-Build-Depends: debhelper (>= 7.0.0), libncurses5-dev, libx11-dev, 
x11proto-core-dev, libxt-dev
+Build-Depends: debhelper (>= 7.0.0), libncurses5-dev, libx11-dev, 
x11proto-core-dev, libxt-dev, quilt
 Maintainer: Debian Games Team <[email protected]>
 Uploaders: Ryan Niebur <[email protected]>
 Standards-Version: 3.6.2

Added: packages/trunk/pente/debian/patches/fix-configure
===================================================================
--- packages/trunk/pente/debian/patches/fix-configure                           
(rev 0)
+++ packages/trunk/pente/debian/patches/fix-configure   2009-02-15 23:11:30 UTC 
(rev 8839)
@@ -0,0 +1,15 @@
+--- a/configure.in
++++ b/configure.in
+@@ -164,10 +164,8 @@
+ AC_TIME_WITH_SYS_TIME
+ AC_CHECK_HEADER(
+   sun/audioio.h,
+-  AC_DEFINE(SUN_SOUND),
+-  AC_CHECK_HEADER(
+-    machine/soundcard.h,
+-    AC_DEFINE(LINUX_SOUND)))  
++  AC_DEFINE(SUN_SOUND))
++AC_CHECK_HEADER(machine/soundcard.h, AC_DEFINE(LINUX_SOUND))
+ WMS_CHECK_H_ERRNO
+ WMS_CHECK_SOCKETS
+ if test "$cross_compiling" = "yes" ; then

Added: packages/trunk/pente/debian/patches/series
===================================================================
--- packages/trunk/pente/debian/patches/series                          (rev 0)
+++ packages/trunk/pente/debian/patches/series  2009-02-15 23:11:30 UTC (rev 
8839)
@@ -0,0 +1 @@
+fix-configure

Modified: packages/trunk/pente/debian/rules
===================================================================
--- packages/trunk/pente/debian/rules   2009-02-15 23:05:12 UTC (rev 8838)
+++ packages/trunk/pente/debian/rules   2009-02-15 23:11:30 UTC (rev 8839)
@@ -1,12 +1,15 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
+       autoconf
        dh build
        touch build-stamp
 
-clean:
-       rm -fr obj-*-Linux
+clean: unpatch
+       rm -fr obj-*
        dh clean
 
 install: build


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to