[Python-modules-commits] [python-daemonocle] 01/01: fix changelog entry and removed python3 support
Adrian Alves
alvesadrian-guest at moszumanska.debian.org
Fri Aug 12 21:13:06 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-daemonocle.
commit 963e3dba4b44c4c61cf2a9b833a845d373d7b55d
Author: Adrian Alves <aalves at gmail.com>
Date: Fri Aug 12 18:12:56 2016 -0300
fix changelog entry and removed python3 support
---
debian/changelog | 7 +------
debian/control | 21 ---------------------
debian/rules | 1 -
3 files changed, 1 insertion(+), 28 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a33d09b..584cc26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,6 @@
python-daemonocle (1.0.1-1) unstable; urgency=medium
* New upstream release 1.0.1
-
- -- Adrian Alves <aalves at gmail.com> Tue, 24 May 2016 16:02:41 -0300
-
-python-daemonocle (0.8-1) unstable; urgency=medium
-
* Initial release (Closes: #819644)
- -- Adrian Alves <aalves at gmail.com> Sat, 26 Mar 2016 16:02:41 -0300
+ -- Adrian Alves <aalves at gmail.com> Tue, 24 May 2016 16:02:41 -0300
diff --git a/debian/control b/debian/control
index b3b6e58..00fdd95 100644
--- a/debian/control
+++ b/debian/control
@@ -9,16 +9,11 @@ Build-Depends: debhelper (>= 9),
python-setuptools,
python-pytest,
python-psutil,
- python3-psutil,
- python3-all,
- python3-pytest,
- python3-setuptools
Standards-Version: 3.9.8
Homepage: http://github.com/jnrbsn/daemonocle
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-daemonocle.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-daemonocle.git
X-Python-Version: >= 2.7
-X-Python3-Version: >= 3.2
Package: python-daemonocle
Architecture: all
@@ -35,19 +30,3 @@ Description: Library for creating super fancy Unix daemons
really useful features you don't often see in other daemons.
.
This is the Python 2 compatible package.
-
-Package: python3-daemonocle
-Architecture: all
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python3:Depends},
- python3-psutil,
- python3-click
-Description: Library for creating super fancy Unix daemons
- daemonocle a Python library for creating super fancy Unix
- daemons daemonocle is a library for creating your own
- Unix-style daemons written in Python. It solves many
- problems that other daemon libraries have and provides somei
- really useful features you don't often see in other daemons.
- .
- This is the Python 3 compatible package
diff --git a/debian/rules b/debian/rules
index 86509c5..1371488 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,5 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-export PYBUILD_NAME=daemonocle
%:
dh $@ --with python2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-daemonocle.git
More information about the Python-modules-commits
mailing list