r582 - in /branches/experimental/boinc/debian: copyright patches/00list patches/08_boinc-path-config.dpatch rules

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Tue Feb 13 10:49:06 CET 2007


Author: fst-guest
Date: Tue Feb 13 10:49:06 2007
New Revision: 582

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=582
Log:
Updated debian/copyright and replaced 08_boinc-path-config.dpatch with a sed
script in debian/rules.

Removed:
    branches/experimental/boinc/debian/patches/08_boinc-path-config.dpatch
Modified:
    branches/experimental/boinc/debian/copyright
    branches/experimental/boinc/debian/patches/00list
    branches/experimental/boinc/debian/rules

Modified: branches/experimental/boinc/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/copyright?rev=582&op=diff
==============================================================================
--- branches/experimental/boinc/debian/copyright (original)
+++ branches/experimental/boinc/debian/copyright Tue Feb 13 10:49:06 2007
@@ -8,7 +8,7 @@
                   Rom Walton <rwalton at ssl.berkeley.edu>
                   and others, see http://boinc.berkeley.edu/contact.php
 
-Copyright © 2005 University of California at Berkeley
+Copyright © 2002-2007 University of California at Berkeley
 
 BOINC is licensed under the terms of the LGPL:
 
@@ -32,6 +32,28 @@
 
 
 Copyright and license notices for additional software included in this package:
+
+clientgui/common/wxFlatNotebook*
+================================
+
+Author: Eran Ifrah <eranif at bezeqint.net>
+
+Copyright © 2005 Eran Ifrah
+
+License: wxWindows Licence
+(a copy of this license is included below)
+
+
+clientgui/common/wxPieCtrl.cpp, clientgui/common/wxPieCtrl.h
+============================================================
+
+Author: Volodymir (T-Rex) Tryapichko
+
+Copyright © 2005 Volodymir (T-Rex) Tryapichko
+
+License: wxWindows Licence
+(a copy of this license is included below)
+
 
 clientgui/msw/taskbar.cpp, clientgui/msw/taskbar.h
 ==================================================
@@ -176,8 +198,8 @@
 Public License can be found in `/usr/share/common-licenses/GPL'.
 
 
-html/inc/paypal_global_config.inc
-=================================
+html/inc/paypal_global_config.inc, html/user/payment_process.php
+================================================================
 
 PHP Toolkit for PayPal v0.50 - http://www.paypal.com/pdn
 

Modified: branches/experimental/boinc/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/patches/00list?rev=582&op=diff
==============================================================================
--- branches/experimental/boinc/debian/patches/00list (original)
+++ branches/experimental/boinc/debian/patches/00list Tue Feb 13 10:49:06 2007
@@ -1,5 +1,4 @@
 #01_amd64-disable-platform-reset.dpatch
 04_sched-makefile.am.dpatch
 07_use-sensible-browser.dpatch
-#08_boinc-path-config.dpatch
 10_exclude-sea.dpatch

Modified: branches/experimental/boinc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/rules?rev=582&op=diff
==============================================================================
--- branches/experimental/boinc/debian/rules (original)
+++ branches/experimental/boinc/debian/rules Tue Feb 13 10:49:06 2007
@@ -206,10 +206,17 @@
 	
 	# Remove Python shebang from Boinc module files that are not scripts.
 	sed -i -e '1 d' \
-	  debian/boinc-server/usr/share/python-support/boinc-server/Boinc/add_util.py \
-	  debian/boinc-server/usr/share/python-support/boinc-server/Boinc/boincxml.py \
-	  debian/boinc-server/usr/share/python-support/boinc-server/Boinc/configxml.py \
-	  debian/boinc-server/usr/share/python-support/boinc-server/Boinc/projectxml.py
+	  $(BOINC_SERVER_DIR)/py/Boinc/add_util.py \
+	  $(BOINC_SERVER_DIR)/py/Boinc/boincxml.py \
+	  $(BOINC_SERVER_DIR)/py/Boinc/configxml.py \
+	  $(BOINC_SERVER_DIR)/py/Boinc/projectxml.py
+	
+	sed -i -e 's/boinc_path_config/Boinc.boinc_path_config/' \
+	  $(BOINC_SERVER_DIR)/py/Boinc/database.py \
+	  $(BOINC_SERVER_DIR)/py/Boinc/setup_project.py \
+	  $(BOINC_SERVER_DIR)/tools/add \
+	  $(BOINC_SERVER_DIR)/tools/make_project \
+	  $(BOINC_SERVER_DIR)/tools/upgrade
 
 binary-arch: build install-arch
 	dh_testdir -a




More information about the pkg-boinc-commits mailing list