[med-svn] r1656 - trunk/packages/vienna-rna/trunk/debian
smoe-guest at alioth.debian.org
smoe-guest at alioth.debian.org
Mon Mar 24 11:07:49 UTC 2008
Author: smoe-guest
Date: 2008-03-24 11:07:48 +0000 (Mon, 24 Mar 2008)
New Revision: 1656
Modified:
trunk/packages/vienna-rna/trunk/debian/changelog
trunk/packages/vienna-rna/trunk/debian/control
trunk/packages/vienna-rna/trunk/debian/copyright
trunk/packages/vienna-rna/trunk/debian/dirs
trunk/packages/vienna-rna/trunk/debian/docs
trunk/packages/vienna-rna/trunk/debian/rules
Log:
Syncing. The latest upstream version now imposes some additional
efforts to get it packaged.
Modified: trunk/packages/vienna-rna/trunk/debian/changelog
===================================================================
--- trunk/packages/vienna-rna/trunk/debian/changelog 2008-03-23 17:49:55 UTC (rev 1655)
+++ trunk/packages/vienna-rna/trunk/debian/changelog 2008-03-24 11:07:48 UTC (rev 1656)
@@ -1,12 +1,13 @@
-vienna-rna (1.6.5-2) UNRELEASED; urgency=low
+vienna-rna (1.7-1) unstable; urgency=low
- * Updated to Standards-Version 3.7.3 (no changes needed)
+ [ S. Moeller ]
- -- David Paleino <d.paleino at gmail.com> Wed, 06 Feb 2008 13:11:58 +0100
+ * Initial release (Closes: #451193)
-vienna-rna (1.6.5-1) unstable; urgency=low
+ [ D. Paleino ]
- * Initial release (Closes: #451193)
+ * Updated to Standards-Version 3.7.3 (no changes needed)
+
-- Steffen Moeller <moeller at debian.org> Wed, 14 Nov 2007 00:57:29 +0100
Modified: trunk/packages/vienna-rna/trunk/debian/control
===================================================================
--- trunk/packages/vienna-rna/trunk/debian/control 2008-03-23 17:49:55 UTC (rev 1655)
+++ trunk/packages/vienna-rna/trunk/debian/control 2008-03-24 11:07:48 UTC (rev 1656)
@@ -7,6 +7,7 @@
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/
Homepage: http://www.tbi.univie.ac.at/~ivo/RNA/
+XS-Autobuild: yes
Package: vienna-rna
Architecture: any
@@ -29,3 +30,16 @@
measures of distance (dissimilarities) using either string alignment or
tree-editing (Shapiro & Zhang 1990). Finally, we provide an algorithm
to design sequences with a predefined structure (inverse folding).
+
+Package: libvienna0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: shared libraries of vienna-rna
+ Later.
+
+Package: libvienna-rna-dev
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: include files and static libraries of vienna-rna
+ Later.
+
Modified: trunk/packages/vienna-rna/trunk/debian/copyright
===================================================================
--- trunk/packages/vienna-rna/trunk/debian/copyright 2008-03-23 17:49:55 UTC (rev 1655)
+++ trunk/packages/vienna-rna/trunk/debian/copyright 2008-03-24 11:07:48 UTC (rev 1656)
@@ -34,6 +34,3 @@
The Debian packaging is (C) 2007, Steffen Moeller <moeller at debian.org> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
-
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.
Modified: trunk/packages/vienna-rna/trunk/debian/dirs
===================================================================
--- trunk/packages/vienna-rna/trunk/debian/dirs 2008-03-23 17:49:55 UTC (rev 1655)
+++ trunk/packages/vienna-rna/trunk/debian/dirs 2008-03-24 11:07:48 UTC (rev 1656)
@@ -1,2 +1 @@
usr/bin
-usr/sbin
Modified: trunk/packages/vienna-rna/trunk/debian/docs
===================================================================
--- trunk/packages/vienna-rna/trunk/debian/docs 2008-03-23 17:49:55 UTC (rev 1655)
+++ trunk/packages/vienna-rna/trunk/debian/docs 2008-03-24 11:07:48 UTC (rev 1656)
@@ -1,2 +1,3 @@
NEWS
README
+THANKS
Modified: trunk/packages/vienna-rna/trunk/debian/rules
===================================================================
--- trunk/packages/vienna-rna/trunk/debian/rules 2008-03-23 17:49:55 UTC (rev 1655)
+++ trunk/packages/vienna-rna/trunk/debian/rules 2008-03-24 11:07:48 UTC (rev 1656)
@@ -32,11 +32,7 @@
build-stamp: config.status
dh_testdir
-
- # Add here commands to compile the package.
$(MAKE)
- #docbook-to-man debian/vienna-rna.sgml > vienna-rna.1
-
touch $@
clean:
@@ -60,11 +56,13 @@
dh_installdirs
# does not work since attempt to access /usr/Ü directly
- #$(MAKE) DESTDIR=$(CURDIR)/debian/vienna-rna install
+ $(MAKE) DESTDIR=$(CURDIR)/debian/vienna-rna install
+ mv $(CURDIR)/debian/vienna-rna/usr/install $(CURDIR)/debian/libvienna-dev/usr/
+
# Build architecture-independent files here.
-binary-indep: build install
+binary-indep:
# We have nothing to do by default.
# Build architecture-dependent files here.
@@ -77,14 +75,7 @@
# dh_install
# dh_installmenu
# dh_installdebconf
-# dh_installlogrotate
-# dh_installemacsen
-# dh_installpam
# dh_installmime
-# dh_python
-# dh_installinit
-# dh_installcron
-# dh_installinfo
dh_installman man/*.{1,3} RNAforester/man/*.{1,3} Cluster/*.{1,3}
dh_strip
dh_compress
More information about the debian-med-commit
mailing list