[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-253-g11a2784

Steffen Moeller moeller at debian.org
Sun Jun 5 23:14:15 UTC 2011


The following commit has been merged in the master branch:
commit 11a2784f5f9c93e37d5c9beadb833e977c0bcbc8
Author: Steffen Moeller <moeller at debian.org>
Date:   Mon Jun 6 01:13:22 2011 +0200

    Added arch-specific dependencies.

diff --git a/debian/changelog b/debian/changelog
index 2b6b204..7e6c164 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ boinc (6.12.28+dfsg-7) UNRELEASED; urgency=low
 
   * Added download script for binary applications from
     Debian.
+  * Added recommends in -manager for ia32-lib-gtk
+    for amd64 only to better guarantee functional graphics
+  * Added recommends in -client for ia32-lib
 
  -- Steffen Moeller <moeller at debian.org>  Sun, 05 Jun 2011 23:44:49 +0200
 
diff --git a/debian/control b/debian/control
index cf14d49..07f9581 100644
--- a/debian/control
+++ b/debian/control
@@ -37,8 +37,10 @@ Description: metapackage for the BOINC client and the manager
 
 Package: boinc-client
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.3), adduser, ca-certificates
-Suggests: boinc-app-seti, boinc-manager, x11-xserver-utils, ia32-libs
+Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.3), adduser,
+ ca-certificates
+Recommends: ia32-libs [amd64]
+Suggests: boinc-app-seti, boinc-manager, x11-xserver-utils
 Breaks: udev (<< 136-1)
 Description: core client for the BOINC distributed computing infrastructure
  The Berkeley Open Infrastructure for Network Computing (BOINC) is a
@@ -59,7 +61,7 @@ Package: boinc-manager
 Section: x11
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: boinc-client, ia32-libs
+Recommends: boinc-client, ia32-libs-gtk [amd64]
 Suggests: libgl1-mesa-glx, libxt6
 Description: GUI to control and monitor the BOINC core client
  The Berkeley Open Infrastructure for Network Computing (BOINC) is a

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list