[Python-modules-commits] [simplejson] 09/11: Removed -dbg packages, use -dbgsym instead

Ondřej Nový onovy-guest at moszumanska.debian.org
Thu Apr 14 20:52:49 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 d5a7a23f119c5efc872cb9e10a1c10fee01a2384
Author: Ondřej Nový <novy at ondrej.org>
Date:   Thu Apr 14 22:41:58 2016 +0200

    Removed -dbg packages, use -dbgsym instead
---
 debian/changelog |  1 +
 debian/control   | 48 ++----------------------------------------------
 debian/rules     |  2 --
 3 files changed, 3 insertions(+), 48 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8fbc601..493cb24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ simplejson (3.8.2-1) UNRELEASED; urgency=medium
   * Added doc-base
   * Cleanup of package descriptions
   * Changed Conflicts to Replaces+Breaks
+  * Removed -dbg packages, use -dbgsym instead
 
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 22:31:44 +0200
 
diff --git a/debian/control b/debian/control
index 61c2e4a..d630658 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, python-all-dbg, pypy [amd64 i386],
- python3-all-dev, python3-all-dbg
+ python-all-dev, pypy [amd64 i386],
+ python3-all-dev,
 Homepage: http://undefined.org/python/#simplejson
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.3
@@ -37,28 +37,6 @@ 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}
@@ -79,28 +57,6 @@ 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 0bfbe0c..8d40d4c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,7 @@
 #!/usr/bin/make -f
 
 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