[Python-modules-commits] [simplejson] 01/01: Added -dbg packages back and don't generate -dbgsym

Ondřej Nový onovy-guest at moszumanska.debian.org
Fri Apr 15 13:29:51 UTC 2016


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

onovy-guest pushed a commit to branch master
in repository simplejson.

commit ba483e8c6a4b1fb7f47b6bf382bb04b9c1ce8a22
Author: Ondřej Nový <novy at ondrej.org>
Date:   Fri Apr 15 15:25:36 2016 +0200

    Added -dbg packages back and don't generate -dbgsym
---
 debian/changelog |  7 +++++++
 debian/control   | 48 ++++++++++++++++++++++++++++++++++++++++++++++--
 debian/rules     |  4 ++++
 3 files changed, 57 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b5707ef..6f1b980 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+simplejson (3.8.2-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Added -dbg packages back and don't generate -dbgsym
+
+ -- Ondřej Nový <novy at ondrej.org>  Fri, 15 Apr 2016 15:25:02 +0200
+
 simplejson (3.8.2-1) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index 6510257..c6f8e58 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.
 Uploaders: Piotr Ożarowski <piotr at debian.org>
 Standards-Version: 3.9.8
 Build-Depends: debhelper (>= 9), python-sphinx (>= 1.0.7+dfsg-1~), dh-python (>= 1.20130807),
- python-all-dev, pypy [amd64 i386],
- python3-all-dev,
+ python-all-dev, python-all-dbg, pypy [amd64 i386],
+ python3-all-dev, python3-all-dbg
 Homepage: https://github.com/simplejson/simplejson
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.3
@@ -36,6 +36,28 @@ Description: simple, fast, extensible JSON encoder/decoder for Python 2.x
  .
  This package contains the Python 2.x module.
 
+Package: python-simplejson-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: python-simplejson (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: simple, fast, extensible JSON encoder/decoder for Python 2.x - debug symbols
+ simplejson is a simple, fast, complete, correct and extensible JSON
+ <http://json.org> encoder and decoder.
+ .
+ The encoder may be subclassed to provide serialization in any kind of
+ situation, without any special support by the objects to be serialized
+ (somewhat like pickle).
+ .
+ The decoder can handle incoming JSON strings of any specified encoding
+ (UTF-8 by default).
+ .
+ simplejson is the externally maintained development version of the json
+ library included with Python 2.6 and Python 3.0, but maintains backwards
+ compatibility with Python 2.5.
+ .
+ This package contains the extension built for the Python 2 debug interpreter.
+
 Package: python3-simplejson
 Architecture: any
 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
@@ -56,6 +78,28 @@ Description: simple, fast, extensible JSON encoder/decoder for Python 3.x
  .
  This package contains the Python 3.x module.
 
+Package: python3-simplejson-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: python3-simplejson (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
+Description: simple, fast, extensible JSON encoder/decoder for Python 3.x - debug symbols
+ simplejson is a simple, fast, complete, correct and extensible JSON
+ <http://json.org> encoder and decoder.
+ .
+ The encoder may be subclassed to provide serialization in any kind of
+ situation, without any special support by the objects to be serialized
+ (somewhat like pickle).
+ .
+ The decoder can handle incoming JSON strings of any specified encoding
+ (UTF-8 by default).
+ .
+ simplejson is the externally maintained development version of the json
+ library included with Python 2.6 and Python 3.0, but maintains backwards
+ compatibility with Python 2.5.
+ .
+ This package contains the extension built for the Python 3 debug interpreter.
+
 Package: python-simplejson-doc
 Section: doc
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 8d40d4c..a9af5e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,11 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_OPTIONS=noddebs
+
 export PYBUILD_DESTDIR_python2=debian/python-simplejson/
+export PYBUILD_DESTDIR_python2-dbg=debian/python-simplejson-dbg/
 export PYBUILD_DESTDIR_python3=debian/python3-simplejson/
+export PYBUILD_DESTDIR_python3-dbg=debian/python3-simplejson-dbg/
 export PYBUILD_DESTDIR_pypy=debian/pypy-simplejson/
 
 %:

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



More information about the Python-modules-commits mailing list