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

Andreas Tille tille at alioth.debian.org
Fri Aug 17 13:01:44 UTC 2012


Author: tille
Date: 2012-08-17 13:01:44 +0000 (Fri, 17 Aug 2012)
New Revision: 12078

Modified:
   trunk/packages/gentle/trunk/debian/changelog
   trunk/packages/gentle/trunk/debian/control
   trunk/packages/gentle/trunk/debian/rules
Log:
Inject remainings of uncommited but uploaded packaging; Make sure when repackaging there will be no binary dlls left


Modified: trunk/packages/gentle/trunk/debian/changelog
===================================================================
--- trunk/packages/gentle/trunk/debian/changelog	2012-08-17 11:33:12 UTC (rev 12077)
+++ trunk/packages/gentle/trunk/debian/changelog	2012-08-17 13:01:44 UTC (rev 12078)
@@ -1,9 +1,21 @@
-gentle (1.9+cvs20100605+dfsg-3) UNRELEASED; urgency=low
+gentle (1.9+cvs20100605+dfsg1-1) UNRELEASED; urgency=low
 
+  * debian/rules: Make sure that binary dlls will be deleted when
+    unpacking
+    Closes: #685149
+  * Versioned depends from DFSG free clustalw -> package can go to main
+  * debian/rules: Use xz compression for upstream source
   * debian/upstream: Add citation information
 
- -- Andreas Tille <tille at debian.org>  Tue, 22 May 2012 13:36:27 +0200
+ -- Andreas Tille <tille at debian.org>  Fri, 17 Aug 2012 14:36:52 +0200
 
+gentle (1.9+cvs20100605+dfsg-3) unstable; urgency=low
+
+  * Updated policy to 3.9.2
+  * Rebuilt against later versions of mysql and tinyxml libraries
+
+ -- Steffen Moeller <moeller at debian.org>  Fri, 03 Jun 2011 21:12:05 +0200
+ 
 gentle (1.9+cvs20100605+dfsg-2) unstable; urgency=low
 
   * Adding build-dependency to libmysqlclient-dev (Closes: #585891)

Modified: trunk/packages/gentle/trunk/debian/control
===================================================================
--- trunk/packages/gentle/trunk/debian/control	2012-08-17 11:33:12 UTC (rev 12077)
+++ trunk/packages/gentle/trunk/debian/control	2012-08-17 13:01:44 UTC (rev 12078)
@@ -1,10 +1,11 @@
 Source: gentle
-Section: contrib/science
+Section: science
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <moeller at 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
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Homepage: http://gentle.magnusmanske.de
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gentle/trunk/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/gentle/trunk/
@@ -12,7 +13,7 @@
 Package: gentle
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: clustalw
+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
@@ -21,15 +22,12 @@
 #Package: gentle-dbg
 #Architecture: any
 #Depends: gentle, ${shlibs:Depends}, ${misc:Depends}
-#Section: debug
 #Priority: extra
-#Recommends: libtinyxml2.5.3-dbg
+#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.
-# .
-# Well, this package is not functional for the time speaking.
-# Help would be appreciated.
- 
+#
+# Why doesn't this work?

Modified: trunk/packages/gentle/trunk/debian/rules
===================================================================
--- trunk/packages/gentle/trunk/debian/rules	2012-08-17 11:33:12 UTC (rev 12077)
+++ trunk/packages/gentle/trunk/debian/rules	2012-08-17 13:01:44 UTC (rev 12078)
@@ -75,7 +75,8 @@
 	dh_clean build-arch-stamp build-indep-stamp configure-stamp build-stamp
 
 
-VERSION=1.9+cvs$(shell date +"%Y%m%d"|tr -d ' \t\n')+dfsg
+COMPRESSION=xz
+VERSION=1.9+cvs$(shell date +"%Y%m%d"|tr -d ' \t\n')~dfsg
 get-orig-source:
 	dh_testdir
 	if [ -d GENtle ]; then \
@@ -88,8 +89,9 @@
 	fi
 	cvs -z3 -d:pserver:anonymous at gentle-m.cvs.sourceforge.net:/cvsroot/gentle-m co -P GENtle
 	mv GENtle "gentle-$(VERSION)"
+	find . -name "*.dll" -delete
 	GZIP="--best --no-name" tar --exclude Makefile.in --exclude Makefile --exclude CVS --exclude tinyxml \
 		    --exclude .deps --exclude .cvsignore --exclude Makefile.in --exclude Makefile.linux \
 		    --exclude clustalw \
-		    -czvf "../gentle_$(VERSION).orig.tar.gz" "gentle-$(VERSION)"
+		    -caf "../gentle_$(VERSION).orig.tar.$(COMPRESSION)" "gentle-$(VERSION)"
 	rm "gentle-$(VERSION)"




More information about the debian-med-commit mailing list