[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-192-g82a2f71

Steffen Möller steffen_moeller at gmx.de
Wed Mar 23 10:56:04 UTC 2011


The following commit has been merged in the master branch:
commit 82a2f7131c88711358481313c3c7fd826f88fe6b
Author: Steffen Möller <steffen_moeller at gmx.de>
Date:   Wed Mar 23 11:54:10 2011 +0100

    Adjusted a few paths to help lintian.

diff --git a/debian/patches/pythonPath.patch b/debian/patches/pythonPath.patch
new file mode 100644
index 0000000..0d258ea
--- /dev/null
+++ b/debian/patches/pythonPath.patch
@@ -0,0 +1,70 @@
+Index: boinc/tools/appmgr
+===================================================================
+--- boinc.orig/tools/appmgr	2011-03-23 11:50:28.293709114 +0100
++++ boinc/tools/appmgr	2011-03-23 11:51:30.149568157 +0100
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env python
++#!/usr/bin/python
+ #
+ # Written by Gabor Gombas <gombasg at sztaki.hu>
+ # Licensed under the same terms as the rest of BOINC.
+Index: boinc/tools/dbcheck_files_exist
+===================================================================
+--- boinc.orig/tools/dbcheck_files_exist	2011-03-23 11:51:46.363434196 +0100
++++ boinc/tools/dbcheck_files_exist	2011-03-23 11:51:50.766854645 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ 
+ import os, re, boinc_path_config
+ from Boinc import database, db_mid, boinc_db, configxml
+Index: boinc/tools/make_project
+===================================================================
+--- boinc.orig/tools/make_project	2011-03-23 11:52:00.281602372 +0100
++++ boinc/tools/make_project	2011-03-23 11:52:04.853000712 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ 
+ # $Id: make_project 20737 2010-02-26 00:30:09Z davea $
+ # Creates a new BOINC project.
+Index: boinc/tools/parse_config
+===================================================================
+--- boinc.orig/tools/parse_config	2011-03-23 11:52:12.456000045 +0100
++++ boinc/tools/parse_config	2011-03-23 11:52:16.171511029 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ 
+ # -*- mode: python; python-indent: 4; -*-
+ 
+Index: boinc/tools/update_versions
+===================================================================
+--- boinc.orig/tools/update_versions	2011-03-23 11:53:02.237448031 +0100
++++ boinc/tools/update_versions	2011-03-23 11:53:09.988427873 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ 
+ # $Id: update_versions 18903 2009-08-24 19:08:05Z davea $
+ 
+Index: boinc/tools/upgrade
+===================================================================
+--- boinc.orig/tools/upgrade	2011-03-23 11:53:16.515568789 +0100
++++ boinc/tools/upgrade	2011-03-23 11:53:19.887125036 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ 
+ # $Id: upgrade 22315 2010-09-04 22:13:27Z davea $
+ 
+Index: boinc/tools/xadd
+===================================================================
+--- boinc.orig/tools/xadd	2011-03-23 11:53:24.670495479 +0100
++++ boinc/tools/xadd	2011-03-23 11:53:35.349090101 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ 
+ # $Id: xadd 18374 2009-06-11 15:38:48Z davea $
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 5493072..8ca6dca 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+pythonPath.patch
 calculate_credit_multiplier.patch
 generate_less.patch
 texfont_removal.patch

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list