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

Steffen Möller moeller at alioth.debian.org
Wed Jun 2 21:15:41 UTC 2010


Author: moeller
Date: 2010-06-02 21:15:30 +0000 (Wed, 02 Jun 2010)
New Revision: 4857

Modified:
   trunk/packages/gentle/trunk/debian/changelog
   trunk/packages/gentle/trunk/debian/control
   trunk/packages/gentle/trunk/debian/gentle.1
   trunk/packages/gentle/trunk/debian/gentle.doc-base
   trunk/packages/gentle/trunk/debian/rules
Log:
Final adjustments.


Modified: trunk/packages/gentle/trunk/debian/changelog
===================================================================
--- trunk/packages/gentle/trunk/debian/changelog	2010-06-02 20:49:51 UTC (rev 4856)
+++ trunk/packages/gentle/trunk/debian/changelog	2010-06-02 21:15:30 UTC (rev 4857)
@@ -5,6 +5,7 @@
     - which introduced dependency to quilt
     - and provoked +dfsg suffix to version (not fully correct, yet)
   * declared 1.0 source format
+  * removed doc-base lintian warning
   * explicitly listing man page as such
 
  -- Steffen Moeller <moeller at debian.org>  Wed, 02 Jun 2010 12:07:21 +0200

Modified: trunk/packages/gentle/trunk/debian/control
===================================================================
--- trunk/packages/gentle/trunk/debian/control	2010-06-02 20:49:51 UTC (rev 4856)
+++ trunk/packages/gentle/trunk/debian/control	2010-06-02 21:15:30 UTC (rev 4857)
@@ -2,7 +2,7 @@
 Section: non-free/science
 Priority: optional
 Maintainer: Steffen Moeller <moeller at debian.org>
-Build-Depends: debhelper (>= 7), autotools-dev, libwxgtk2.8-dev, quilt
+Build-Depends: debhelper (>= 7), autotools-dev, libwxgtk2.8-dev, quilt, cdbs
 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/gentle.1
===================================================================
--- trunk/packages/gentle/trunk/debian/gentle.1	2010-06-02 20:49:51 UTC (rev 4856)
+++ trunk/packages/gentle/trunk/debian/gentle.1	2010-06-02 21:15:30 UTC (rev 4857)
@@ -1,5 +1,5 @@
 .\"                                      Hey, EMACS: -*- nroff -*-
-.TH GENTLE SECTION "March  9, 2010"
+.TH GENTLE 1 "March  9, 2010"
 .SH NAME
 gentle \- program to plan genetic cloning experiments
 .SH SYNOPSIS

Modified: trunk/packages/gentle/trunk/debian/gentle.doc-base
===================================================================
--- trunk/packages/gentle/trunk/debian/gentle.doc-base	2010-06-02 20:49:51 UTC (rev 4856)
+++ trunk/packages/gentle/trunk/debian/gentle.doc-base	2010-06-02 21:15:30 UTC (rev 4857)
@@ -4,7 +4,7 @@
 Abstract: The manual presents an overview on
  the functionalities that GENtle contributes
  to the cloning process.
-Section: Science
+Section: Science/Biology
 
 Format: pdf
 Files: /usr/share/doc/gentle/GENtle*.pdf

Modified: trunk/packages/gentle/trunk/debian/rules
===================================================================
--- trunk/packages/gentle/trunk/debian/rules	2010-06-02 20:49:51 UTC (rev 4856)
+++ trunk/packages/gentle/trunk/debian/rules	2010-06-02 21:15:30 UTC (rev 4857)
@@ -11,7 +11,7 @@
 
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-CXXFLAGS="-D__DEBIAN__ -O2 -g"
+CXXFLAGS="-D__DEBIAN__ -O2 -g -Wno-write-strings"
 
 configure: patch configure-stamp
 configure-stamp:
@@ -86,4 +86,6 @@
 	fi
 	cvs -z3 -d:pserver:anonymous at gentle-m.cvs.sourceforge.net:/cvsroot/gentle-m co -P GENtle
 	mv GENtle "gentle-$(VERSION)"
-	GZIP=-9 tar --exclude CVS --exclude tinyxml --exclude .deps --exclude .cvsignore -czvf "gentle_$(VERSION).orig.tar.gz" "gentle-$(VERSION)"
+	GZIP=-9 tar --exclude Makefile.in --exclude Makefile --exclude CVS --exclude tinyxml \
+		    --exclude .deps --exclude .cvsignore \
+		    -czvf "gentle_$(VERSION).orig.tar.gz" "gentle-$(VERSION)"




More information about the debian-med-commit mailing list