[Debian-astro-commits] [gyoto] 02/04: Remove erroneous ":same" qualification in gyoto-dbg dependencies (which actually made it uninstallable)

Thibaut Jean-Claude Paumard thibaut at moszumanska.debian.org
Wed Sep 21 03:00:14 UTC 2016


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

thibaut pushed a commit to branch master
in repository gyoto.

commit 7846544151814832769a75a62a98dee76fb16c47
Author: Thibaut Paumard <paumard at users.sourceforge.net>
Date:   Wed Sep 21 04:25:48 2016 +0200

    Remove erroneous ":same" qualification in gyoto-dbg dependencies (which actually made it uninstallable)
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index cb9116c..f21d359 100644
--- a/debian/control
+++ b/debian/control
@@ -92,10 +92,10 @@ Architecture: any
 Multi-Arch: same
 Section: debug
 Depends: libgyoto5 (= ${binary:Version}),
-	 gyoto-bin:same (= ${binary:Version}),
-	 yorick-gyoto:same (= ${binary:Version}),
-	 python-gyoto:same (= ${binary:Version}),
-	 python3-gyoto:same (= ${binary:Version}),
+	 gyoto-bin (= ${binary:Version}),
+	 yorick-gyoto (= ${binary:Version}),
+	 python-gyoto (= ${binary:Version}),
+	 python3-gyoto (= ${binary:Version}),
 	 ${misc:Depends}
 Description: debugging symbols for the Gyoto framework
  Gyoto aims at providing a framework for computing orbits and

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



More information about the Debian-astro-commits mailing list