[med-svn] r1142 - trunk/packages/mustang/trunk/debian

mok0-guest at alioth.debian.org mok0-guest at alioth.debian.org
Mon Jan 14 20:51:01 UTC 2008


Author: mok0-guest
Date: 2008-01-14 20:51:01 +0000 (Mon, 14 Jan 2008)
New Revision: 1142

Modified:
   trunk/packages/mustang/trunk/debian/changelog
   trunk/packages/mustang/trunk/debian/control
   trunk/packages/mustang/trunk/debian/copyright
   trunk/packages/mustang/trunk/debian/runtest
Log:
Trim rogue spaces


Modified: trunk/packages/mustang/trunk/debian/changelog
===================================================================
--- trunk/packages/mustang/trunk/debian/changelog	2008-01-14 20:50:27 UTC (rev 1141)
+++ trunk/packages/mustang/trunk/debian/changelog	2008-01-14 20:51:01 UTC (rev 1142)
@@ -6,7 +6,7 @@
     Debian policy.
   * Include test pdb files in a separate package.
   * debian/rules: add get-orig-source target.
-  
+
   [ Andreas Tille ]
   * Maintainer: Debian-Med Packaging Team
     Uploaders: Morten Kjeldgaard <mok at bioxray.dk>
@@ -30,7 +30,7 @@
   * A patch on main.cpp is supplied to beautify the output of the initial
     author blurb. The tabs in the output were removed to make the output
     easier to read in a default 80 columns wide terminal window.
-  
+
  -- Morten Kjeldgaard <mok at bioxray.dk>  Mon, 25 Jun 2007 15:55:12 +0000
 
-  
+

Modified: trunk/packages/mustang/trunk/debian/control
===================================================================
--- trunk/packages/mustang/trunk/debian/control	2008-01-14 20:50:27 UTC (rev 1141)
+++ trunk/packages/mustang/trunk/debian/control	2008-01-14 20:51:01 UTC (rev 1142)
@@ -32,5 +32,5 @@
  through a number of refinement passes. Mustang reports the multiple
  sequence alignment and the corresponding superposition of structures.
  .
- This package contains a larger set of test data than what 
+ This package contains a larger set of test data than what
  comes with the binary package.

Modified: trunk/packages/mustang/trunk/debian/copyright
===================================================================
--- trunk/packages/mustang/trunk/debian/copyright	2008-01-14 20:50:27 UTC (rev 1141)
+++ trunk/packages/mustang/trunk/debian/copyright	2008-01-14 20:51:01 UTC (rev 1142)
@@ -43,36 +43,36 @@
  By using the materials available in this archive, the user agrees to abide
  by the following conditions:
  .
- * The archival data files in the PDB archive are made freely available 
- to all users. Data files within the archive may be redistributed in original 
- form without restriction. Redistribution of modified data files using the same 
- file name as is on the FTP server is prohibited. The rules for file names are 
+ * The archival data files in the PDB archive are made freely available
+ to all users. Data files within the archive may be redistributed in original
+ form without restriction. Redistribution of modified data files using the same
+ file name as is on the FTP server is prohibited. The rules for file names are
  detailed at http://www.wwpdb.org/wwpdb_charter.html.
  .
- * Data files containing PDB content may incorporate the PDB 4-letter entry 
- name (e.g. 1ABC) in standard PDB records only if they are exactly the same 
- as what is residing in the PDB archive. This does not prevent databases 
- from including PDB entry_id's as cross-references where it is clear that 
- they refer to the PDB archive. PDB records refer to the standard PDB format. 
- The distribution of modified PDB format data including the records: HEADER, 
+ * Data files containing PDB content may incorporate the PDB 4-letter entry
+ name (e.g. 1ABC) in standard PDB records only if they are exactly the same
+ as what is residing in the PDB archive. This does not prevent databases
+ from including PDB entry_id's as cross-references where it is clear that
+ they refer to the PDB archive. PDB records refer to the standard PDB format.
+ The distribution of modified PDB format data including the records: HEADER,
  CAVEAT, REVDAT, SPRSDE, DBREF, SEQADV, and MODRES are not allowed.
  .
- * The user assumes all responsibility for insuring that intellectual property 
- claims associated with any data set deposited in the PDB archive are honored. 
- It should be understood that the PDB data files do not contain any information 
+ * The user assumes all responsibility for insuring that intellectual property
+ claims associated with any data set deposited in the PDB archive are honored.
+ It should be understood that the PDB data files do not contain any information
  on intellectual property claims with the exception in some cases of a reference
  for a patent involving the structure.
  .
- * Any opinion, findings, and conclusions expressed in the PDB archive by the 
+ * Any opinion, findings, and conclusions expressed in the PDB archive by the
  authors/contributors do not necessarily reflect the views of the wwPDB.
  .
  * The data in the PDB archive are provided on an "as is" basis.  The wwPDB
- nor its comprising institutions cannot be held liable to any party for direct, 
- indirect, special, incidental, or consequential damages, including lost 
+ nor its comprising institutions cannot be held liable to any party for direct,
+ indirect, special, incidental, or consequential damages, including lost
  profits, arising from the use of PDB materials.
  .
  * Resources on this site are provided without warranty of any kind, either
- expressed or implied. This includes but is not limited to merchantability or 
- fitness for a particular purpose. The institutions managing this site make 
- no representation that these resources will not infringe any patent or other 
+ expressed or implied. This includes but is not limited to merchantability or
+ fitness for a particular purpose. The institutions managing this site make
+ no representation that these resources will not infringe any patent or other
  proprietary right.

Modified: trunk/packages/mustang/trunk/debian/runtest
===================================================================
--- trunk/packages/mustang/trunk/debian/runtest	2008-01-14 20:50:27 UTC (rev 1141)
+++ trunk/packages/mustang/trunk/debian/runtest	2008-01-14 20:51:01 UTC (rev 1142)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# pdbget script for mustang that fetches 
+# pdbget script for mustang that fetches
 # db entries to run test file.
 #
 set -e
@@ -9,7 +9,7 @@
 
 pdb_fetch () {
   for n in $* ; do
-      wget -nv http://${SERVER}/pdb/files/$n.pdb.gz 
+      wget -nv http://${SERVER}/pdb/files/$n.pdb.gz
   done
 }
 




More information about the debian-med-commit mailing list