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

Steffen Moeller moeller at debian.org
Thu Jun 9 16:39:09 UTC 2011


The following commit has been merged in the master branch:
commit 6123581ca287fb3bb478c33c56df8b822fc91bb7
Author: Steffen Moeller <moeller at debian.org>
Date:   Thu Jun 9 18:37:06 2011 +0200

    added recommends, amd64 also knows how to do i686

diff --git a/debian/changelog b/debian/changelog
index 7e6c164..2daaa09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ boinc (6.12.28+dfsg-7) UNRELEASED; urgency=low
   * Added recommends in -manager for ia32-lib-gtk
     for amd64 only to better guarantee functional graphics
   * Added recommends in -client for ia32-lib
+  * Added recommends to -server-maker to uuid-runtime for genuuid
 
  -- Steffen Moeller <moeller at debian.org>  Sun, 05 Jun 2011 23:44:49 +0200
 
diff --git a/debian/control b/debian/control
index 07f9581..870113c 100644
--- a/debian/control
+++ b/debian/control
@@ -100,6 +100,7 @@ Package: boinc-server-maker
 Section: net
 Architecture: any
 Provides: boinc-server
+Recommends: uuid-runtime
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
  python-support, python, python-mysqldb,
  mysql-server-5.0 | virtual-mysql-server, apache2 | httpd-cgi,
diff --git a/debian/rules b/debian/rules
index 25626be..bb21961 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,13 +42,13 @@ endif
 
 # Change BOINC platform x86_64-linux-gnu to x86_64-pc-linux-gnu.
 # Keeping the previous name temporarily.
-#!# The 32bit variants shall allow the execution of 32 bit 
-#!# executable in case the scientific application is no available
-#!# for the complete bit size.
+# The 32bit variants shall allow the execution of 32 bit 
+# executable in case the scientific application is no available
+# for the complete bit size.
 ifeq ($(DEB_HOST_GNU_TYPE), x86_64-linux-gnu)
   TYPE_FLAGS += --with-boinc-platform=x86_64-pc-linux-gnu
-  #!#TYPE_FLAGS += --with-boinc-alt-platform=i686-pc-linux-gnu
-  TYPE_FLAGS += --with-boinc-alt-platform=x86_64-linux-gnu
+  TYPE_FLAGS += --with-boinc-alt-platform=i686-pc-linux-gnu
+  #TYPE_FLAGS += --with-boinc-alt-platform=x86_64-linux-gnu
 endif
 
 # Change BOINC platform i486-pc-kfreebsd-gnu to i686-pc-kfreebsd-gnu to be

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list