[med-svn] r4887 - trunk/packages/gentle/trunk/debian

Steffen Möller moeller at alioth.debian.org
Tue Jun 15 15:10:38 UTC 2010


Author: moeller
Date: 2010-06-15 15:10:06 +0000 (Tue, 15 Jun 2010)
New Revision: 4887

Modified:
   trunk/packages/gentle/trunk/debian/changelog
   trunk/packages/gentle/trunk/debian/control
   trunk/packages/gentle/trunk/debian/rules
Log:
Further improvements.


Modified: trunk/packages/gentle/trunk/debian/changelog
===================================================================
--- trunk/packages/gentle/trunk/debian/changelog	2010-06-15 14:39:45 UTC (rev 4886)
+++ trunk/packages/gentle/trunk/debian/changelog	2010-06-15 15:10:06 UTC (rev 4887)
@@ -1,6 +1,9 @@
 gentle (1.9+cvs20100605+dfsg-2) unstable; urgency=low
 
-  * Addeing build-dependency to libmysqlclient-dev (Closes: #585891)
+  * Adding build-dependency to libmysqlclient-dev (Closes: #585891)
+    and to libsqlite3-dev, libsqlite0-dev
+  * Changed format to 3.0 (quilt), removed dependency to cdbs and quilt,
+    simplified debian/rules accordingly.
 
  -- Steffen Moeller <moeller at debian.org>  Tue, 15 Jun 2010 16:38:33 +0200
 

Modified: trunk/packages/gentle/trunk/debian/control
===================================================================
--- trunk/packages/gentle/trunk/debian/control	2010-06-15 14:39:45 UTC (rev 4886)
+++ trunk/packages/gentle/trunk/debian/control	2010-06-15 15:10:06 UTC (rev 4887)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Steffen Moeller <moeller at debian.org>
-Build-Depends: debhelper (>= 7), autotools-dev, libwxgtk2.8-dev, quilt, cdbs, libtinyxml-dev, automake, autoconf, libmysqlclient-dev
+Build-Depends: debhelper (>= 7), autotools-dev, libwxgtk2.8-dev, libtinyxml-dev, automake, autoconf, libmysqlclient-dev, libsqlite3-0-dev, libsqlite0-dev
 Standards-Version: 3.8.4
 Homepage: http://gentle.magnusmanske.de
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gentle/trunk/?rev=0&sc=0

Modified: trunk/packages/gentle/trunk/debian/rules
===================================================================
--- trunk/packages/gentle/trunk/debian/rules	2010-06-15 14:39:45 UTC (rev 4886)
+++ trunk/packages/gentle/trunk/debian/rules	2010-06-15 15:10:06 UTC (rev 4887)
@@ -9,8 +9,6 @@
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
 
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-
 CXXFLAGS="-D__DEBIAN__ -O2 -g -Wno-write-strings -DUSE_EXTERNAL_CLUSTALW"
 
 configure: configure-stamp
@@ -25,7 +23,7 @@
 	touch $@
 
 build build-arch:	build-stamp
-build-stamp: patch configure-stamp
+build-stamp: configure-stamp
 	dh_testdir
 	echo "building with own build!"
 	$(MAKE) CXXFLAGS=$(CXXFLAGS) 
@@ -69,10 +67,11 @@
 
 binary: binary-arch binary-indep
 
-clean:: unpatch
+clean:: 
 	dh_testdir
 	dh_testroot
 	find . -name "*.o"  | xargs -r rm
+	rm -f GENtle
 	dh_clean build-arch-stamp build-indep-stamp configure-stamp build-stamp
 
 




More information about the debian-med-commit mailing list