diff options
author | Peter Palfrader <peter@palfrader.org> | 2008-06-05 23:22:20 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2008-06-05 23:22:20 +0000 |
commit | 0577c38c202aa9488de580d0f3d99709ddde76a7 (patch) | |
tree | 5ee7315b9ceaba3eb074a8384bf9c9d92279d482 | |
parent | cd6f5302968a67f171d7148bf1e2f1041a5e119b (diff) | |
download | tor-0577c38c202aa9488de580d0f3d99709ddde76a7.tar.gz tor-0577c38c202aa9488de580d0f3d99709ddde76a7.zip |
Use ${binary:Version} to depend on the right tor binary package from the
tor-dbg package instead of ${Source-Version}. Some guy on the internet said
the latter was deprecated.
svn:r14979
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 20479119f5..d8f6cfc427 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,12 @@ tor (0.2.0.27-rc-X) Xxperimental; urgency=low * New upstream version. * Add tor-geoipdb arch: all package for the geoip database. * Unit tests are broken, yay. + * Use ${binary:Version} to depend on the right tor binary package from + the tor-dbg package instead of ${Source-Version}. Some guy on the + internet said the latter was deprecated. - -- Peter Palfrader <weasel@debian.org> Wed, 04 Jun 2008 11:21:07 +0200 + + -- Peter Palfrader <weasel@debian.org> Fri, 06 Jun 2008 00:26:50 +0200 tor (0.2.0.26-rc-1) experimental; urgency=critical diff --git a/debian/control b/debian/control index 778d855049..3b4daa9d2e 100644 --- a/debian/control +++ b/debian/control @@ -50,7 +50,7 @@ Description: anonymizing overlay network for TCP Package: tor-dbg Architecture: any -Depends: tor (= ${Source-Version}) +Depends: tor (= ${binary:Version}) Suggests: gdb Priority: extra Description: debugging symbols for Tor |