r1760 - in packages/trunk/xwelltris: . debian debian/patches

Miriam Ruiz baby-guest at costa.debian.org
Mon Oct 2 11:07:39 UTC 2006


Author: baby-guest
Date: 2006-10-02 11:07:39 +0000 (Mon, 02 Oct 2006)
New Revision: 1760

Added:
   packages/trunk/xwelltris/debian/patches/
   packages/trunk/xwelltris/debian/patches/config_in.patch
   packages/trunk/xwelltris/debian/patches/series
Removed:
   packages/trunk/xwelltris/src/
Modified:
   packages/trunk/xwelltris/debian/changelog
   packages/trunk/xwelltris/debian/control
   packages/trunk/xwelltris/debian/rules
Log:
Package adopted by Debian Games Team. Changed maintainer in debian/control.
Using quilt as a patching system.
Upgraded Standards-Version from 3.6.2 to 3.7.2. No changes needed.



Modified: packages/trunk/xwelltris/debian/changelog
===================================================================
--- packages/trunk/xwelltris/debian/changelog	2006-10-02 10:54:56 UTC (rev 1759)
+++ packages/trunk/xwelltris/debian/changelog	2006-10-02 11:07:39 UTC (rev 1760)
@@ -1,3 +1,12 @@
+xwelltris (1.0.1-5) UNRELEASED; urgency=low
+
+  [Miriam Ruiz]
+  * Package adopted by Debian Games Team. Changed maintainer in control.
+  * Using quilt as a patching system.
+  * Upgraded Standards-Version from 3.6.2 to 3.7.2. No changes needed.
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Mon,  2 Oct 2006 12:56:18 +0200
+
 xwelltris (1.0.1-4) unstable; urgency=low
 
   * Removed build-dependency on xlibs-dev.

Modified: packages/trunk/xwelltris/debian/control
===================================================================
--- packages/trunk/xwelltris/debian/control	2006-10-02 10:54:56 UTC (rev 1759)
+++ packages/trunk/xwelltris/debian/control	2006-10-02 11:07:39 UTC (rev 1760)
@@ -1,9 +1,10 @@
 Source: xwelltris
 Section: games
 Priority: optional
-Maintainer: Aurelien Jarno <aurel32 at debian.org>
-Build-Depends: debhelper (>> 4.0.0), autotools-dev, libsdl-image1.2-dev
-Standards-Version: 3.6.2
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Miriam Ruiz <little_miry at yahoo.es>
+Build-Depends: debhelper (>> 4.0.0), autotools-dev, quilt, libsdl-image1.2-dev
+Standards-Version: 3.7.2
 
 Package: xwelltris
 Architecture: any

Added: packages/trunk/xwelltris/debian/patches/config_in.patch
===================================================================
--- packages/trunk/xwelltris/debian/patches/config_in.patch	                        (rev 0)
+++ packages/trunk/xwelltris/debian/patches/config_in.patch	2006-10-02 11:07:39 UTC (rev 1760)
@@ -0,0 +1,11 @@
+--- xwelltris-1.0.1.orig/src/include/globals.h.in
++++ xwelltris-1.0.1/src/include/globals.h.in
+@@ -80,7 +80,7 @@
+ #define W_PI  3.14159265358979323846
+ 
+ #define LOCAL_SEARCH     ".xwelltris"
+-#define GLOBAL_SEARCH    "@prefix@/share/xwelltris"
++#define GLOBAL_SEARCH    "@datadir@/xwelltris"
+ 
+ 
+ #endif

Added: packages/trunk/xwelltris/debian/patches/series
===================================================================
--- packages/trunk/xwelltris/debian/patches/series	                        (rev 0)
+++ packages/trunk/xwelltris/debian/patches/series	2006-10-02 11:07:39 UTC (rev 1760)
@@ -0,0 +1 @@
+config_in.patch

Modified: packages/trunk/xwelltris/debian/rules
===================================================================
--- packages/trunk/xwelltris/debian/rules	2006-10-02 10:54:56 UTC (rev 1759)
+++ packages/trunk/xwelltris/debian/rules	2006-10-02 11:07:39 UTC (rev 1760)
@@ -26,6 +26,8 @@
 build-stamp:
 	dh_testdir
 
+	$(MAKE) -f /usr/share/quilt/quilt.make patch
+
 	-test -r /usr/share/misc/config.sub && \
 	cp -f /usr/share/misc/config.sub config.sub
 	-test -r /usr/share/misc/config.guess && \
@@ -54,6 +56,8 @@
 
 	-rm -f config.sub config.guess
 
+	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
+
 install: build
 	dh_testdir
 	dh_testroot




More information about the Pkg-games-commits mailing list