[Debian-ha-commits] [crmsh] 01/02: Remove dh-python from B-D as python3 is not supported

Richard Winters devrik-guest at moszumanska.debian.org
Sun May 3 17:19:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

devrik-guest pushed a commit to branch master
in repository crmsh.

commit 66a4addbce593919491efd7fa06e4ecc29faaec9
Author: Richard B Winters <rik at mmogp.com>
Date:   Sun May 3 12:43:40 2015 -0400

    Remove dh-python from B-D as python3 is not supported
    
    Change-Id: Id82cb634f1ef4a399310f8101933c7dd1033eb75
    Signed-off-by: Richard B Winters <rik at mmogp.com>
---
 debian/control | 2 --
 debian/rules   | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 0e66c61..0a64c31 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Build-Depends: debhelper (>= 9.0.0),
  autotools-dev,
  cluster-glue-dev,
  dh-autoreconf,
- dh-python,
  docbook-xml,
  docbook-xsl,
  libcib4-dev (>= 1.1.12),
@@ -44,7 +43,6 @@ Depends: ${shlibs:Depends},
  ${python:Depends},
  ${misc:Depends},
  python2.7 (>=2.7.9),
- dh-python,
  python-lxml,
  python-yaml
 Recommends: pacemaker (>= 1.1.12)
diff --git a/debian/rules b/debian/rules
index e62b9bd..fd81c32 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs
 override_dh_auto_configure:
 	dh_auto_configure -- --prefix=/usr --sysconfdir=/etc \
 	    --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) --includedir=/usr/include/$(DEB_HOST_MULTIARCH) \
-	    --docdir=/usr/share/doc/crmsh --htmldir=/usr/share/doc/crmsh/html --with-asciidoc
+	    --docdir=/usr/share/doc/crmsh --htmldir=/usr/share/doc/crmsh/html
 
 override_dh_auto_build:
 	dh_auto_build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/crmsh.git



More information about the Debian-HA-Commits mailing list