[med-svn] [gentle] 01/02: Drop build dependency on libsqlite0-dev

Matthias Klumpp mak at moszumanska.debian.org
Sat Aug 22 19:51:23 UTC 2015


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

mak pushed a commit to branch master
in repository gentle.

commit 226c3c1dba29dcd45f1fab00a3c9ba4a3109c61c
Author: Matthias Klumpp <matthias at tenstral.net>
Date:   Sat Aug 22 21:32:17 2015 +0200

    Drop build dependency on libsqlite0-dev
    
    Doesn't appear to be needed, and gentle links against it anyway.
---
 debian/control                         |  1 -
 debian/patches/remove-sqlite-dep.patch | 14 ++++++++++++++
 debian/patches/series                  |  1 +
 3 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 43eceb0..7472ff4 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Build-Depends: autotools-dev,
                debhelper (>= 9),
                dh-autoreconf,
                libmysqlclient-dev,
-               libsqlite0-dev,
                libsqlite3-dev,
                libtinyxml-dev,
                libwxgtk3.0-dev (>= 3.0.1-2~)
diff --git a/debian/patches/remove-sqlite-dep.patch b/debian/patches/remove-sqlite-dep.patch
new file mode 100644
index 0000000..2de4a81
--- /dev/null
+++ b/debian/patches/remove-sqlite-dep.patch
@@ -0,0 +1,14 @@
+Description: remove unused sqlite dep
+Author: Dmitrijs Ledkovs <dmitrij.ledkov at ubuntu.com>
+
+--- gentle-1.9+cvs20100605+dfsg1.orig/Makefile.am
++++ gentle-1.9+cvs20100605+dfsg1/Makefile.am
+@@ -63,7 +63,7 @@ bitmaps/print.bmp \
+ bitmaps/scissors.bmp
+ 
+ 
+-GENtle_LDADD = $(WX_LIBS) -L/usr/lib -L/usr/local/lib -lsqlite -lsqlite3 -lmysqlclient -ltinyxml
++GENtle_LDADD = $(WX_LIBS) -L/usr/lib -L/usr/local/lib -lsqlite3 -lmysqlclient -ltinyxml
+ GENtle_LDFLAGS = -s
+ GENtle_SOURCES = TXMLfile.cpp\
+ TVectorTree.cpp\
diff --git a/debian/patches/series b/debian/patches/series
index 295027c..6d31671 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,6 @@
 forward_slashes.patch
 remove_tinyxml.patch
 remove_clustalw.patch
+remove-sqlite-dep.patch
 wx3.0-compat.patch
 fix-format-codes.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gentle.git



More information about the debian-med-commit mailing list