summaryrefslogtreecommitdiff
diff options
authorOndřej Nový <onovy@debian.org>2019-07-31 10:50:28 +0200
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2019-07-31 16:48:28 +0000
commitcc1cd7a543b2a41fb60a9efe7247d7a5f655ec2f (patch)
tree05c50bb6d58e3682fd2668d14b1c7990c56f602d
parentc99c8e68055667af8a693871fe7bd2a0b8bd34c3 (diff)
Imported using git-ubuntu import.
Notes
Notes: * Team upload. * Use debhelper-compat instead of debian/compat. * Drop Python 2 support.
-rw-r--r--debian/changelog8
-rw-r--r--debian/compat1
-rw-r--r--debian/control19
-rwxr-xr-xdebian/rules2
4 files changed, 10 insertions, 20 deletions
diff --git a/debian/changelog b/debian/changelog
index 17974f7..10fcce2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-epc (0.0.5-3) unstable; urgency=medium
+
+ * Team upload.
+ * Use debhelper-compat instead of debian/compat.
+ * Drop Python 2 support.
+
+ -- Ondřej Nový <onovy@debian.org> Wed, 31 Jul 2019 10:50:28 +0200
+
python-epc (0.0.5-2) unstable; urgency=medium
* Drop override of new-package-should-not-package-python2-module
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index dc3255d..1a4051a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,8 @@ Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper-compat (= 11),
dh-python,
- python-all,
- python-nose,
- python-setuptools,
- python-sexpdata,
python3-all,
python3-nose,
python3-setuptools,
@@ -20,19 +16,6 @@ Homepage: https://pypi.python.org/pypi/epc
Vcs-Git: https://salsa.debian.org/python-team/modules/python-epc.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-epc
-Package: python-epc
-Architecture: all
-Depends: ${misc:Depends},
- ${python:Depends},
- python-sexpdata
-Description: RPC stack for Emacs Lisp (Python2 version)
- EPC is an RPC stack for Emacs Lisp and Python-EPC is its server side
- and client side implementation in Python. Using Python-EPC, you can
- easily call Emacs Lisp functions from Python and Python functions
- from Emacs.
- .
- This package installs the library for Python 2.
-
Package: python3-epc
Architecture: all
Depends: ${misc:Depends},
diff --git a/debian/rules b/debian/rules
index 51ae6dc..4f8319d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
export PYBUILD_NAME=epc
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python3 --buildsystem=pybuild