[Python-modules-commits] [inflection] 05/08: Fix typo in rules file
Ethan Ward
ethanward-guest at moszumanska.debian.org
Wed Aug 2 00:40:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
ethanward-guest pushed a commit to branch master
in repository inflection.
commit e767fbcb4220c7642fc794ec22426bd1378dd970
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Tue Aug 1 19:09:01 2017 -0500
Fix typo in rules file
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 50fc3a0..bdbe0ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,5 @@ export PYBUILD_NAME=inflection
%:
dh $@ --with python2,python3 --buildsystem=pybuild
-override_dh_installchangelog:
- dh_installchangelog CHANGES.rst
+override_dh_installchangelogs:
+ dh_installchangelogs CHANGES.rst
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/inflection.git
More information about the Python-modules-commits
mailing list