r585 - in /branches/experimental/boinc/debian: changelog conffiles/cc_config.xml control manpages/boinc_cmd.xml rules

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Sat Mar 3 06:26:29 CET 2007


Author: fst-guest
Date: Sat Mar  3 05:26:28 2007
New Revision: 585

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=585
Log:
* Updated to 5.8.16.
* Removed some options from boinc_cmd's manpage.
* Added the unit-test target to debian/rules to check if XML conffiles are
  well-formed. xmllint is used for the check hence the B-D on libxml2-tools.

Modified:
    branches/experimental/boinc/debian/changelog
    branches/experimental/boinc/debian/conffiles/cc_config.xml
    branches/experimental/boinc/debian/control
    branches/experimental/boinc/debian/manpages/boinc_cmd.xml
    branches/experimental/boinc/debian/rules

Modified: branches/experimental/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/changelog?rev=585&op=diff
==============================================================================
--- branches/experimental/boinc/debian/changelog (original)
+++ branches/experimental/boinc/debian/changelog Sat Mar  3 05:26:28 2007
@@ -1,48 +1,57 @@
-boinc (5.8.12-1) experimental; urgency=low
-
-  * NOT RELEASED YET
-
-  [ Frank S. Thomas ]
-  * New upstream release.
-  * Updates for the new Python policy:
-    - Added python-support (>= 0.4.2) to Build-Depends.
-    - Replaced dh_python with dh_pysupport in debian/rules.
-  * debian/control:
-    - Added "csh | c-shell" to boinc-server's Depends field to since two
-      scripts in boinc-server use csh as interpreter.
-
-  +++ Changes suitable for the trunk branch:
-
+boinc (5.8.16-1) experimental; urgency=low
+
+  [ Frank S. Thomas ]
+  * New upstream release.
+    - In client/client_state.C only reset projects if the platform name in the
+      statefile is not empty. (closes: #407461)
   * debian/control:
     - Bumped versioned Build-Depends on libcurl3-openssl-dev to >= 7.15.5
       which is required for the bandwith-throttling feature. Also removed the
-      alternative on libcurl-ssl-dev, because this was only added to aid
-      backporting BOINC to sarge, but sarge has only libcurl3-dev/7.13.2.
+      alternative on libcurl-ssl-dev because this was only added to aid
+      backporting BOINC to sarge but sarge has only libcurl3-dev/7.13.2.
     - Added XS-Vcs-Browser field to the source stanza.
-  * debian/rules:
+    - Added libxml2-utils to Build-Depends for xmllint which is used in the
+      unit-test target in debian/rules.
+  * debian/rules:
+    - Added the unit-test target which uses xmllint to check if the XML
+      conffiles cc_config.xml and global_prefs_override.xml are well-formed.
     - Since backporting to sarge is not possible any more, also removed the
-      compatibility code for sarge's dpkg-architecture.
-  * debian/patches/:
+      compatibility code for sarge's version of dpkg-architecture.
+  * debian/patches/:
+    - Updated 01_amd64-disable-platform-reset.dpatch for the new release.
     - Updated 07_use-sensible-browser.dpatch for the new release.
-  * Don't install some headers manually into the boinc-dev package because
-    they are now handled and installed by the upstream makefiles.
-  * Added debian/boinc-client.preinst which removes the obsolete conffile
-    /etc/boinc-client/log_flags.xml if it wasn't modified locally.
-  * Added debian/boinc-client.NEWS which informs the user that the conffile
-    /etc/boinc-client/log_flags.xml is now obsolete and is superseded by the
-    new conffile /etc/boinc-client/cc_config.xml.
+  * debian/boinc-dev.{install,links}:
+    - Don't install lib/error_numbers.h, lib/gui_rpc_client.h,
+      lib/std_fixes.h, config.h and version.h manually because they are now
+      installed by the upstream makefiles.
+    - Added lib/md5_file.h to boinc-dev as requested by Alex Owen.
+  * Change the permissions and ownership of boinc-client's conffiles in it's
+    postinst from 0644 boinc:boinc to 0640 root:boinc for gui_rpc_auth.cfg and
+    to 0644 root:boinc for the rest. (closes: #407678)
+  * Replaced the conffile log_flags.xml with cc_config.xml:
+    - Added debian/boinc-client.preinst which removes the obsolete conffile
+      /etc/boinc-client/log_flags.xml if it was not modified locally.
+    - Added debian/boinc-client.NEWS which explains that the conffile
+      /etc/boinc-client/log_flags.xml is now obsolete and is superseded by
+      /etc/boinc-client/cc_config.xml.
   * Added the run-boincmgr shell script as example to the boinc-manager
     package. This script sources /etc/default/boinc-client and changes into
     $BOINC_DIR before starting boincmgr so that the BOINC Manager can read the
     password from $BOINC_DIR/gui_rpc_auth.cfg. See Ubuntu bug #48768 for more
     details.
-  * Added ca-certificates to boinc-client's Depends and create the
+  * Added ca-certificates to boinc-client's Depends field and create the
     ca-bundle.crt symlink (which points to /etc/ssl/certs/ca-certificates) in
     the BOINC data directory in boinc-client.postinst.
-  * Change the permissions of boinc-client's conffiles in it's postinst to
-    0640 root:boinc instead of 0644 boinc:boinc. (closes: #407678)
-
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Thu, 15 Feb 2007 11:04:43 +0100
+
+  +++ Changes unsuitable for the trunk branch:
+  
+  * Updates for the new Python policy:
+    - Added python-support (>= 0.4.2) to Build-Depends.
+    - Replaced dh_python with dh_pysupport in debian/rules.
+  * debian/control: Added "csh | c-shell" to boinc-server's Depends field
+    since tools/db_query and tools/watch_tcp use /bin/csh as interpreter.
+
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Sat,  3 Mar 2007 05:19:45 +0100
 
 boinc (5.4.11-4) unstable; urgency=low
 

Modified: branches/experimental/boinc/debian/conffiles/cc_config.xml
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/conffiles/cc_config.xml?rev=585&op=diff
==============================================================================
--- branches/experimental/boinc/debian/conffiles/cc_config.xml (original)
+++ branches/experimental/boinc/debian/conffiles/cc_config.xml Sat Mar  3 05:26:28 2007
@@ -28,5 +28,6 @@
     <app_msg_receive>0</app_msg_receive>
     <mem_usage_debug>0</mem_usage_debug>
     <network_status_debug>0</network_status_debug>
+    <checkpoint_debug>0</checkpoint_debug>
   </log_flags>
 </cc_config>

Modified: branches/experimental/boinc/debian/control
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/control?rev=585&op=diff
==============================================================================
--- branches/experimental/boinc/debian/control (original)
+++ branches/experimental/boinc/debian/control Sat Mar  3 05:26:28 2007
@@ -4,7 +4,7 @@
 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, python-support (>= 0.4.2), po-debconf, dh-buildinfo, docbook2x, docbook-xml, autotools-dev, automake1.9 (>= 1.9.3), autoconf (>= 2.59), libmysqlclient15-dev, zlib1g-dev, libssl-dev, libcurl3-openssl-dev (>= 7.15.5), freeglut3-dev, libsm-dev, libice-dev, libxmu-dev, libxi-dev, libx11-dev, libjpeg62-dev, libwxgtk2.6-dev
+Build-Depends: debhelper (>= 5), dpatch, python-support (>= 0.4.2), po-debconf, dh-buildinfo, docbook2x, docbook-xml, autotools-dev, automake1.9 (>= 1.9.3), autoconf (>= 2.59), libxml2-utils, libmysqlclient15-dev, zlib1g-dev, libssl-dev, libcurl3-openssl-dev (>= 7.15.5), freeglut3-dev, libsm-dev, libice-dev, libxmu-dev, libxi-dev, libx11-dev, libjpeg62-dev, libwxgtk2.6-dev
 XS-Vcs-Svn: svn://svn.debian.org/pkg-boinc/trunk/boinc/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/
 

Modified: branches/experimental/boinc/debian/manpages/boinc_cmd.xml
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/manpages/boinc_cmd.xml?rev=585&op=diff
==============================================================================
--- branches/experimental/boinc/debian/manpages/boinc_cmd.xml (original)
+++ branches/experimental/boinc/debian/manpages/boinc_cmd.xml Sat Mar  3 05:26:28 2007
@@ -7,7 +7,7 @@
  This file is licensed under the terms of the GNU General Public License,
  Version 2 or any later version published by the Free Software Foundation.
 
- Copyright © 2005, 2006 Debian BOINC Maintainers
+ Copyright © 2005, 2006, 2007 Debian BOINC Maintainers
 -->
 
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
@@ -17,7 +17,7 @@
   <!ENTITY dhgroupmail "<email>pkg-boinc-devel at lists.alioth.debian.org</email>">
 
   <!ENTITY dhbinary    "boinc_cmd">
-  <!ENTITY dhdate      "<date>July 24, 2006</date>">
+  <!ENTITY dhdate      "<date>March 02, 2007</date>">
 
   <!ENTITY debian      "<productname>Debian</productname>">
   <!ENTITY gnu         "<acronym>GNU</acronym>">
@@ -45,6 +45,7 @@
     <copyright>
       <year>2005</year>
       <year>2006</year>
+      <year>2007</year>
       <holder>&dhgroupname;</holder>
     </copyright>
     &dhdate;
@@ -306,13 +307,6 @@
       </varlistentry>
 
       <varlistentry>
-        <term><option>--get_run_mode</option></term>
-        <listitem>
-          <para>Show current run mode.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
         <term>
           <option>--set_run_mode {always | auto | never}</option>
         </term>
@@ -341,13 +335,6 @@
               </listitem>
             </varlistentry>
           </variablelist>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-        <term><option>--get_network_mode</option></term>
-        <listitem>
-          <para>Show current network mode.</para>
         </listitem>
       </varlistentry>
 
@@ -481,10 +468,6 @@
       </varlistentry>
 
       <varlistentry>
-        <term><option>--lookup_account_poll</option></term>
-      </varlistentry>
-
-      <varlistentry>
         <term>
           <option>--create_account
             <replaceable>url</replaceable>
@@ -493,10 +476,6 @@
             <replaceable>name</replaceable>
           </option>
         </term>
-      </varlistentry>
-
-      <varlistentry>
-        <term><option>--create_account_poll</option></term>
       </varlistentry>
 
       <varlistentry>

Modified: branches/experimental/boinc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/rules?rev=585&op=diff
==============================================================================
--- branches/experimental/boinc/debian/rules (original)
+++ branches/experimental/boinc/debian/rules Sat Mar  3 05:26:28 2007
@@ -61,7 +61,12 @@
   CFLAGS="$(CFLAGS_boinc-client)" \
   CXXFLAGS="$(CXXFLAGS_boinc-client)"
 
-pre-build: patch pre-build-stamp
+unit-test:
+	xmllint --noout \
+	  debian/conffiles/cc_config.xml \
+	  debian/conffiles/global_prefs_override.xml
+
+pre-build: unit-test patch pre-build-stamp
 pre-build-stamp:
 	cp -f /usr/share/misc/config.guess config.guess
 	cp -f /usr/share/misc/config.sub config.sub
@@ -88,11 +93,14 @@
 	touch $@
 
 clean: clean-patched unpatch
-clean-patched: clean-boinc-client
+clean-patched:
 	dh_testdir
 	dh_testroot
+	rm -f pre-build-stamp
 	rm -f build-stamp
-	rm -f pre-build-stamp
+	rm -f build-stamp-boinc-client
+	
+	dh_clean client/boinc_client.optimized
 	
 	-$(MAKE) clean
 	-$(MAKE) distclean
@@ -135,12 +143,6 @@
 	
 	debconf-updatepo
 
-clean-boinc-client:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp-boinc-client
-	dh_clean client/boinc_client.optimized
-
 BOINC_SERVER_DIR=debian/boinc-server/usr/share/boinc-server
 
 install: install-arch
@@ -242,5 +244,5 @@
 	dh_builddeb -a
 
 binary: binary-arch
-.PHONY: build clean clean-patched binary-arch binary install install-arch \
-  patch unpatch
+.PHONY: patch unpatch unit-test pre-build build clean clean-patched install \
+  install-arch binary-arch binary




More information about the pkg-boinc-commits mailing list