[med-svn] r12745 - in trunk/packages/gentle/trunk/debian: . extra patches

Matthias Klumpp ximion-guest at alioth.debian.org
Mon Jan 7 23:12:27 UTC 2013


Author: ximion-guest
Date: 2013-01-07 23:12:27 +0000 (Mon, 07 Jan 2013)
New Revision: 12745

Added:
   trunk/packages/gentle/trunk/debian/patches/remove_old_sqlite.patch
Modified:
   trunk/packages/gentle/trunk/debian/README.source
   trunk/packages/gentle/trunk/debian/control
   trunk/packages/gentle/trunk/debian/extra/GENtle.desktop
   trunk/packages/gentle/trunk/debian/gentle.install
   trunk/packages/gentle/trunk/debian/patches/series
Log:
Remove unnecessary dependencies / wrap&sort listings


Modified: trunk/packages/gentle/trunk/debian/README.source
===================================================================
--- trunk/packages/gentle/trunk/debian/README.source	2013-01-07 22:34:37 UTC (rev 12744)
+++ trunk/packages/gentle/trunk/debian/README.source	2013-01-07 23:12:27 UTC (rev 12745)
@@ -11,5 +11,3 @@
 
    remove_tinyxml.patch - small changes to Makefile.am since tinyurl is now gone
    remove_clustalw.patch - small changes to Makefile.am since clustalw is now gone
-
-

Modified: trunk/packages/gentle/trunk/debian/control
===================================================================
--- trunk/packages/gentle/trunk/debian/control	2013-01-07 22:34:37 UTC (rev 12744)
+++ trunk/packages/gentle/trunk/debian/control	2013-01-07 23:12:27 UTC (rev 12745)
@@ -3,8 +3,15 @@
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Steffen Moeller <moeller at debian.org>,
- Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 7), autotools-dev, libwxgtk2.8-dev, libtinyxml-dev, automake, autoconf, libmysqlclient-dev, libsqlite3-dev, libsqlite0-dev
+           Andreas Tille <tille at debian.org>
+Build-Depends: autoconf,
+               automake,
+               autotools-dev,
+               debhelper (>= 7),
+               libmysqlclient-dev,
+               libsqlite3-dev,
+               libtinyxml-dev,
+               libwxgtk2.8-dev
 Standards-Version: 3.9.4
 Homepage: http://gentle.magnusmanske.de
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gentle/trunk/
@@ -12,22 +19,10 @@
 
 Package: gentle
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Recommends: clustalw (>= 2.1+lgpl)
 Description: suite to plan genetic cloning
  GENtle is a software for DNA and amino acid editing, database management,
  plasmid maps, restriction and ligation, alignments, sequencer data
  import, calculators, gel image display, PCR, and much more.
-
-#Package: gentle-dbg
-#Architecture: any
-#Depends: gentle, ${shlibs:Depends}, ${misc:Depends}
-#Priority: extra
-#Recommends: libtinyxml2.6.2-dbg|libtinyxml2.5.3-dbg
-#Description: debug symbols for gentle suite for genetic cloning
-# As every suite working with a series of independently developed
-# programs, also GENtle tends to be perceived as rather complex.
-# This package prepares users and developers to communicate
-# over hunting and eliminating bugs.
-#
-# Why doesn't this work?

Modified: trunk/packages/gentle/trunk/debian/extra/GENtle.desktop
===================================================================
--- trunk/packages/gentle/trunk/debian/extra/GENtle.desktop	2013-01-07 22:34:37 UTC (rev 12744)
+++ trunk/packages/gentle/trunk/debian/extra/GENtle.desktop	2013-01-07 23:12:27 UTC (rev 12745)
@@ -4,5 +4,5 @@
 Name=GENtle
 Comment=Suite to plan genetic cloning
 Exec=GENtle
-Icon=GENtle
+Icon=gentle
 Categories=Science;Biology;MedicalSoftware;

Modified: trunk/packages/gentle/trunk/debian/gentle.install
===================================================================
--- trunk/packages/gentle/trunk/debian/gentle.install	2013-01-07 22:34:37 UTC (rev 12744)
+++ trunk/packages/gentle/trunk/debian/gentle.install	2013-01-07 23:12:27 UTC (rev 12745)
@@ -1,12 +1,12 @@
-wav	/usr/share/gentle/
-help	/usr/share/gentle/
-variables.csv	/usr/share/gentle/
+GENtle	/usr/bin/
 bitmaps	/usr/share/gentle/
+blank.db	/usr/share/gentle/
 codon_catalog.csv	/usr/share/gentle/
+commonvectors.db	/usr/share/gentle/
+debian/extra/GENtle.desktop /usr/share/applications
+default.tab	/usr/share/gentle/
+help	/usr/share/gentle/
 marker.txt	/usr/share/gentle/
 ncoils.matrix	/usr/share/gentle/
-default.tab	/usr/share/gentle/
-commonvectors.db	/usr/share/gentle/
-blank.db	/usr/share/gentle/
-GENtle	/usr/bin/
-debian/extra/GENtle.desktop /usr/share/applications
+variables.csv	/usr/share/gentle/
+wav	/usr/share/gentle/

Added: trunk/packages/gentle/trunk/debian/patches/remove_old_sqlite.patch
===================================================================
--- trunk/packages/gentle/trunk/debian/patches/remove_old_sqlite.patch	                        (rev 0)
+++ trunk/packages/gentle/trunk/debian/patches/remove_old_sqlite.patch	2013-01-07 23:12:27 UTC (rev 12745)
@@ -0,0 +1,11 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -63,7 +63,7 @@
+ 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\

Modified: trunk/packages/gentle/trunk/debian/patches/series
===================================================================
--- trunk/packages/gentle/trunk/debian/patches/series	2013-01-07 22:34:37 UTC (rev 12744)
+++ trunk/packages/gentle/trunk/debian/patches/series	2013-01-07 23:12:27 UTC (rev 12745)
@@ -1,3 +1,4 @@
 forward_slashes.patch
 remove_tinyxml.patch
 remove_clustalw.patch
+remove_old_sqlite.patch




More information about the debian-med-commit mailing list