r844 - in /branches/boinc/etch-backports/debian: boinc-client.init changelog compat control manpages/update-boinc-applinks.xml patches/103_fix_terminal_activity_detection.patch patches/series po/sv.po rules watch

fst at users.alioth.debian.org fst at users.alioth.debian.org
Fri Feb 1 17:51:56 UTC 2008


Author: fst
Date: Fri Feb  1 17:51:56 2008
New Revision: 844

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=844
Log:
Updated etch backport to 5.10.30-5.

Added:
    branches/boinc/etch-backports/debian/po/sv.po
      - copied unchanged from r831, trunk/boinc/debian/po/sv.po
    branches/boinc/etch-backports/debian/watch
      - copied unchanged from r831, trunk/boinc/debian/watch
Removed:
    branches/boinc/etch-backports/debian/patches/103_fix_terminal_activity_detection.patch
Modified:
    branches/boinc/etch-backports/debian/boinc-client.init
    branches/boinc/etch-backports/debian/changelog
    branches/boinc/etch-backports/debian/compat
    branches/boinc/etch-backports/debian/control
    branches/boinc/etch-backports/debian/manpages/update-boinc-applinks.xml
    branches/boinc/etch-backports/debian/patches/series
    branches/boinc/etch-backports/debian/rules

Modified: branches/boinc/etch-backports/debian/boinc-client.init
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/etch-backports/debian/boinc-client.init?rev=844&op=diff
==============================================================================
--- branches/boinc/etch-backports/debian/boinc-client.init (original)
+++ branches/boinc/etch-backports/debian/boinc-client.init Fri Feb  1 17:51:56 2008
@@ -58,7 +58,7 @@
 PIDFILE=/var/run/boinc_client.pid
 DESC="BOINC core client"
 NAME=`basename $BOINC_CLIENT`
