[med-svn] r59 - trunk/packages/probcons/trunk/debian
Charles Plessy
charles-guest at costa.debian.org
Mon Jun 12 15:09:18 UTC 2006
Author: charles-guest
Date: 2006-06-12 15:09:17 +0000 (Mon, 12 Jun 2006)
New Revision: 59
Removed:
trunk/packages/probcons/trunk/debian/probcons.doc-base
Modified:
trunk/packages/probcons/trunk/debian/probcons.copyright
trunk/packages/probcons/trunk/debian/rules
Log:
Finishing to remove the PDF manual ; enhancing copyright ; putting back binary-indep in rules.
Modified: trunk/packages/probcons/trunk/debian/probcons.copyright
===================================================================
--- trunk/packages/probcons/trunk/debian/probcons.copyright 2006-06-12 14:44:58 UTC (rev 58)
+++ trunk/packages/probcons/trunk/debian/probcons.copyright 2006-06-12 15:09:17 UTC (rev 59)
@@ -4,10 +4,17 @@
ProbCons was downloaded from http://probcons.stanford.edu/probcons_v1_10.tar.gz
The modified files for RNA alignment were downloaded from http://probcons.stanford.edu/probconsRNA.tar.gz
-The ProbCons manual was downloaded from http://probcons.stanford.edu/manual.pdf
This software is in the public domain.
ProbCons was written by by Chuong Do <chuongdo at cs.stanford.edu> in
collaboration with Michael Brudno in the research group of Serafim Batzoglou,
Department of Computer Science, Stanford University.
+
+PROBCONS has been made freely available as PUBLIC DOMAIN software and
+hence is not subject to copyright in the United States. This system and/or
+any portion of the source code may be used, modified, or redistributed
+without restrictions. PROBCONS is distributed WITHOUT WARRANTY, express or
+implied. The authors accept NO LEGAL LIABILITY OR RESPONSIBILITY for loss
+due to reliance on the program.
+
Deleted: trunk/packages/probcons/trunk/debian/probcons.doc-base
===================================================================
--- trunk/packages/probcons/trunk/debian/probcons.doc-base 2006-06-12 14:44:58 UTC (rev 58)
+++ trunk/packages/probcons/trunk/debian/probcons.doc-base 2006-06-12 15:09:17 UTC (rev 59)
@@ -1,8 +0,0 @@
-Document: probcons
-Title: ProbCons Manual
-Author: Mahathi Mahabhashyam and Chuong Do
-Abstract: This manual describes the usage of ProbCons
-Section: Apps/Science
-
-Format: PDF
-Files: /usr/share/doc/probcons/manual.pdf.gz
Modified: trunk/packages/probcons/trunk/debian/rules
===================================================================
--- trunk/packages/probcons/trunk/debian/rules 2006-06-12 14:44:58 UTC (rev 58)
+++ trunk/packages/probcons/trunk/debian/rules 2006-06-12 15:09:17 UTC (rev 59)
@@ -57,7 +57,9 @@
dh_installdirs
ln -s probcons debian/probcons-extra/usr/share/doc/probcons-extra
-binary: build install
+binary-indep: build install
+
+binary-arch: build install
dh_testdir
dh_testroot
dh_installchangelogs
@@ -75,4 +77,6 @@
dh_md5sums
dh_builddeb
-.PHONY: build clean binary install
+binary: binary-indep binary-arch
+
+.PHONY: build clean binary-indep binary-arch binary install
More information about the debian-med-commit
mailing list