[Pkg-lustre-svn-commit] r460 - in /utils/lmt/trunk/debian: control pycompat rules
winnie at users.alioth.debian.org
winnie at users.alioth.debian.org
Tue Mar 25 10:12:01 UTC 2008
Author: winnie
Date: Tue Mar 25 10:12:00 2008
New Revision: 460
URL: http://svn.debian.org/wsvn/pkg-lustre/?sc=1&rev=460
Log:
Fix some python things... not sure if this is correct
Added:
utils/lmt/trunk/debian/pycompat
Modified:
utils/lmt/trunk/debian/control
utils/lmt/trunk/debian/rules
Modified: utils/lmt/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-lustre/utils/lmt/trunk/debian/control?rev=460&op=diff
==============================================================================
--- utils/lmt/trunk/debian/control (original)
+++ utils/lmt/trunk/debian/control Tue Mar 25 10:12:00 2008
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian Lustre Packaging team <pkg-lustre-maintainers at lists.alioth.debian.org>
Uploaders: Patrick Winnertz <winnie at debian.org>, Noel Köthe <noel at debian.org>, Goswin von Brederlow <goswin-v-b at web.de>
-Build-Depends: debhelper (>= 5), ant, ant-optional, libncursesw5-dev, sun-java6-jdk
+Build-Depends: debhelper (>= 5), ant, ant-optional, libncursesw5-dev, sun-java6-jdk, python-all-dev, python-support (>= 0.3)
Standards-Version: 3.7.3
Homepage: http://sourceforge.net/projects/lmt/
@@ -16,14 +16,18 @@
Package: lmt-server
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, python
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: lustre monitoring tool - collect daemon
Some description here...
Package: lmt-server-agent
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, python
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: lustre monitoring tool - lmtd daemon
Some description here
Added: utils/lmt/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/pkg-lustre/utils/lmt/trunk/debian/pycompat?rev=460&op=file
==============================================================================
--- utils/lmt/trunk/debian/pycompat (added)
+++ utils/lmt/trunk/debian/pycompat Tue Mar 25 10:12:00 2008
@@ -1,0 +1,1 @@
+2
Modified: utils/lmt/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-lustre/utils/lmt/trunk/debian/rules?rev=460&op=diff
==============================================================================
--- utils/lmt/trunk/debian/rules (original)
+++ utils/lmt/trunk/debian/rules Tue Mar 25 10:12:00 2008
@@ -71,7 +71,7 @@
# dh_installemacsen
# dh_installpam
# dh_installmime
- dh_python
+ dh_pysupport
dh_installinit
dh_installcron
# dh_installinfo
More information about the Pkg-lustre-svn-commit
mailing list