[Python-modules-commits] [dill] 01/02: * Drop obsolete depends on python-ctypeslib (Closes: #827565)

Scott Kitterman kitterman at moszumanska.debian.org
Sat Jun 18 05:48:58 UTC 2016


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

kitterman pushed a commit to branch master
in repository dill.

commit 80a72dce89c4fbccd1b9cf059bc2443db5c5b712
Author: Scott Kitterman <scott at kitterman.com>
Date:   Sat Jun 18 01:37:56 2016 -0400

    * Drop obsolete depends on python-ctypeslib (Closes: #827565)
---
 debian/changelog | 7 +++++++
 debian/control   | 8 +++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 27bf75a..139813e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dill (0.2.5-2) unstable; urgency=medium
+
+  * Team upload.
+  * Drop obsolete depends on python-ctypeslib (Closes: #827565)
+
+ -- Scott Kitterman <scott at kitterman.com>  Sat, 18 Jun 2016 01:34:40 -0400
+
 dill (0.2.5-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index a187e00..b034a6c 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/dill.git
 Package: python-dill
 Architecture: all
 Depends: ${misc:Depends},
- ${python:Depends},
- python-ctypeslib (>= 0.0.0+svn20100125)
+ ${python:Depends}
 Suggests: python-objgraph (>= 1.8.1)
 Description: Serialize all of Python (almost)
  Dill extends Python's 'pickle' module for serializing and de-serializing Python
@@ -33,8 +32,7 @@ Description: Serialize all of Python (almost)
 Package: python3-dill
 Architecture: all
 Depends: ${misc:Depends},
- ${python3:Depends},
- python-ctypeslib (>= 0.0.0+svn20100125)
+ ${python3:Depends}
 Suggests: python3-objgraph (>= 1.8.1)
 Description: Serialize all of Python 3 (almost)
  Dill extends Python 3's 'pickle' module for serializing and
@@ -44,4 +42,4 @@ Description: Serialize all of Python 3 (almost)
  dill provides the ability to save the state of an interpreter session in a
  single command.
  Dill can be used to store Python 3 objects to a file, but the primary usage is
- to send Python 3 objects across the network as a byte stream.
\ No newline at end of file
+ to send Python 3 objects across the network as a byte stream.

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



More information about the Python-modules-commits mailing list