[pkg-boinc-commits] r531 - in /branches/sarge-backports/boinc/debian: control rules

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Tue Sep 12 08:14:00 UTC 2006


Author: fst-guest
Date: Tue Sep 12 08:13:59 2006
New Revision: 531

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=531
Log:
Build the boinc-manager package also for sarge-backports, because we can use 
the backported wxWidgets 2.6.

Modified:
    branches/sarge-backports/boinc/debian/control
    branches/sarge-backports/boinc/debian/rules

Modified: branches/sarge-backports/boinc/debian/control
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/sarge-backports/boinc/debian/control?rev=531&op=diff
==============================================================================
--- branches/sarge-backports/boinc/debian/control (original)
+++ branches/sarge-backports/boinc/debian/control Tue Sep 12 08:13:59 2006
@@ -4,13 +4,13 @@
 Maintainer: Debian BOINC Maintainers <pkg-boinc-devel at lists.alioth.debian.org>
 Uploaders: Steffen Moeller <steffen_moeller at gmx.de>, Frank S. Thomas <frank at thomas-alfeld.de>, Christoph Martin <christoph.martin at uni-mainz.de>
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5), dpatch, zlib1g-dev, libssl-dev, libcurl3-dev (>= 7.13.2) | libcurl-ssl-dev, freeglut3-dev, libsm-dev, libice-dev, libxmu-dev, libxi-dev, libx11-dev, libjpeg62-dev, automake1.9 (>= 1.9.3), autoconf (>= 2.59), autotools-dev, docbook2x, docbook-xml, dh-buildinfo
+Build-Depends: debhelper (>= 5), dpatch, zlib1g-dev, libssl-dev, libcurl3-dev (>= 7.13.2) | libcurl-ssl-dev, freeglut3-dev, libsm-dev, libice-dev, libxmu-dev, libxi-dev, libx11-dev, libjpeg62-dev, libwxgtk2.6-dev, automake1.9 (>= 1.9.3), autoconf (>= 2.59), autotools-dev, docbook2x, docbook-xml, dh-buildinfo
 
 Package: boinc-client
 Section: net
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.3), adduser, lsb-base (>= 3.0-6)
-Suggests: kboincspy
+Suggests: boinc-manager | kboincspy
 Description: core client for the BOINC distributed computing infrastructure
  The Berkeley Open Infrastructure for Network Computing (BOINC) is a
  software platform for distributed computing.
@@ -21,6 +21,23 @@
  local machine to a project, this client will also dynamically download
  the projects application's program to be then wrapped by the BOINC
  core client.
+ .
+  Homepage: http://boinc.berkeley.edu
+
+Package: boinc-manager
+Section: x11
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: boinc-client
+Description: GUI to control and monitor the BOINC core client
+ The Berkeley Open Infrastructure for Network Computing (BOINC) is a
+ software platform for distributed computing using volunteered computer
+ resources.
+ .
+ This package contains the BOINC Manager, a graphical monitor and control
+ utility for the BOINC core client. For active participation in any BOINC
+ project the recommended client package, not the manager, is required for
+ every machine contributing.
  .
   Homepage: http://boinc.berkeley.edu
 

Modified: branches/sarge-backports/boinc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/sarge-backports/boinc/debian/rules?rev=531&op=diff
==============================================================================
--- branches/sarge-backports/boinc/debian/rules (original)
+++ branches/sarge-backports/boinc/debian/rules Tue Sep 12 08:13:59 2006
@@ -160,6 +160,19 @@
 	#
 	install -D client/boinc_client.optimized \
 	  debian/boinc-client/usr/bin/boinc_client
+	
+	#
+	# boinc-manager
+	#
+	for i in `ls locale/client`; do \
+	  if [ -f "locale/client/$$i/BOINC Manager.mo" ]; then \
+	    install -D -m644 "locale/client/$$i/BOINC Manager.mo" \
+	      "debian/boinc-manager/usr/share/locale/$$i/LC_MESSAGES/BOINC Manager.mo"; \
+	  fi; \
+	done; 
+	# The en_US po file is actually a po template, thus the corresponding
+	# "BOINC Manager.mo" is empty and useless. 
+	rm -rf debian/boinc-manager/usr/share/locale/en_US/
 
 binary-arch: build install-arch
 	dh_testdir -a




More information about the pkg-boinc-commits mailing list