[med-svn] r5742 - trunk/packages/vienna-rna/trunk/debian
Alexandre Mestiashvili
malex-guest at alioth.debian.org
Sat Jan 29 15:45:29 UTC 2011
Author: malex-guest
Date: 2011-01-29 15:45:29 +0000 (Sat, 29 Jan 2011)
New Revision: 5742
Modified:
trunk/packages/vienna-rna/trunk/debian/control
trunk/packages/vienna-rna/trunk/debian/rules
Log:
minor changes to rules and control files ( fixing lintian warnings )
Modified: trunk/packages/vienna-rna/trunk/debian/control
===================================================================
--- trunk/packages/vienna-rna/trunk/debian/control 2011-01-29 15:39:42 UTC (rev 5741)
+++ trunk/packages/vienna-rna/trunk/debian/control 2011-01-29 15:45:29 UTC (rev 5742)
@@ -4,7 +4,7 @@
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
+Build-Depends: debhelper (>= 7), autotools-dev, quilt
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/
Modified: trunk/packages/vienna-rna/trunk/debian/rules
===================================================================
--- trunk/packages/vienna-rna/trunk/debian/rules 2011-01-29 15:39:42 UTC (rev 5741)
+++ trunk/packages/vienna-rna/trunk/debian/rules 2011-01-29 15:45:29 UTC (rev 5742)
@@ -69,9 +69,11 @@
rm -f config.sub config.guess
dh_clean --exclude ./Readseq/ureadseq.c.orig --exclude ./Readseq/readseq.c.orig --exclude ./Readseq/ureadseq.h.orig
+ dh_quilt_unpatch
install: install-indep install-arch
install-indep:
+ dh_quilt_patch
dh_testdir
dh_testroot
dh_clean -k -i --exclude ./Readseq/ureadseq.c.orig --exclude ./Readseq/readseq.c.orig --exclude ./Readseq/ureadseq.h.orig
@@ -84,6 +86,7 @@
dh_install -i
install-arch:
+ dh_quilt_patch
dh_testdir
dh_testroot
dh_clean -k -s --exclude ./Readseq/ureadseq.c.orig --exclude ./Readseq/readseq.c.orig --exclude ./Readseq/ureadseq.h.orig
More information about the debian-med-commit
mailing list