[Pkg-ganeti-devel] [SCM] Ganeti packaging branch, master, updated. debian/2.6.2-2-19-g78a6e96

Apollon Oikonomopoulos apollon at skroutz.gr
Fri Jul 12 14:28:49 UTC 2013


The following commit has been merged in the master branch:
commit c242648cca76e747f07f5f8ce1b5b4f8a084a996
Author: Apollon Oikonomopoulos <apollon at skroutz.gr>
Date:   Fri Jul 12 16:49:20 2013 +0300

    Convert to dh_python2
    
    dh_pysupport is obsolete, convert to dh_python2 and Build-Depend on python-all.

diff --git a/debian/control b/debian/control
index 2413808..193d074 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian Ganeti Team <pkg-ganeti-devel at lists.alioth.debian.org>
 Uploaders: Guido Trotter <ultrotter at debian.org>, Iustin Pop <iustin at debian.org>
 Build-Depends: debhelper (>= 9),
- ghc (>= 6.12), ghc-ghci,
+ python-all, ghc (>= 6.12), ghc-ghci,
  libghc-curl-dev, libghc-json-dev,
  libghc-network-dev, libcurl4-gnutls-dev, libghc-parallel-dev,
  libghc-utf8-string-dev, libghc-deepseq-dev, libghc-hslogger-dev,
diff --git a/debian/rules b/debian/rules
index ff1e466..f2acbcd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -103,9 +103,9 @@ binary-indep: build install
 #	dh_installcatalogs -i
 #	dh_installpam -i
 #	dh_installmime -i
-# Note: dh_pysupport *must* be before dh_installinit, since the daemons
-# need the python modules as installed by pysupport
-	dh_pysupport
+# Note: dh_python2 *must* be before dh_installinit, since the daemons
+# need the python modules as installed by dh_python2
+	dh_python2
 	dh_installinit --name=ganeti --error-handler=true -i -- defaults 20 80
 	dh_installcron --name=ganeti -i
 #	dh_installinfo -i

-- 
Ganeti packaging



More information about the Pkg-ganeti-devel mailing list