-BOINC_OPTS="--redirectio --dir $BOINC_DIR $BOINC_OPTS"
+BOINC_OPTS="--check_all_logins --redirectio --dir $BOINC_DIR $BOINC_OPTS"
 
 is_running()
 {

Modified: branches/boinc/etch-backports/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/etch-backports/debian/changelog?rev=844&op=diff
==============================================================================
--- branches/boinc/etch-backports/debian/changelog (original)
+++ branches/boinc/etch-backports/debian/changelog Fri Feb  1 17:51:56 2008
@@ -1,8 +1,47 @@
-boinc (5.10.30-3~bpo40+1) etch-backports; urgency=low
+boinc (5.10.30-5~bpo40+1) etch-backports; urgency=low
 
   * Rebuild for Etch backports.
 
  -- Frank S. Thomas <fst at debian.org>  Tue, 08 Jan 2008 17:39:24 +0100
+
+boinc (5.10.30-5) unstable; urgency=low
+
+  [ Frank S. Thomas ]
+  * debian/manpages/update-boinc-applinks.xml: Updated from DocBook 4.2 to
+    4.4, which is the latest version in etch.
+  * Added debian/watch file, which uses Subversion's directory listing of the
+    tags directory to determine the upstream version. Therefore this is only
+    useful for version comparison (e.g. for DEHS and DDPO).
+  * Bumped debhelper compat level from V5 to V6 since this is the current
+    recommended level and raised the build dependency to "debhelper (>= 6)".
+  * Removed debian/patches/103_fix_terminal_activity_detection.patch in favor
+    of adding the --check_all_logins option to the default BOINC_OPTS in
+    boinc-client's init script.
+
+  [ Debconf translations ]
+  * Added Swedish (sv.po) by Christer Andersson <klamm at comhem.se>.
+    (closes: #461172)
+
+ -- Frank S. Thomas <fst at debian.org>  Mon, 21 Jan 2008 21:20:52 +0100
+
+boinc (5.10.30-4) unstable; urgency=low
+
+  [ Frank S. Thomas ]
+  * debian/manpages/update-boinc-applinks.xml: Fixed Lintian's informational
+    tag "I: hyphen-used-as-minus-sign" by enclosing options in <command>
+    elements with the <option> element.
+  * debian/rules:
+    - Official BOINC platforms for some Debian GNU/Linux ports (alpha, ia64,
+      powerpc, and sparc) were assigned upstream and therefore changed these
+      platforms accordingly:
+      -   alpha-unknown-linux-gnu ->  alpha-hp-linux-gnu
+      -    ia64-unknown-linux-gnu ->      ia64-linux-gnu
+      - powerpc-unknown-linux-gnu ->   powerpc-linux-gnu
+      -   sparc-unknown-linux-gnu -> sparc-sun-linux-gnu
+    - Removed the --target and --program-prefix options from TYPE_FLAGS,
+      because they are not required to set the BOINC platform anymore.
+
+ -- Frank S. Thomas <fst at debian.org>  Fri, 11 Jan 2008 11:33:30 +0100
 
 boinc (5.10.30-3) unstable; urgency=low
 

Modified: branches/boinc/etch-backports/debian/compat
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/etch-backports/debian/compat?rev=844&op=diff
==============================================================================
--- branches/boinc/etch-backports/debian/compat (original)
+++ branches/boinc/etch-backports/debian/compat Fri Feb  1 17:51:56 2008
@@ -1,1 +1,1 @@
-5
+6

Modified: branches/boinc/etch-backports/debian/control
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/etch-backports/debian/control?rev=844&op=diff
==============================================================================
--- branches/boinc/etch-backports/debian/control (original)
+++ branches/boinc/etch-backports/debian/control Fri Feb  1 17:51:56 2008
@@ -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 <fst at debian.org>, Christoph Martin <christoph.martin at uni-mainz.de>
 Standards-Version: 3.7.3
-Build-Depends: debhelper (>= 5), quilt (>= 0.40), po-debconf, dh-buildinfo, docbook2x, docbook-xml, autotools-dev, automake1.9 (>= 1.9.3), autoconf (>= 2.59), libxml2-utils, 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 (>= 6), quilt (>= 0.40), po-debconf, dh-buildinfo, docbook2x, docbook-xml, autotools-dev, automake1.9 (>= 1.9.3), autoconf (>= 2.59), libxml2-utils, 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
 Homepage: http://boinc.berkeley.edu
 Vcs-Svn: svn://svn.debian.org/pkg-boinc/trunk/boinc/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/

Modified: branches/boinc/etch-backports/debian/manpages/update-boinc-applinks.xml
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/etch-backports/debian/manpages/update-boinc-applinks.xml?rev=844&op=diff
==============================================================================
--- branches/boinc/etch-backports/debian/manpages/update-boinc-applinks.xml (original)
+++ branches/boinc/etch-backports/debian/manpages/update-boinc-applinks.xml Fri Feb  1 17:51:56 2008
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" ?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
  This is the manual page for update-boinc-applinks, a tool that creates/removes
@@ -8,17 +8,17 @@
  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 © 2006 Debian BOINC Maintainers
+ Copyright © 2006, 2008 Debian BOINC Maintainers
 -->
 
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-"file:///usr/share/xml/docbook/schema/dtd/4.2/docbookx.dtd" [
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+"file:///usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd" [
 
   <!ENTITY dhgroupname "Debian BOINC Maintainers">
   <!ENTITY dhgroupmail "<email>pkg-boinc-devel at lists.alioth.debian.org</email>">
 
   <!ENTITY dhbinary    "update-boinc-applinks">
-  <!ENTITY dhdate      "<date>March 05, 2006</date>">
+  <!ENTITY dhdate      "<date>13 January 2008</date>">
 
   <!ENTITY debian      "<productname>Debian</productname>">
   <!ENTITY gnu         "<acronym>GNU</acronym>">
@@ -37,6 +37,7 @@
     </author>
     <copyright>
       <year>2006</year>
+      <year>2008</year>
       <holder>&dhgroupname;</holder>
     </copyright>
     &dhdate;
@@ -76,7 +77,7 @@
 
     <variablelist>
       <varlistentry>
-        <term><option>-h, --help</option></term>
+        <term><option>-h</option>, <option>--help</option></term>
         <listitem>
           <para>Show help message and all options.</para>
         </listitem>
@@ -115,9 +116,9 @@
         <listitem>
           <para>Manage symbolic links only for the given project
             <replaceable>PROJECT</replaceable>.
-            Run <command>&dhbinary; --list-projects</command> to get a list
-            of projects for which anonymous applications are available and
-            therefore can be replaced with
+            Run <command>&dhbinary; <option>--list-projects</option></command>
+            to get a list of projects for which anonymous applications are
+            available and therefore can be replaced with
             <replaceable>PROJECT</replaceable>. If this option is not present,
             &dhbinary; will manage symbolic links for all available
             projects.</para>
@@ -146,7 +147,7 @@
 
   <refsect1>
     <title>COPYRIGHT</title>
-    <para>Copyright &copy; 2006 &dhgroupname;.</para>
+    <para>Copyright &copy; 2006, 2008 &dhgroupname;.</para>
     <para>
       This is free software; you can redistribute it and/or modify it under the
       terms of the &gnu; General Public License, Version 2 or any later version

Modified: branches/boinc/etch-backports/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/etch-backports/debian/patches/series?rev=844&op=diff
==============================================================================
--- branches/boinc/etch-backports/debian/patches/series (original)
+++ branches/boinc/etch-backports/debian/patches/series Fri Feb  1 17:51:56 2008
@@ -4,4 +4,3 @@
 004_exclude_sea.patch
 101_fix_memory_detection_on_kfreebsd.patch
 102_missing_headers_for_gcc4.3.patch
-103_fix_terminal_activity_detection.patch

Modified: branches/boinc/etch-backports/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/etch-backports/debian/rules?rev=844&op=diff
==============================================================================
--- branches/boinc/etch-backports/debian/rules (original)
+++ branches/boinc/etch-backports/debian/rules Fri Feb  1 17:51:56 2008
@@ -19,36 +19,56 @@
   TYPE_FLAGS = --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
 endif
 
-# On some architectures it is required to override the target type so that the
-# core client uses the official BOINC platform for this architecture otherwise
-# it would not download any applications because projects mostly provide only
-# applications for official BOINC platforms.
-# See http://boinc.berkeley.edu/trac/wiki/BoincPlatforms for the list of
-# official BOINC platforms.
-
-# change BOINC platform i486-pc-linux-gnu to i686-pc-linux-gnu 
+# On some architectures it is required to change the BOINC platform of the
+# core client (with the --with-boinc-platform configure option) to match the
+# official BOINC platform, otherwise it would not download any applications,
+# because projects mostly provide applications for official BOINC platforms
+# only. See http://boinc.berkeley.edu/trac/wiki/BoincPlatforms for the list
+# of official BOINC platforms.
+
+# Change BOINC platform alpha-unknown-linux-gnu to alpha-hp-linux-gnu and
+# declare alpha-unknown-linux-gnu as alternate platform, because some projects
+# offer applications for it.
+ifeq ($(DEB_HOST_GNU_TYPE), alpha-linux-gnu)
+  TYPE_FLAGS += --with-boinc-platform=alpha-hp-linux-gnu \
+    --with-boinc-alt-platform=alpha-unknown-linux-gnu
+endif
+
+# Change BOINC platform i486-pc-linux-gnu to i686-pc-linux-gnu.
 ifeq ($(DEB_HOST_GNU_TYPE), i486-linux-gnu)
-  TYPE_FLAGS += --target i686-linux-gnu --program-prefix="" \
-    --with-boinc-platform=i686-pc-linux-gnu
-endif
-
-# change BOINC platform i486-pc-kfreebsd-gnu to i686-pc-kfreebsd-gnu to be
-# consistent with the official BOINC platform i686-pc-linux-gnu
+  TYPE_FLAGS += --with-boinc-platform=i686-pc-linux-gnu
+endif
+
+# Change BOINC platform i486-pc-kfreebsd-gnu to i686-pc-kfreebsd-gnu to be
+# consistent with the official BOINC platform i686-pc-linux-gnu.
 ifeq ($(DEB_HOST_GNU_TYPE), i486-kfreebsd-gnu)
-  TYPE_FLAGS += --target i686-kfreebsd-gnu --program-prefix="" \
-    --with-boinc-platform=i686-pc-kfreebsd-gnu
-endif
-
-# change BOINC platform powerpc64-unknown-linux-gnu to ppc64-linux-gnu and
-# declare powerpc-unknown-linux-gnu as alternate platform
+  TYPE_FLAGS += --with-boinc-platform=i686-pc-kfreebsd-gnu
+endif
+
+# Change BOINC platform ia64-unknown-linux-gnu to ia64-linux-gnu.
+ifeq ($(DEB_HOST_GNU_TYPE), ia64-linux-gnu)
+  TYPE_FLAGS += --with-boinc-platform=ia64-linux-gnu
+endif
+
+# Change BOINC platform powerpc-unknown-linux-gnu to powerpc-linux-gnu.
+ifeq ($(DEB_HOST_GNU_TYPE), powerpc-linux-gnu)
+  TYPE_FLAGS += --with-boinc-platform=powerpc-linux-gnu
+endif
+
+# Change BOINC platform powerpc64-unknown-linux-gnu to ppc64-linux-gnu and
+# declare powerpc-linux-gnu as alternate platform.
 ifeq ($(DEB_HOST_GNU_TYPE), powerpc64-linux-gnu)
-  TYPE_FLAGS += --target ppc64-linux-gnu --program-prefix="" \
-    --with-boinc-platform=ppc64-linux-gnu \
-    --with-boinc-alt-platform=powerpc-unknown-linux-gnu
-endif
-
-# declare i686-pc-kfreebsd-gnu as alternate BOINC platform for
-# x86_64-pc-kfreebsd-gnu
+  TYPE_FLAGS += --with-boinc-platform=ppc64-linux-gnu \
+    --with-boinc-alt-platform=powerpc-linux-gnu
+endif
+
+# Change BOINC platform sparc-unknown-linux-gnu to sparc-sun-linux-gnu.
+ifeq ($(DEB_HOST_GNU_TYPE), sparc-linux-gnu)
+  TYPE_FLAGS += --with-boinc-platform=sparc-sun-linux-gnu
+endif
+
+# Declare i686-pc-kfreebsd-gnu as alternate platform for
+# x86_64-pc-kfreebsd-gnu.
 ifeq ($(DEB_HOST_GNU_TYPE), x86_64-kfreebsd-gnu)
   TYPE_FLAGS += --with-boinc-alt-platform=i686-pc-kfreebsd-gnu
 endif
@@ -96,7 +116,7 @@
   LDFLAGS="$(LDFLAGS)"
 
 unit-test:
-	xmllint --noout \
+	xmllint --nonet --noout \
 	  debian/conffiles/cc_config.xml \
 	  debian/conffiles/global_prefs_override.xml
 
@@ -236,13 +256,15 @@
 
 binary: binary-arch
 
+origDir ?= .
+
 get-orig-source:
 	LATEST_VERSION=`svn list http://boinc.berkeley.edu/svn/tags/ | \
 	  sed 's/boinc_core_release_\(.*\)\//\1/' | \
 	  sort -g -t_ -k1 -k2 -k3 | sed 's/_/./g' | tail -n 1 | tr -d '\n'`; \
 	EXB=/tmp/export-boinc; \
 	svn export svn://svn.debian.org/pkg-boinc/scripts/export-boinc $$EXB; \
-	$$EXB -r $$LATEST_VERSION; \
+	$$EXB -r $$LATEST_VERSION -t $(origDir); \
 	rm -f $$EXB
 
 .PHONY: patch unpatch unit-test pre-build build clean clean-patched install \




More information about the pkg-boinc-commits mailing list