[SCM] BOINC packaging branch, master, updated. debian/7.0.27+dfsg-3-55-g9e5832e

Guo Yixuan culu.gyx at gmail.com
Tue Jul 10 15:29:54 UTC 2012


The following commit has been merged in the master branch:
commit 9e5832e6e98c27f7c10fe692bad80d5d3c7a84af
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Tue Jul 10 15:58:59 2012 +0800

    really switch to dh_python2

diff --git a/debian/changelog b/debian/changelog
index 52f0ccd..5d44b55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,10 +4,13 @@ boinc (7.0.31+dfsg-1) UNRELEASED; urgency=low
   * New upstream version.
 
   [ Guo Yixuan ]
-  * debian/control: add missed dependency for libboinc.
+  * debian/control:
+    - add missed dependency for libboinc.
+    - remove dependency on python-support.
   * debian/watch: check for even minor version, and fix dpkg warnings.
+  * debian/rules: use dh_python2 instead of py_support.
 
- -- Steffen Moeller <moeller at debian.org>  Sun, 08 Jul 2012 20:06:22 +0200
+ -- Guo Yixuan <culu.gyx at gmail.com>  Tue, 10 Jul 2012 23:21:13 +0800
 
 boinc (7.0.30+dfsg-1) UNRELEASED; urgency=low
 
diff --git a/debian/control b/debian/control
index 65dadcf..0c425f1 100644
--- a/debian/control
+++ b/debian/control
@@ -228,7 +228,7 @@ Package: boinc-server-maker
 Architecture: any
 Provides: boinc-server
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
- python-support, python, python-mysqldb,
+ python, python-mysqldb,
  mysql-server-5.0 | virtual-mysql-server, apache2 | httpd-cgi,
  php5, php5-cli, php5-mysql,
  tcsh, openssl (>= 0.9.8), adduser, libfcgi0ldbl
diff --git a/debian/rules b/debian/rules
index 45d96e1..1e85c15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -197,7 +197,7 @@ SAMPLES=samples/sleeper/sleeper samples/worker/worker samples/example_app/uc2 sa
 
 build:	build-stamp $(SAMPLES)
 build-stamp:
-	dh build --parallel
+	dh build --parallel --with python2
 	touch $@
 
 override_dh_auto_build: update-boinc-applinks.1

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list