[timblserver] 48/76: debian/control: get rid of hardcoded dependency 'libtimbl3 (>= 6.4.2)', use ${shlibs:Depends} for that.

Joost van Baal joostvb at moszumanska.debian.org
Wed Sep 3 17:14:12 UTC 2014


This is an automated email from the git hooks/post-receive script.

joostvb pushed a commit to branch master
in repository timblserver.

commit 6c6d3541bcb9ece34da6e88b4b3df085b77a6899
Author: Joost van Baal-Ilić <joostvb at debian.org>
Date:   Sat Dec 29 19:10:23 2012 +0000

    debian/control: get rid of hardcoded dependency 'libtimbl3 (>= 6.4.2)',
    use ${shlibs:Depends} for that.
---
 debian/changelog | 6 ++++--
 debian/control   | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f80a9e0..f1feaf0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-timblserver (1.6-2) UNRELEASED; urgency=low
+timblserver (1.6-3) UNRELEASED; urgency=low
 
   [ Ko van der Sloot ]
   * NOT RELEASED YET
@@ -6,8 +6,10 @@ timblserver (1.6-2) UNRELEASED; urgency=low
   [ Joost van Baal-Ilić ]
   * debian/control: more strict libtimbl3-dev build-dependency: from 6.4.2
     to 6.4.3.
+  * debian/control: get rid of hardcoded dependency 'libtimbl3 (>= 6.4.2)',
+    use ${shlibs:Depends} for that.
 
- -- Joost van Baal-Ilić <joostvb at debian.org>  Sat, 29 Dec 2012 20:05:19 +0100
+ -- Joost van Baal-Ilić <joostvb at debian.org>  Sat, 29 Dec 2012 20:09:25 +0100
 
 timblserver (1.6-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 7b7734d..34a2a65 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/timblserver/trun
 
 Package: timblserver
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libtimbl3 (>= 6.4.3), libtimblserver2 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libtimblserver2 (= ${binary:Version})
 Description: Server extensions for Timbl
  timblserver is a TiMBL wrapper; it adds server functionality to TiMBL.  It
  allows TiMBL to run multiple experiments as a TCP server, optionally via HTTP.
@@ -29,7 +29,7 @@ Description: Server extensions for Timbl
 Package: libtimblserver2
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libtimbl3 (>= 6.4.2)
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: timblserver (<= 1.2-4)
 Description: Server extensions for Timbl - runtime
  timblserver is a TiMBL wrapper; it adds server functionality to TiMBL.  It
@@ -48,7 +48,7 @@ Description: Server extensions for Timbl - runtime
 Package: libtimblserver2-dev
 Section: libdevel
 Architecture: any
-Depends: libtimblserver2 (= ${binary:Version}), ${misc:Depends}, libtimbl3 (>= 6.4.2)
+Depends: libtimblserver2 (= ${binary:Version}), ${misc:Depends}
 Conflicts: timblserver (<= 1.2-4)
 Description: Server extensions for Timbl - development
  timblserver is a TiMBL wrapper; it adds server functionality to TiMBL.  It

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/timblserver.git



More information about the debian-science-commits mailing list