[redeclipse] 16/26: Build-Depend on libsqlite3-dev.

Markus Koschany apo at moszumanska.debian.org
Sun Aug 28 15:31:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository redeclipse.

commit b46fbaee384d4c8f190c1f9d3b215100954a4336
Author: Markus Koschany <apo at debian.org>
Date:   Sat Aug 27 21:23:36 2016 +0200

    Build-Depend on libsqlite3-dev.
---
 debian/control                         |  1 +
 debian/patches/use-system-sqlite.patch | 15 ++++++++++++---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index dce7c9f..50dfe04 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9),
                libsdl2-image-dev,
                libsdl2-mixer-dev,
                libsdl2-dev,
+               libsqlite3-dev,
                libx11-dev,
                zlib1g-dev | libz-dev
 Standards-Version: 3.9.8
diff --git a/debian/patches/use-system-sqlite.patch b/debian/patches/use-system-sqlite.patch
index cc7dcf1..cd72537 100644
--- a/debian/patches/use-system-sqlite.patch
+++ b/debian/patches/use-system-sqlite.patch
@@ -3,11 +3,11 @@ Date: Sat, 27 Aug 2016 21:22:51 +0200
 Subject: use system sqlite
 
 ---
- src/Makefile | 8 ++------
- 1 file changed, 2 insertions(+), 6 deletions(-)
+ src/Makefile | 10 +++-------
+ 1 file changed, 3 insertions(+), 7 deletions(-)
 
 diff --git a/src/Makefile b/src/Makefile
-index 5f931b8..7316d5f 100644
+index 5f931b8..da9c4da 100644
 --- a/src/Makefile
 +++ b/src/Makefile
 @@ -99,7 +99,6 @@ CLIENT_OBJS= \
@@ -18,6 +18,15 @@ index 5f931b8..7316d5f 100644
  	engine/bih.o \
  	engine/blend.o \
  	engine/blob.o \
+@@ -161,7 +160,7 @@ SERVER_INCLUDES= -DSTANDALONE $(INCLUDES) -Iinclude
+ SERVER_LIBS= -mwindows $(STD_LIBS) -L$(WINDLL) -L$(WINLIB) -lzlib1 -lenet -lws2_32 -lwinmm
+ else
+ SERVER_INCLUDES= -DSTANDALONE $(INCLUDES)
+-SERVER_LIBS= -Lenet -lenet -lz
++SERVER_LIBS= -Lenet -lenet -lz -lsqlite3
+ endif
+ SERVER_OBJS= \
+ 	shared/crypto-standalone.o \
 @@ -169,7 +168,6 @@ SERVER_OBJS= \
  	shared/stream-standalone.o \
  	shared/tools-standalone.o \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git



More information about the Pkg-games-commits mailing list