[med-svn] r15760 - trunk/packages/mrbayes/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Mon Jan 13 13:39:06 UTC 2014


Author: tille
Date: 2014-01-13 13:39:05 +0000 (Mon, 13 Jan 2014)
New Revision: 15760

Modified:
   trunk/packages/mrbayes/trunk/debian/changelog
   trunk/packages/mrbayes/trunk/debian/control
Log:
cme fix dpkg-control
       Remark: Pre-Depends: dpkg (>= 1.15.6~) can definitely be dropped
       since even oldstable has a later dpkg.  Most probably a very old
       lintian was used in the check for the previous version


Modified: trunk/packages/mrbayes/trunk/debian/changelog
===================================================================
--- trunk/packages/mrbayes/trunk/debian/changelog	2014-01-13 13:35:05 UTC (rev 15759)
+++ trunk/packages/mrbayes/trunk/debian/changelog	2014-01-13 13:39:05 UTC (rev 15760)
@@ -1,6 +1,12 @@
 mrbayes (3.2.2+dfsg-1) unstable; urgency=medium
 
   * New upstream version
+  * debian/control:
+     - cme fix dpkg-control
+       Remark: Pre-Depends: dpkg (>= 1.15.6~) can definitely be dropped
+       since even oldstable has a later dpkg.  Most probably a very old
+       lintian was used in the check for the previous version
+     - Canoncial Vcs fields
 
  -- Andreas Tille <tille at debian.org>  Mon, 13 Jan 2014 14:38:47 +0100
 

Modified: trunk/packages/mrbayes/trunk/debian/control
===================================================================
--- trunk/packages/mrbayes/trunk/debian/control	2014-01-13 13:35:05 UTC (rev 15759)
+++ trunk/packages/mrbayes/trunk/debian/control	2014-01-13 13:39:05 UTC (rev 15760)
@@ -1,23 +1,28 @@
 Source: mrbayes
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Fernando Ribeiro <fernando at staff.nerdgroup.org>,
+           Steffen Moeller <moeller at debian.org>,
+           Dominique Belhachemi <domibel at debian.org>,
+           Pjotr Prins <pjotr.debian at thebird.nl>,
+           Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
-Uploaders: Fernando Ribeiro <fernando at staff.nerdgroup.org>,
- Steffen Moeller <moeller at debian.org>,
- Dominique Belhachemi <domibel at debian.org>,
- Pjotr Prins <pjotr.debian at thebird.nl>,
- Andreas Tille <tille at debian.org>
-Standards-Version: 3.9.3
-Build-Depends: debhelper (>= 9), libreadline-dev, mpi-default-dev, libhmsbeagle-dev, autoconf (>= 2.65), automake (>= 1:1.11)
-Homepage: http://mrbayes.csit.fsu.edu/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mrbayes/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mrbayes/trunk/
+Build-Depends: debhelper (>= 9),
+               libreadline-dev,
+               mpi-default-dev,
+               libhmsbeagle-dev,
+               autoconf,
+               automake
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/mrbayes/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/mrbayes/trunk/
+HHomepage: http://mrbayes.csit.fsu.edu/
 
 Package: mrbayes
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libhmsbeagle1
-Pre-Depends: dpkg (>= 1.15.6~)
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libhmsbeagle1
 Suggests: mrbayes-doc
 Description: Bayesian Inference of Phylogeny
  Bayesian inference of phylogeny is based upon a quantity called the posterior
@@ -30,9 +35,11 @@
 
 Package: mrbayes-mpi
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, mpi-default-bin
-Pre-Depends: dpkg (>= 1.15.6~)
-Suggests: mpi-default, mrbayes-doc
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         mpi-default-bin
+Suggests: mpi-default,
+          mrbayes-doc
 Description: Bayesian Inference of Phylogeny - mpi version
  Bayesian inference of phylogeny is based upon a quantity called the posterior
  probability distribution of trees, which is the probability of a tree
@@ -46,11 +53,14 @@
 
 Package: mrbayes-dbg
 Architecture: any
+Section: debug
 Priority: extra
-Section: debug
-Pre-Depends: dpkg (>= 1.15.6~)
-Depends: ${misc:Depends}, mrbayes (= ${binary:Version}) | mrbayes-mpi (= ${binary:Version})
-Conflicts:  mrbayes (<< ${binary:Version}), mrbayes (>> ${binary:Version}), mrbayes-mpi (<< ${binary:Version}), mrbayes-mpi (>> ${binary:Version})
+Depends: ${misc:Depends},
+         mrbayes (= ${binary:Version}) | mrbayes-mpi (= ${binary:Version})
+Conflicts: mrbayes (<< ${binary:Version}),
+           mrbayes (>> ${binary:Version}),
+           mrbayes-mpi (<< ${binary:Version}),
+           mrbayes-mpi (>> ${binary:Version})
 Description: Bayesian Inference of Phylogeny - debug symbols
  Bayesian inference of phylogeny is based upon a quantity called the posterior
  probability distribution of trees, which is the probability of a tree
@@ -66,9 +76,8 @@
 
 Package: mrbayes-doc
 Architecture: all
+Section: doc
 Priority: extra
-Section: doc
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}
 Enhances: mrbayes
 Description: Bayesian Inference of Phylogeny - manual




More information about the debian-med-commit mailing list