[Python-modules-commits] [python-daemonocle] 01/01: change MIT for Expat, watch project and python3 compatibility

Adrian Alves alvesadrian-guest at moszumanska.debian.org
Wed May 4 05:53:21 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 0cc39774b127da02ae914afc3e0ef907cc42a1ba
Author: Adrian Alves <aalves at gmail.com>
Date:   Wed May 4 02:53:11 2016 -0300

    change MIT for Expat, watch project and python3 compatibility
---
 debian/control   | 19 ++++++++++++++++++-
 debian/copyright |  4 ++--
 debian/rules     |  2 +-
 debian/watch     |  2 +-
 4 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index d1b2315..d497557 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Standards-Version: 3.9.7
 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
 
 Package: python-daemonocle
 Architecture: all
@@ -23,3 +22,21 @@ Description: Library for creating super fancy Unix daemons
  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 2 compatible package.
+
+Package: python3-daemonocle
+Architecture: all
+Depends: ${shlibs:Depends}, 
+ ${misc:Depends}, 
+ ${python:Depends},
+ python-psutil,
+ python-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/copyright b/debian/copyright
index 84da9ae..e55c732 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Source: https://github.com/jnrbsn/daemonocle
 
 Files: *
 Copyright: 2014 Jonathan Robson
-License: MIT
+License: Expat
  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
  in the Software without restriction, including without limitation the rights
@@ -25,5 +25,5 @@ License: MIT
 
 Files: debian/*
 Copyright: 2016 Adrian Alves <aalves at gmail.com>
-License: MIT
+License: Expat
 Comment: Debian packaging is licensed under the same terms as upstream
diff --git a/debian/rules b/debian/rules
index de1bd88..a76524b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,4 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
index 857ffa4..c969d07 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
-opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/<project>-$1\.tar\.gz/ \
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/python-daemonocle-$1\.tar\.gz/ \
   https://github.com/jnrbsn/daemonocle/tags .*/v?(\d\S*)\.tar\.gz
 

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