[med-svn] r11706 - trunk/packages/profbval/trunk/debian

Christof Anger freeyourmind-guest at alioth.debian.org
Tue Jul 10 15:22:01 UTC 2012


Author: freeyourmind-guest
Date: 2012-07-10 15:22:00 +0000 (Tue, 10 Jul 2012)
New Revision: 11706

Modified:
   trunk/packages/profbval/trunk/debian/control
   trunk/packages/profbval/trunk/debian/copyright
   trunk/packages/profbval/trunk/debian/rules
Log:
solves all lintian issues

Modified: trunk/packages/profbval/trunk/debian/control
===================================================================
--- trunk/packages/profbval/trunk/debian/control	2012-07-10 15:05:06 UTC (rev 11705)
+++ trunk/packages/profbval/trunk/debian/control	2012-07-10 15:22:00 UTC (rev 11706)
@@ -12,4 +12,14 @@
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, debconf (>= 0.5), profnet-bval
 Recommends: profphd
 Description: predicts flexibile/rigid residues from sequence
- PROFBval predicts bvalue - rigid and flexible residues.
+ The mobility of a given residue on the protein surface is related to its 
+ functional role. Therefore, identification of extremely rigid or flexible 
+ residues on the protein surface is helpful for identifying functionally 
+ important residues in proteins. A common measure of atom mobility in proteins 
+ is B-value data from x-ray crystallography structures. PROFbval is the first
+ web server to predict normalized backbone B-values from 
+ amino-acid sequence. PROFbval can be useful for both protein structure and 
+ function predictions. For instance, a biologist can locate potentially 
+ antigenic determinants by identifying the most flexible residues on the 
+ protein surface. Additionally, a crystallographer can locate residues that 
+ potentially have high experimental B-values. 

Modified: trunk/packages/profbval/trunk/debian/copyright
===================================================================
--- trunk/packages/profbval/trunk/debian/copyright	2012-07-10 15:05:06 UTC (rev 11705)
+++ trunk/packages/profbval/trunk/debian/copyright	2012-07-10 15:22:00 UTC (rev 11706)
@@ -3,16 +3,12 @@
 Upstream-Contact: A. Schlessinger <avnersch at gmail.com>
 Source: ftp://rostlab.org/profbval/
 
-http://dep.debian.net/deps/dep5/
+Files: *
+Copyright: 2012 Laszlo Kajan <lkajan at rostlab.org>
+License: GPL-3+
 
 Files: debian/*
-Copyright:
-
-
-Files: *
-Copyright: Copyright © 212 Burkhard Rost <rost at rostlab.org>
-           B. <rost at in.tum.de>
-           A. Schlessinger <avnersch at gmail.com>
+Copyright: 2012 Laszlo Kajan <lkajan at rostlab.org>
 License: GPL-3+
 
 License: GPL-3+
@@ -36,4 +32,3 @@
  On Debian systems, the full text of the GNU General Public
  License version 3 can be found in the file
  `/usr/share/common-licenses/GPL-3'.
-

Modified: trunk/packages/profbval/trunk/debian/rules
===================================================================
--- trunk/packages/profbval/trunk/debian/rules	2012-07-10 15:05:06 UTC (rev 11705)
+++ trunk/packages/profbval/trunk/debian/rules	2012-07-10 15:22:00 UTC (rev 11706)
@@ -34,7 +34,7 @@
 	./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" --sysconfdir=/etc
 
 
-build: build-stamp
+build: build-stamp build-arch build-indep
 
 build-stamp:  config.status 
 	dh_testdir
@@ -45,6 +45,10 @@
 
 	touch $@
 
+build-arch:
+
+build-indep:
+
 clean: 
 	dh_testdir
 	dh_testroot




More information about the debian-med-commit mailing list