[med-svn] r16409 - trunk/packages/dssp/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Mon Mar 10 10:55:50 UTC 2014


Author: tille
Date: 2014-03-10 10:55:50 +0000 (Mon, 10 Mar 2014)
New Revision: 16409

Modified:
   trunk/packages/dssp/trunk/debian/changelog
   trunk/packages/dssp/trunk/debian/control
Log:
cme fix dpkg-control


Modified: trunk/packages/dssp/trunk/debian/changelog
===================================================================
--- trunk/packages/dssp/trunk/debian/changelog	2014-03-10 10:54:32 UTC (rev 16408)
+++ trunk/packages/dssp/trunk/debian/changelog	2014-03-10 10:55:50 UTC (rev 16409)
@@ -3,6 +3,7 @@
   * Add symlink dssp as executable since BioPython is relying on the
     old name
   * debhelper 9
+  * cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Mon, 10 Mar 2014 10:48:09 +0100
 

Modified: trunk/packages/dssp/trunk/debian/control
===================================================================
--- trunk/packages/dssp/trunk/debian/control	2014-03-10 10:54:32 UTC (rev 16408)
+++ trunk/packages/dssp/trunk/debian/control	2014-03-10 10:55:50 UTC (rev 16409)
@@ -1,24 +1,25 @@
 Source: dssp
-Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Maarten L. Hekkelman <maarten at hekkelman.com>,
- Laszlo Kajan <lkajan at rostlab.org>,
- Andreas Tille <tille at debian.org>
+           Laszlo Kajan <lkajan at rostlab.org>,
+           Andreas Tille <tille at debian.org>
+Section: science
+Priority: optional
 Build-Depends: debhelper (>= 9),
-               libboost-filesystem-dev (>= 1.46.0), 
-               libboost-iostreams-dev (>= 1.42.0), 
-               libboost-program-options-dev (>= 1.42.0), 
-               libboost-system-dev (>= 1.42.0), 
-               libboost-thread-dev (>= 1.42.0)
-Standards-Version: 3.9.4
-Section: science
+               libboost-filesystem-dev (>= 1.46.0),
+               libboost-iostreams-dev,
+               libboost-program-options-dev,
+               libboost-system-dev,
+               libboost-thread-dev
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/dssp/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/dssp/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/dssp/trunk/
 Homepage: http://www.cmbi.ru.nl/dssp.html
 
 Package: dssp
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Description: protein secondary structure assignment based on 3D structure
  DSSP is an application you use to assign the secondary structure of a protein
  based on its solved three dimensional (3D) structure.
@@ -31,7 +32,8 @@
 Architecture: any
 Section: debug
 Priority: extra
-Depends: dssp (= ${binary:Version}), ${misc:Depends}
+Depends: dssp (= ${binary:Version}),
+         ${misc:Depends}
 Description: debugging symbols for dssp
  DSSP is an application to assign the secondary structure of a protein
  based on its three dimensional (3D) structure.




More information about the debian-med-commit mailing list