r702 - in /trunk/boinc/debian: changelog control

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Fri Aug 31 23:07:53 UTC 2007


Author: fst-guest
Date: Fri Aug 31 23:07:53 2007
New Revision: 702

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=702
Log:
Made boinc-dbg dependent on "boinc-client (= ${binary:Version})" or
"boinc-manager (= ${binary:Version})" to ensure that the versions
between the debug and program packages do not differ.


Modified:
    trunk/boinc/debian/changelog
    trunk/boinc/debian/control

Modified: trunk/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/changelog?rev=702&op=diff
==============================================================================
--- trunk/boinc/debian/changelog (original)
+++ trunk/boinc/debian/changelog Fri Aug 31 23:07:53 2007
@@ -9,9 +9,12 @@
     advanced scheduling is disabled by default. Invoke the init script with
     the schedule option to enable it. Thanks to Omen Wild
     <dbug4.flibble at mandarb.com> for the patch. (closes: #423259)
-  * debian/control: Added schedtool, which if installed can be used for
-    advanced scheduling in boinc-client's init script, to boinc-client's
-    Suggest field.
+  * debian/control:
+    - Added schedtool, which if installed can be used for advanced scheduling
+      in boinc-client's init script, to boinc-client's Suggest field.
+    - Made boinc-dbg dependent on "boinc-client (= ${binary:Version})" or
+      "boinc-manager (= ${binary:Version})" to ensure that the versions
+      between the debug and program packages do not differ.
   * debian/rules:
     - Added --with-boinc-platform=... to TYPE_FLAGS being another attempt to
       get the right platform name on ppc64.
@@ -31,7 +34,7 @@
     <jfs at computer.org>. (closes: #437379)
   * Added Slovak (sk.po) by helix84 <helix84 at centrum.sk>. (closes: #437670)
 
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Sat, 01 Sep 2007 00:39:12 +0200
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Sat, 01 Sep 2007 00:59:29 +0200
 
 boinc (5.10.8-1) unstable; urgency=low
 

Modified: trunk/boinc/debian/control
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/control?rev=702&op=diff
==============================================================================
--- trunk/boinc/debian/control (original)
+++ trunk/boinc/debian/control Fri Aug 31 23:07:53 2007
@@ -75,6 +75,7 @@
 Section: devel
 Priority: extra
 Architecture: any
+Depends: boinc-client (= ${binary:Version}) | boinc-manager (= ${binary:Version})
 Suggests: libcurl3-dbg, libssl0.9.8-dbg, libwxgtk2.6-dbg
 Description: debugging symbols for BOINC binaries
  The Berkeley Open Infrastructure for Network Computing (BOINC) is a




More information about the pkg-boinc-commits mailing list