[or-cvs] r14979: Use ${binary:Version} to depend on the right tor binary pack (tor/branches/tor-0_2_0-patches/debian)

weasel at seul.org weasel at seul.org
Thu Jun 5 23:22:21 UTC 2008


Author: weasel
Date: 2008-06-05 19:22:20 -0400 (Thu, 05 Jun 2008)
New Revision: 14979

Modified:
   tor/branches/tor-0_2_0-patches/debian/changelog
   tor/branches/tor-0_2_0-patches/debian/control
Log:
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.


Modified: tor/branches/tor-0_2_0-patches/debian/changelog
===================================================================
--- tor/branches/tor-0_2_0-patches/debian/changelog	2008-06-05 23:22:17 UTC (rev 14978)
+++ tor/branches/tor-0_2_0-patches/debian/changelog	2008-06-05 23:22:20 UTC (rev 14979)
@@ -3,9 +3,13 @@
   * 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 at debian.org>  Wed, 04 Jun 2008 11:21:07 +0200
 
+ -- Peter Palfrader <weasel at debian.org>  Fri, 06 Jun 2008 00:26:50 +0200
+
 tor (0.2.0.26-rc-1) experimental; urgency=critical
 
   * New upstream version.

Modified: tor/branches/tor-0_2_0-patches/debian/control
===================================================================
--- tor/branches/tor-0_2_0-patches/debian/control	2008-06-05 23:22:17 UTC (rev 14978)
+++ tor/branches/tor-0_2_0-patches/debian/control	2008-06-05 23:22:20 UTC (rev 14979)
@@ -50,7 +50,7 @@
 
 Package: tor-dbg
 Architecture: any
-Depends: tor (= ${Source-Version})
+Depends: tor (= ${binary:Version})
 Suggests: gdb
 Priority: extra
 Description: debugging symbols for Tor



More information about the tor-commits mailing list