On Tue, Jun 13, 2006 at 11:13:16AM +0200, Frank S. Thomas wrote: > package boinc > tags 373089 + pending > stop > > On Monday 12 June 2006 20:22, Robert Millan wrote: > > Here's a pair of compat hacks to aid in sarge backport. > > > > It is not complete, as all changes weren't clean/desirable, though. > > Hi Robert, > > Thanks for the patch, I've applied it. We have a sarge backport in our SVN > repository, which is a bit outdated - it's still at BOINC version 5.4.3: > http://svn.debian.org/wsvn/pkg-boinc/branches/sarge/boinc/ > > Would you be interested in updating it to the latest version, apply all your > other backport patches and upload it to backports.org?
Here's the diff for current trunk. Note: branches/sarge/boinc contained some changes that aren't really necessary, like deleting (harmless) dh_clean parameters for non-existant files. -- Robert Millan
Index: debian/control =================================================================== --- debian/control (revision 454) +++ debian/control (working copy) @@ -4,7 +4,7 @@ Maintainer: Debian BOINC Maintainers <[EMAIL PROTECTED]> Uploaders: Steffen Moeller <[EMAIL PROTECTED]>, Frank S. Thomas <[EMAIL PROTECTED]>, Christoph Martin <[EMAIL PROTECTED]>, Greg Norris <[EMAIL PROTECTED]> Standards-Version: 3.7.2 -Build-Depends: debhelper (>= 5), dpatch, zlib1g-dev, libssl-dev, libcurl3-openssl-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 +Build-Depends: debhelper (>= 4), dpatch, zlib1g-dev, libssl-dev, libcurl3-openssl-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 Package: boinc-client Section: net @@ -24,23 +24,6 @@ . 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 - Package: boinc-dev Section: devel Architecture: any Index: debian/compat =================================================================== --- debian/compat (revision 454) +++ debian/compat (working copy) @@ -1 +1 @@ -5 +4 Index: debian/rules =================================================================== --- debian/rules (revision 454) +++ debian/rules (working copy) @@ -167,18 +167,6 @@ install -D client/boinc_client.optimized \ debian/boinc-client/usr/bin/boinc_client - # - # boinc-manager - # - install -D debian/tmp/usr/bin/boinc_gui \ - debian/boinc-manager/usr/bin/boincmgr - - 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/

