[Python-modules-commits] [check-manifest] 03/07: bla
Sergio Durigan Junior
sergiodj-guest at moszumanska.debian.org
Mon Jan 1 00:23:34 UTC 2018
This is an automated email from the git hooks/post-receive script.
sergiodj-guest pushed a commit to branch master
in repository check-manifest.
commit 4c00f05682755e5c5eb43c8faf0731a6e10a029b
Author: Sergio Durigan Junior <sergiodj at sergiodj.net>
Date: Sun Dec 31 17:02:17 2017 -0500
bla
---
debian/control | 29 ----------------------
...nifest-doc.docs => python3-check-manifest.docs} | 0
...oc.manpages => python3-check-manifest.manpages} | 0
debian/rules | 2 +-
4 files changed, 1 insertion(+), 30 deletions(-)
diff --git a/debian/control b/debian/control
index b4104b8..190803d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,8 @@ Section: python
Priority: optional
Build-Depends: debhelper (>= 10),
dh-python,
- python-all,
- python-setuptools,
python3-all,
python3-setuptools,
- python-tox,
- python-mock,
- python3-mock
Standards-Version: 4.1.3
Homepage: https://github.com/mgedmin/check-manifest
X-Python-Version: >= 2.7
@@ -20,18 +15,6 @@ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/check-manifest.g
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/check-manifest.git/
Testsuite: autopkgtest-pkg-python
-Package: python-check-manifest
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Suggests: python-check-manifest-doc
-Description: Tool to check the completeness of MANIFEST.in for Python packages (Python 2)
- The check-manifest tool performs a check on a MANIFEST.in file
- from a Python project and verifies its completeness. It can also
- create a MANIFEST.in file from scratch or append suggestions to it,
- and the user can also ignore certain patterns if needed.
- .
- This package installs the library for Python 2.
-
Package: python3-check-manifest
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
@@ -43,15 +26,3 @@ Description: Tool to check the completeness of MANIFEST.in for Python packages (
and the user can also ignore certain patterns if needed.
.
This package installs the library for Python 3.
-
-Package: python-check-manifest-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Description: Tool to check the completeness of MANIFEST.in for Python packages (common documentation)
- The check-manifest tool performs a check on a MANIFEST.in file
- from a Python project and verifies its completeness. It can also
- create a MANIFEST.in file from scratch or append suggestions to it,
- and the user can also ignore certain patterns if needed.
- .
- This is the common documentation package.
diff --git a/debian/python-check-manifest-doc.docs b/debian/python3-check-manifest.docs
similarity index 100%
rename from debian/python-check-manifest-doc.docs
rename to debian/python3-check-manifest.docs
diff --git a/debian/python-check-manifest-doc.manpages b/debian/python3-check-manifest.manpages
similarity index 100%
rename from debian/python-check-manifest-doc.manpages
rename to debian/python3-check-manifest.manpages
diff --git a/debian/rules b/debian/rules
index 2b9b111..2af7798 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,6 @@
export PYBUILD_NAME=check-manifest
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/check-manifest.git
More information about the Python-modules-commits
mailing list