[Python-modules-commits] [python-slugify] 01/01: Add missing dependency and improve description of the slugify package in d/control. Add some comments to d/rules.

Hugo Lefeuvre hle at moszumanska.debian.org
Tue Jun 21 19:29:22 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 10b6780a0f31200faa5b0fa5e0b579dff7274582
Author: Hugo Lefeuvre <hle at debian.org>
Date:   Tue Jun 21 21:00:22 2016 +0200

    Add missing dependency and improve description of the slugify package in d/control. Add some comments to d/rules.
---
 debian/control | 5 +++--
 debian/rules   | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index dbe6463..267a51c 100644
--- a/debian/control
+++ b/debian/control
@@ -39,6 +39,7 @@ Description: Python slugify module that handles unicode (Python 3)
 Package: slugify
 Architecture: all
 Depends: ${misc:Depends},
-         ${python3:Depends}
-Description: Python slugify application that handles unicode (Python 3)
+         ${python3:Depends},
+         python3-slugify
+Description: Python slugify application that handles unicode
  Python application for slugifying unicode strings.
diff --git a/debian/rules b/debian/rules
index a62f8df..ffcf262 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,4 +17,5 @@ override_dh_auto_install:
 	rm $(PYBUILD_DEST_DIR_python2)/usr/bin/slugify
 
 override_dh_installman:
+	# Force dh_installman to install the manpage in the app package
 	dh_installman -p slugify debian/slugify.1

-- 
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