[pkg-boinc-commits] r451 - in trunk/boinc/debian: . extra

Frank S. Thomas fst-guest at costa.debian.org
Tue Jun 13 06:26:07 UTC 2006


Author: fst-guest
Date: 2006-06-13 06:26:05 +0000 (Tue, 13 Jun 2006)
New Revision: 451

Modified:
   trunk/boinc/debian/changelog
   trunk/boinc/debian/control
   trunk/boinc/debian/extra/update-boinc-applinks
   trunk/boinc/debian/rules
Log:
Use /u/b/python instead of /u/b/python2.4 as interpreter for
update-boinc-applinks.


Modified: trunk/boinc/debian/changelog
===================================================================
--- trunk/boinc/debian/changelog	2006-06-11 11:03:19 UTC (rev 450)
+++ trunk/boinc/debian/changelog	2006-06-13 06:26:05 UTC (rev 451)
@@ -13,8 +13,11 @@
   * Added a hint to use "update-alternatives --set x-www-browser [...]" to
     manually set the x-www-browser alternative to boinc-manager's
     README.Debian. See Ubuntu bug #48766 for more details.
+  * Use /usr/bin/python as interpreter for update-boinc-applinks instead of
+    /usr/bin/python2.4 and make boinc-client depend on "python (>= 2.3)" to
+    remove the unnecessary strict dependency on python2.4.
 
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Sat, 10 Jun 2006 17:01:19 +0200
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Tue, 13 Jun 2006 08:21:04 +0200
 
 boinc (5.4.9-1) unstable; urgency=low
 

Modified: trunk/boinc/debian/control
===================================================================
--- trunk/boinc/debian/control	2006-06-11 11:03:19 UTC (rev 450)
+++ trunk/boinc/debian/control	2006-06-13 06:26:05 UTC (rev 451)
@@ -4,12 +4,12 @@
 Maintainer: Debian BOINC Maintainers <pkg-boinc-devel at lists.alioth.debian.org>
 Uploaders: Steffen Moeller <steffen_moeller at gmx.de>, Frank S. Thomas <frank at thomas-alfeld.de>, Christoph Martin <christoph.martin at uni-mainz.de>, Greg Norris <adric at debian.org>
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5), dpatch, python, zlib1g-dev, libssl-dev, libcurl3-openssl-dev (>= 7.13.2), freeglut3-dev, libsm-dev, libice-dev, libxmu-dev, libxi-dev, libx11-dev, libjpeg62-dev, libwxgtk2.6-dev, automake1.9 (>= 1.9.3), autoconf (>= 2.59), autotools-dev, docbook2x, docbook-xml, dh-buildinfo
+Build-Depends: debhelper (>= 5), dpatch, zlib1g-dev, libssl-dev, libcurl3-openssl-dev (>= 7.13.2), freeglut3-dev, libsm-dev, libice-dev, libxmu-dev, libxi-dev, libx11-dev, libjpeg62-dev, libwxgtk2.6-dev, automake1.9 (>= 1.9.3), autoconf (>= 2.59), autotools-dev, docbook2x, docbook-xml, dh-buildinfo
 
 Package: boinc-client
 Section: net
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, adduser, lsb-base (>= 3.0-6)
+Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.3), adduser, lsb-base (>= 3.0-6)
 Suggests: boinc-manager | kboincspy
 Description: core client for the BOINC distributed computing infrastructure
  The Berkeley Open Infrastructure for Network Computing (BOINC) is a

Modified: trunk/boinc/debian/extra/update-boinc-applinks
===================================================================
--- trunk/boinc/debian/extra/update-boinc-applinks	2006-06-11 11:03:19 UTC (rev 450)
+++ trunk/boinc/debian/extra/update-boinc-applinks	2006-06-13 06:26:05 UTC (rev 451)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
 # This script creates symlinks for anonymous BOINC applications.

Modified: trunk/boinc/debian/rules
===================================================================
--- trunk/boinc/debian/rules	2006-06-11 11:03:19 UTC (rev 450)
+++ trunk/boinc/debian/rules	2006-06-13 06:26:05 UTC (rev 451)
@@ -188,7 +188,6 @@
 	dh_strip -a
 	dh_compress -a
 	dh_fixperms -a
-	dh_python -a
 	dh_installdeb -a
 	dh_shlibdeps -a
 	dh_gencontrol -a




More information about the pkg-boinc-commits mailing list