[Python-modules-commits] [python-slugify] 01/01: Update Description and debug test execution.

Hugo Lefeuvre hle at moszumanska.debian.org
Wed Dec 21 11:42:03 UTC 2016


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

hle pushed a commit to branch master
in repository python-slugify.

commit 0c5b98108ad13d694d4c2c490937e07f22511260
Author: Hugo Lefeuvre <hle at debian.org>
Date:   Tue Dec 20 18:26:08 2016 +0100

    Update Description and debug test execution.
---
 debian/control | 2 +-
 debian/rules   | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index d734b01..169b650 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Package: python-slugify
 Architecture: all
 Depends: ${misc:Depends},
          ${python:Depends}
-Description: Python module that provides tools for slugifying unicode strings (Python 2)
+Description: Python module that provides tools for slugifying unicode strings
  Python module that provides tools for slugifying unicode strings.
  .
  This package installs the library for Python 2.
diff --git a/debian/rules b/debian/rules
index ffcf262..fd73d38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,3 +19,8 @@ override_dh_auto_install:
 override_dh_installman:
 	# Force dh_installman to install the manpage in the app package
 	dh_installman -p slugify debian/slugify.1
+
+override_dh_auto_test:
+	PYBUILD_SYSTEM=custom \
+	PYBUILD_TEST_ARGS="python{version} test.py" \
+	dh_auto_test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-slugify.git



More information about the Python-modules-commits mailing list