[med-svn] r5827 - in trunk/packages/vienna-rna/trunk/debian: . patches
Alexandre Mestiashvili
malex-guest at alioth.debian.org
Sun Jan 30 17:31:27 UTC 2011
Author: malex-guest
Date: 2011-01-30 17:31:26 +0000 (Sun, 30 Jan 2011)
New Revision: 5827
Modified:
trunk/packages/vienna-rna/trunk/debian/control
trunk/packages/vienna-rna/trunk/debian/patches/series
trunk/packages/vienna-rna/trunk/debian/rules
Log:
oldfashioned rules , but working
Modified: trunk/packages/vienna-rna/trunk/debian/control
===================================================================
--- trunk/packages/vienna-rna/trunk/debian/control 2011-01-30 15:52:20 UTC (rev 5826)
+++ trunk/packages/vienna-rna/trunk/debian/control 2011-01-30 17:31:26 UTC (rev 5827)
@@ -5,6 +5,7 @@
Uploaders: Alex Mestiashvili <alex at biotec.tu-dresden.de>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7), autotools-dev, quilt (>= 0.47), tcsh | csh | c-shel, libg2-dev, install-info
+Suggests: readseq
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/patches/series
===================================================================
--- trunk/packages/vienna-rna/trunk/debian/patches/series 2011-01-30 15:52:20 UTC (rev 5826)
+++ trunk/packages/vienna-rna/trunk/debian/patches/series 2011-01-30 17:31:26 UTC (rev 5827)
@@ -3,3 +3,5 @@
readseq_exclude.patch
fix_manual_pages.patch
fix_perl_modules_path.patch
+missing_x11.patch
+fix_missing_header.patch
Modified: trunk/packages/vienna-rna/trunk/debian/rules
===================================================================
--- trunk/packages/vienna-rna/trunk/debian/rules 2011-01-30 15:52:20 UTC (rev 5826)
+++ trunk/packages/vienna-rna/trunk/debian/rules 2011-01-30 17:31:26 UTC (rev 5827)
@@ -80,9 +80,13 @@
install-indep:
dh_testdir
dh_testroot
- dh_prep -i --exclude ./Readseq/ureadseq.c.orig --exclude ./Readseq/readseq.c.orig --exclude ./Readseq/ureadseq.h.orig
+ dh_clean -k -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:
@@ -92,6 +96,8 @@
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