[Python-modules-commits] [python-stopit] 01/01: remove python3 stuff from d/control d/rules

Adrian Alves alvesadrian-guest at moszumanska.debian.org
Mon May 2 00:57:50 UTC 2016


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

alvesadrian-guest pushed a commit to branch master
in repository python-stopit.

commit 38ad35d416e7d6ef9c3b4c48c79aea9076b2d504
Author: Adrian Alves <aalves at gmail.com>
Date:   Sun May 1 21:57:41 2016 -0300

    remove python3 stuff from d/control d/rules
---
 debian/control | 12 ------------
 debian/rules   |  4 +---
 2 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index 9ed0fce..55ee60f 100644
--- a/debian/control
+++ b/debian/control
@@ -21,15 +21,3 @@ Description: Timeout control decorator and context manager
     - two decorators that may stop its decorated callables on timeout.
  .
  This is the Python 2 compatible package.
-
-Package: python3-stopit
-Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
-XB-Python-Version: ${python:Versions}
-Description: Timeout control decorator and context manager
- This Python module provides:
-    - a function that raises an exception in another thread, including the main thread.
-    - two context managers that may stop its inner block activity on timeout.
-    - two decorators that may stop its decorated callables on timeout.
- .
- This is the Python 3 compatible package.
diff --git a/debian/rules b/debian/rules
index a99bb09..9cc4071 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
-export PYBUILD_DESTDIR_python2=debian/python-stopit/
-export PYBUILD_DESTDIR_python3=debian/python-stopit/
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python2 --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list