[Python-modules-commits] [python-logfury] 03/04: d/rules: fix PYBUILD_NAME to logfury
Ondrej Koblizek
kobla-guest at moszumanska.debian.org
Tue Sep 12 13:14:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
kobla-guest pushed a commit to branch master
in repository python-logfury.
commit 2d180c9e73530efa72c27978a9bd2a0b643cc2b0
Author: Ondřej Kobližek <ondrej.koblizek at firma.seznam.cz>
Date: Tue Sep 12 15:11:22 2017 +0200
d/rules: fix PYBUILD_NAME to logfury
---
debian/changelog | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 4e2b142..f737ca6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,5 +4,7 @@ python-logfury (0.1.2-1) unstable; urgency=medium
* d/control:
- remove not used pylint/3
- Standards-Version raised to 4.0.1
+ * d/rules:
+ - fix PYBUILD_NAME to logfury
-- Ondřej Kobližek <koblizeko at gmail.com> Tue, 12 Sep 2017 10:28:18 +0200
diff --git a/debian/rules b/debian/rules
index 74080b5..b2f8ad5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#! /usr/bin/make -f
#export DH_VERBOSE = 1
-export PYBUILD_NAME = python-logfury
+export PYBUILD_NAME = logfury
%:
dh $@ --with python3 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-logfury.git
More information about the Python-modules-commits
mailing list