[med-svn] r1603 - trunk/packages/altree/trunk/debian
vdanjean-guest at alioth.debian.org
vdanjean-guest at alioth.debian.org
Sun Mar 16 21:31:18 UTC 2008
Author: vdanjean-guest
Date: 2008-03-16 21:31:17 +0000 (Sun, 16 Mar 2008)
New Revision: 1603
Removed:
trunk/packages/altree/trunk/debian/control.in
Modified:
trunk/packages/altree/trunk/debian/changelog
trunk/packages/altree/trunk/debian/control
trunk/packages/altree/trunk/debian/copyright
trunk/packages/altree/trunk/debian/dirs
Log:
Fix copyright and all lintian warnings/errors
Modified: trunk/packages/altree/trunk/debian/changelog
===================================================================
--- trunk/packages/altree/trunk/debian/changelog 2008-03-16 14:54:59 UTC (rev 1602)
+++ trunk/packages/altree/trunk/debian/changelog 2008-03-16 21:31:17 UTC (rev 1603)
@@ -10,6 +10,17 @@
- added myself in Uploaders
- Standards-Version is now 3.7.3
+ [ Vincent Danjean ]
+ * remove unused debian/control.in file
+ * Fix copyright (and update email addresses)
+ * Fix build-depends:
+ + remove debian part of version (thanks lintian)
+ + change latex-utils to latex-make (always present with this name in
+ Debian)
+ * Fix depends: add ${perl:Depends}
+ * remove empty dir in package (/usr/sbin)
+ => package lintian clean now
+
-- David Paleino <d.paleino at gmail.com> Thu, 31 Jan 2008 21:26:14 +0100
altree (1.0.1-1) unstable; urgency=low
Modified: trunk/packages/altree/trunk/debian/control
===================================================================
--- trunk/packages/altree/trunk/debian/control 2008-03-16 14:54:59 UTC (rev 1602)
+++ trunk/packages/altree/trunk/debian/control 2008-03-16 21:31:17 UTC (rev 1603)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian-Med Group <debian-med-packaging at lists.debian.org>
Uploaders: David Paleino <d.paleino at gmail.com>
-Build-Depends: debhelper (>= 5.0.0), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27-1), perl (>= 5.6.0-16), latex-utils
+Build-Depends: debhelper (>= 5.0.0), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27), perl (>= 5.6.0), latex-make
Standards-Version: 3.7.3
Package: altree
@@ -11,7 +11,7 @@
Conflicts: libcutils-perl, alphy
Replaces: libcutils-perl, alphy
Provides: libcutils-perl, alphy
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Description: program to perform phylogeny based analyses
This software was designed to perform phylogeny based analysis: first,
it allows the detection of an association between a candidate gene and
Deleted: trunk/packages/altree/trunk/debian/control.in
===================================================================
--- trunk/packages/altree/trunk/debian/control.in 2008-03-16 14:54:59 UTC (rev 1602)
+++ trunk/packages/altree/trunk/debian/control.in 2008-03-16 21:31:17 UTC (rev 1603)
@@ -1,19 +0,0 @@
-Source: altree
-Section: science
-Priority: optional
-Maintainer: Vincent Danjean <Vincent.Danjean at ens-lyon.org>
-Build-Depends: @cdbs@, latex-utils
-Standards-Version: 3.6.2
-
-Package: altree
-Cpu: any
-System: any
-Conflicts: libcutils-perl, alphy
-Replaces: libcutils-perl, alphy
-Provides: libcutils-perl, alphy
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: program to perform phylogeny based analyses
- This software was designed to perform phylogeny based analysis: first,
- it allows the detection of an association between a candidate gene and
- a disease, and second, it enables to make hypothesis about the
- susceptibility loci.
Modified: trunk/packages/altree/trunk/debian/copyright
===================================================================
--- trunk/packages/altree/trunk/debian/copyright 2008-03-16 14:54:59 UTC (rev 1602)
+++ trunk/packages/altree/trunk/debian/copyright 2008-03-16 21:31:17 UTC (rev 1603)
@@ -3,7 +3,8 @@
It was downloaded from http://claire.bardel.free.fr/
-Copyright Holder: bardel at vjf.inserm.fr
+Copyright (C) 2005-2007 Claire Bardel <Claire.Bardel at univ-lyon1.fr>
+ 2005-2007 Vincent Danjean <vdanjean.ml at free.fr>
License:
Modified: trunk/packages/altree/trunk/debian/dirs
===================================================================
--- trunk/packages/altree/trunk/debian/dirs 2008-03-16 14:54:59 UTC (rev 1602)
+++ trunk/packages/altree/trunk/debian/dirs 2008-03-16 21:31:17 UTC (rev 1603)
@@ -1,2 +1 @@
usr/bin
-usr/sbin
More information about the debian-med-commit
mailing list