[SCM] Packaging Xwelltris branch, master, updated. debian/1.0.1-13-1-ga3121e7

Christoph Egger Christoph.Egger at gmx.de
Sun Nov 23 17:08:16 UTC 2008


The following commit has been merged in the master branch:
commit a3121e78510b7fe4ac25557fb5302e577cbf018a
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Sun Nov 23 18:00:48 2008 +0100

     * moving over to topgit

diff --git a/debian/patches/01-datadir.patch b/debian/patches/01-datadir.patch
deleted file mode 100644
index 01af7ae..0000000
--- a/debian/patches/01-datadir.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur xwelltris-1.0.1.orig/src/include/globals.h.in xwelltris-1.0.1/src/include/globals.h.in
---- xwelltris-1.0.1.orig/src/include/globals.h.in	2003-02-27 08:27:51.000000000 +0000
-+++ xwelltris-1.0.1/src/include/globals.h.in	2006-10-10 22:48:56.000000000 +0000
-@@ -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
diff --git a/debian/patches/fixing_strip.patch b/debian/patches/fixing_strip.patch
deleted file mode 100644
index 1d3efdc..0000000
--- a/debian/patches/fixing_strip.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur xwelltris-1.0.1.orig/src/Make.common.in  xwelltris-1.0.1/src/Make.common.in
---- a/src/Make.common.in	Sun Jun 01 16:31:04 2008 +0200
-+++ b/src/Make.common.in	Tue Jun 03 20:28:12 2008 +0200
-@@ -24,7 +24,7 @@
- RMF = @RM@ -f
- CP = @CP@
- INSTALL = @INSTALL@
--INSTALL_PROGRAM = @INSTALL@ -s -m 755
-+INSTALL_PROGRAM = @INSTALL@ -m 755
- INSTALL_DATA = @INSTALL@ -m 644
- INSTALL_SHARE_DATA = @INSTALL@ -m 666
- INS=@INSTALL@ -m 755
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a8b427a..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-01-datadir.patch
-fixing_strip.patch
-
diff --git a/debian/rules b/debian/rules
index 6430dbe..04b0555 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
 export QUILT_PATCHES=debian/patches
 
 include /usr/share/quilt/quilt.make
+-include /usr/share/topgit/tg2quilt.mk
 
 DEB_HOST_GNU_TYPE	?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE	?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
@@ -15,7 +16,7 @@ else
 	CFLAGS += -O2
 endif
 
-SAVERESTORE := config.guess config.sub src/include/globals.h
+SAVERESTORE := config.guess config.sub config.status src/include/globals.h
 
 clean: unpatch
 	dh_testdir

-- 
Packaging Xwelltris



More information about the Pkg-games-commits mailing list