[med-svn] r5822 - trunk/packages/vienna-rna/trunk/debian

Andreas Tille tille at alioth.debian.org
Sun Jan 30 13:59:13 UTC 2011


Author: tille
Date: 2011-01-30 13:59:12 +0000 (Sun, 30 Jan 2011)
New Revision: 5822

Modified:
   trunk/packages/vienna-rna/trunk/debian/control
   trunk/packages/vienna-rna/trunk/debian/rules
Log:
Some minor changes to fix lintian warnings


Modified: trunk/packages/vienna-rna/trunk/debian/control
===================================================================
--- trunk/packages/vienna-rna/trunk/debian/control	2011-01-30 13:41:42 UTC (rev 5821)
+++ trunk/packages/vienna-rna/trunk/debian/control	2011-01-30 13:59:12 UTC (rev 5822)
@@ -1,10 +1,10 @@
 Source: vienna-rna
-Section: non-free/science
+Section: science
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Alex Mestiashvili <alex at biotec.tu-dresden.de>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7), autotools-dev, quilt, tcsh | csh | c-shel, libg2-dev, install-info
+Build-Depends: debhelper (>= 7), autotools-dev, quilt (>= 0.47), tcsh | csh | c-shel, libg2-dev, install-info
 Standards-Version: 3.9.1
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/vienna-rna/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/vienna-rna/trunk/
@@ -13,7 +13,8 @@
 
 Package: vienna-rna
 Architecture: any
-Depends: ${shlibs:Depends}, ${perl:Depends}
+Section: science
+Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
 Description: RNA sequence analysis
  The Vienna RNA Package consists of a C code library and several
  stand-alone programs for the prediction and comparison of RNA secondary
@@ -35,6 +36,7 @@
 
 Package: vienna-rna-doc
 Section: doc
+Depends: ${misc:Depends}
 Architecture: all
 Description: RNA sequence analysis documentation package
  The Vienna RNA Package consists of a C code library and several

Modified: trunk/packages/vienna-rna/trunk/debian/rules
===================================================================
--- trunk/packages/vienna-rna/trunk/debian/rules	2011-01-30 13:41:42 UTC (rev 5821)
+++ trunk/packages/vienna-rna/trunk/debian/rules	2011-01-30 13:59:12 UTC (rev 5822)
@@ -80,13 +80,9 @@
 install-indep:
 	dh_testdir
 	dh_testroot
-	dh_clean -k -i  --exclude ./Readseq/ureadseq.c.orig --exclude ./Readseq/readseq.c.orig --exclude ./Readseq/ureadseq.h.orig
+	dh_prep -i  --exclude ./Readseq/ureadseq.c.orig --exclude ./Readseq/readseq.c.orig --exclude ./Readseq/ureadseq.h.orig
 	dh_installdirs -i
 
-	# Add here commands to install the indep part of the package into
-	# debian/<package>-doc.
-	#INSTALLDOC#
-
 	dh_install -i
 
 install-arch:
@@ -96,8 +92,6 @@
 	dh_clean -k -s  --exclude ./Readseq/ureadseq.c.orig --exclude ./Readseq/readseq.c.orig --exclude ./Readseq/ureadseq.h.orig
 	dh_installdirs -s
 
-	# Add here commands to install the arch part of the package into
-	# debian/tmp.
 	$(MAKE) DESTDIR=$(CURDIR)/debian/vienna-rna install
 
 #	ls Utils/*.pl |while read line ; do cp $(CURDIR)/$$line $(CURDIR)/debian/vienna-rna/usr/bin/`echo $$line |awk -F "/" '{print $$2}'|tr -d '\.pl'` ; done




More information about the debian-med-commit mailing list