r645 - /branches/experimental/boinc/debian/ /trunk/boinc/debian/

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Thu May 3 01:54:11 UTC 2007


Author: fst-guest
Date: Thu May  3 01:54:09 2007
New Revision: 645

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=645
Log:
Added lib/common_defs.h to boinc-dev to fix a FTBFS of boinc-app-seti with
boinc/5.8.17-1. This was discovered by Lucas Nussbaum's archive rebuild:
http://people.debian.org/~lucas/logs/2007/05/rebuild.sid.i386/boinc-app-seti_5.13+cvs20060510-1_sid32.buildlog

Modified:
    branches/experimental/boinc/debian/boinc-dev.install
    branches/experimental/boinc/debian/boinc-dev.links
    branches/experimental/boinc/debian/changelog
    trunk/boinc/debian/boinc-dev.install
    trunk/boinc/debian/boinc-dev.links
    trunk/boinc/debian/changelog

Modified: branches/experimental/boinc/debian/boinc-dev.install
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/boinc-dev.install?rev=645&op=diff
==============================================================================
--- branches/experimental/boinc/debian/boinc-dev.install (original)
+++ branches/experimental/boinc/debian/boinc-dev.install Thu May  3 01:54:09 2007
@@ -5,5 +5,6 @@
 api/reduce.h                    usr/include/BOINC/api
 api/boinc_gl.h                  usr/include/BOINC/api
 api/txf_util.h                  usr/include/BOINC/api
+lib/common_defs.h               usr/include/BOINC/lib
 lib/md5_file.h                  usr/include/BOINC/lib
 Makefile.am                     usr/share/boinc-dev

Modified: branches/experimental/boinc/debian/boinc-dev.links
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/boinc-dev.links?rev=645&op=diff
==============================================================================
--- branches/experimental/boinc/debian/boinc-dev.links (original)
+++ branches/experimental/boinc/debian/boinc-dev.links Thu May  3 01:54:09 2007
@@ -25,6 +25,7 @@
 usr/include/BOINC/api/boinc_gl.h        usr/share/boinc-dev/api/boinc_gl.h
 usr/include/BOINC/api/graphics_data.h   usr/share/boinc-dev/api/graphics_data.h
 usr/include/BOINC/api/reduce.h          usr/share/boinc-dev/api/reduce.h
+usr/include/BOINC/lib/common_defs.h     usr/share/boinc-dev/lib/common_defs.h
 usr/include/BOINC/lib/md5_file.h        usr/share/boinc-dev/lib/md5_file.h
 
 usr/lib/libboinc.a                  usr/share/boinc-dev/lib/libboinc.a

Modified: branches/experimental/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/changelog?rev=645&op=diff
==============================================================================
--- branches/experimental/boinc/debian/changelog (original)
+++ branches/experimental/boinc/debian/changelog Thu May  3 01:54:09 2007
@@ -1,4 +1,4 @@
-boinc (5.9.4-1) experimental; urgency=low
+boinc (5.9.6-1) experimental; urgency=low
 
   [ Frank S. Thomas ]
   * New upstream release.
@@ -25,7 +25,7 @@
     - Added "tcsh | c-shell" to boinc-server's Depends field since
       tools/db_query and tools/watch_tcp use /bin/csh as interpreter.
     - Removed all php4 packages from boinc-server's Depends because php4
-      will not be supported during lenny's life cycle. 
+      will not be supported during lenny's life cycle.
   * debian/boinc-server.README.Debian: Added README.Debian which is at the
     moment only a pointer to http://wiki.debian.org/BOINC/Server.
   * debian/boinc-server.install: Added new files: db/init_db,
@@ -37,17 +37,20 @@
     - Don't fix PHP shebang and execute permissions of files in html/ops/
       since these were fixed upstream.
 
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Sat, 28 Apr 2007 11:12:25 +0200
-
-boinc (5.8.17-2) UNRELEASED; urgency=low
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Wed,  2 May 2007 15:58:33 +0200
+
+boinc (5.8.17-2) unstable; urgency=low
 
   * NOT RELEASED YET
   * debian/control:
     - Extended boinc-manager's long description.
   * Updated all BOINC URLs to point to their new location in the official
     BOINC wiki according to http://boinc.berkeley.edu/trac/wiki/FileList.
-
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Mon, 30 Apr 2007 18:51:16 +0200
+  * debian/boinc-dev.{install,links}: Install lib/common_defs.h header to fix
+    a FTBFS of boinc-app-seti with boinc-dev/5.8.17-1. This was discovered by
+    Lucas Nussbaum's archive rebuild.
+
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Thu,  3 May 2007 03:35:16 +0200
 
 boinc (5.8.17-1) unstable; urgency=low
 

Modified: trunk/boinc/debian/boinc-dev.install
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/boinc-dev.install?rev=645&op=diff
==============================================================================
--- trunk/boinc/debian/boinc-dev.install (original)
+++ trunk/boinc/debian/boinc-dev.install Thu May  3 01:54:09 2007
@@ -5,5 +5,6 @@
 api/reduce.h                    usr/include/BOINC/api
 api/boinc_gl.h                  usr/include/BOINC/api
 api/txf_util.h                  usr/include/BOINC/api
+lib/common_defs.h               usr/include/BOINC/lib
 lib/md5_file.h                  usr/include/BOINC/lib
 Makefile.am                     usr/share/boinc-dev

Modified: trunk/boinc/debian/boinc-dev.links
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/boinc-dev.links?rev=645&op=diff
==============================================================================
--- trunk/boinc/debian/boinc-dev.links (original)
+++ trunk/boinc/debian/boinc-dev.links Thu May  3 01:54:09 2007
@@ -25,6 +25,7 @@
 usr/include/BOINC/api/boinc_gl.h        usr/share/boinc-dev/api/boinc_gl.h
 usr/include/BOINC/api/graphics_data.h   usr/share/boinc-dev/api/graphics_data.h
 usr/include/BOINC/api/reduce.h          usr/share/boinc-dev/api/reduce.h
+usr/include/BOINC/lib/common_defs.h     usr/share/boinc-dev/lib/common_defs.h
 usr/include/BOINC/lib/md5_file.h        usr/share/boinc-dev/lib/md5_file.h
 
 usr/lib/libboinc.a                  usr/share/boinc-dev/lib/libboinc.a

Modified: trunk/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/changelog?rev=645&op=diff
==============================================================================
--- trunk/boinc/debian/changelog (original)
+++ trunk/boinc/debian/changelog Thu May  3 01:54:09 2007
@@ -1,12 +1,15 @@
-boinc (5.8.17-2) UNRELEASED; urgency=low
+boinc (5.8.17-2) unstable; urgency=low
 
   * NOT RELEASED YET
   * debian/control:
     - Extended boinc-manager's long description.
   * Updated all BOINC URLs to point to their new location in the official
     BOINC wiki according to http://boinc.berkeley.edu/trac/wiki/FileList.
-
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Mon, 30 Apr 2007 18:51:16 +0200
+  * debian/boinc-dev.{install,links}: Install lib/common_defs.h header to fix
+    a FTBFS of boinc-app-seti with boinc-dev/5.8.17-1. This was discovered by
+    Lucas Nussbaum's archive rebuild.
+
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Thu,  3 May 2007 03:35:16 +0200
 
 boinc (5.8.17-1) unstable; urgency=low
 




More information about the pkg-boinc-commits mailing list