[Reproducible-commits] [koji] 01/03: Add some missing Build-Depends and env var
Ximin Luo
infinity0 at debian.org
Thu Dec 3 00:18:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository koji.
commit 81342e3a7186a61c45a1242976e0caa278ddd9a8
Author: Ximin Luo <infinity0 at debian.org>
Date: Thu Dec 3 00:38:17 2015 +0100
Add some missing Build-Depends and env var
---
debian/control | 6 +++++-
debian/rules | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index fee25e1..9d2d7a1 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,11 @@ Build-Depends:
python-openssl,
python-libxml2,
python-libvirt,
- pkg-config
+ python-kerberos,
+ python-urlgrabber,
+ pkg-config,
+ systemd,
+ yum
Homepage: https://fedorahosted.org/koji/
#Vcs-Git: git://anonscm.debian.org/users/tzafrir/mock.git
#Vcs-Browser: http://anoncms.debian.org/gitweb/?p=users/tzafrir/mock.git
diff --git a/debian/rules b/debian/rules
index 6b1a9dc..41e1c70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_auto_install:
override_dh_auto_build:
dh_auto_build
- help2man --no-info -n "RPM-based build system client" --version-string=1.10.0 ./cli/koji > debian/koji.1
+ PYTHONPATH=. help2man --no-info -n "RPM-based build system client" --version-string=1.10.0 ./cli/koji > debian/koji.1
override_dh_auto_clean:
rm -f debian/koji.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/koji.git
More information about the Reproducible-commits
mailing list