[Python-modules-commits] r34047 - in packages/python-cjson/tags (8 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Sun Aug 30 09:06:48 UTC 2015
Date: Sunday, August 30, 2015 @ 09:06:47
Author: dktrkranz
Revision: 34047
[svn-buildpackage] Tagging python-cjson 1.1.0-2
Added:
packages/python-cjson/tags/1.1.0-2/
packages/python-cjson/tags/1.1.0-2/debian/changelog
(from rev 34046, packages/python-cjson/trunk/debian/changelog)
packages/python-cjson/tags/1.1.0-2/debian/control
(from rev 34046, packages/python-cjson/trunk/debian/control)
packages/python-cjson/tags/1.1.0-2/debian/rules
(from rev 34046, packages/python-cjson/trunk/debian/rules)
Deleted:
packages/python-cjson/tags/1.1.0-2/debian/changelog
packages/python-cjson/tags/1.1.0-2/debian/control
packages/python-cjson/tags/1.1.0-2/debian/pyversions
packages/python-cjson/tags/1.1.0-2/debian/rules
Deleted: packages/python-cjson/tags/1.1.0-2/debian/changelog
===================================================================
--- packages/python-cjson/trunk/debian/changelog 2015-08-30 08:52:30 UTC (rev 34044)
+++ packages/python-cjson/tags/1.1.0-2/debian/changelog 2015-08-30 09:06:47 UTC (rev 34047)
@@ -1,79 +0,0 @@
-python-cjson (1.1.0-1) unstable; urgency=low
-
- * New upstream version
- * Removing patch for CVE-2010-1666, applied upstream.
- * Removing patch for CVE-2009-4924, not a bug. See
- https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2009-4924
-
- -- Bernd Zeimetz <bzed at debian.org> Sun, 05 Oct 2014 13:27:53 +0200
-
-python-cjson (1.0.5-4) unstable; urgency=high
-
- * debian/patches:
- - New patch: 0002-fix-for-CVE-2009-4924
- Fixing a xss vulnerability by handling ['/'] arguments to cjson.encode
- properly.
- Closes: #593302, Fixes: CVE-2009-2924
-
- -- Bernd Zeimetz <bzed at debian.org> Mon, 06 Sep 2010 22:14:36 +0200
-
-python-cjson (1.0.5-3) unstable; urgency=high
-
- [ Christian Kastner ]
- * debian/source/format
- - Convert to format 3.0 (quilt)
- * debian/patches:
- - New patch 0001-fix-for-CVE-2010-1666
- Matt Giuca discovered a buffer overflow when encoding wide unicode
- characters on UCS4 builds. This fix was taken from Ubuntu LP #585274,
- which he provided.
- Closes: #587700, Fixes: CVE-2010-1666
-
- -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Tue, 06 Jul 2010 23:22:56 +0200
-
-python-cjson (1.0.5-2) unstable; urgency=low
-
- [ Bernd Zeimetz ]
- * debian/control:
- - Changing the priority of the -dbg package to extra
- - Adding Homepage field, removing pseudo-field from description
- - Adding Vcs-Svn and Vcs-Browser fields
- - Updating my email address
- - Bumping Standards-Version to 3.8.2, no changes needed.
- - Remove cdbs Build-dep, bump required debhelper version.
- - Fix several spelling errors in the descriptions
- - Move the -dbg package into section debug.
- - Add an extra ~ to the python-all-dev build-dep to make lintian
- happy.
- - Enhance the long description of the -dbg package.
- * debian/rules:
- - Replace cdbs weirdness by dh.
- * debian/pycompat:
- - Drop file, not needed.
- * debian/python-cjson.install:
- - Change to install non -dbg files only.
- * debian/python-cjson-dbg.install:
- - Install dbg extensions.
- * debian/copyright:
- - Update the licensing of the debian packaging to 2009.
-
- [ Sandro Tosi ]
- * debian/control
- - uniforming Vcs-Browser field
- * debian/control
- - switch Vcs-Browser field to viewsvn
-
- -- Bernd Zeimetz <bzed at debian.org> Mon, 27 Jul 2009 22:55:53 +0200
-
-python-cjson (1.0.5-1) unstable; urgency=low
-
- * New upstream version
-
- -- Bernd Zeimetz <bernd at bzed.de> Fri, 24 Aug 2007 16:12:17 +0200
-
-python-cjson (1.0.4-1) unstable; urgency=low
-
- * Initial release (Closes: #420606)
-
- -- Bernd Zeimetz <bernd at bzed.de> Wed, 15 Aug 2007 00:35:27 +0200
-
Copied: packages/python-cjson/tags/1.1.0-2/debian/changelog (from rev 34046, packages/python-cjson/trunk/debian/changelog)
===================================================================
--- packages/python-cjson/tags/1.1.0-2/debian/changelog (rev 0)
+++ packages/python-cjson/tags/1.1.0-2/debian/changelog 2015-08-30 09:06:47 UTC (rev 34047)
@@ -0,0 +1,86 @@
+python-cjson (1.1.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * Switch to dh_python2 (Closes: #786294).
+
+ -- Luca Falavigna <dktrkranz at debian.org> Sun, 30 Aug 2015 11:01:54 +0200
+
+python-cjson (1.1.0-1) unstable; urgency=low
+
+ * New upstream version
+ * Removing patch for CVE-2010-1666, applied upstream.
+ * Removing patch for CVE-2009-4924, not a bug. See
+ https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2009-4924
+
+ -- Bernd Zeimetz <bzed at debian.org> Sun, 05 Oct 2014 13:27:53 +0200
+
+python-cjson (1.0.5-4) unstable; urgency=high
+
+ * debian/patches:
+ - New patch: 0002-fix-for-CVE-2009-4924
+ Fixing a xss vulnerability by handling ['/'] arguments to cjson.encode
+ properly.
+ Closes: #593302, Fixes: CVE-2009-2924
+
+ -- Bernd Zeimetz <bzed at debian.org> Mon, 06 Sep 2010 22:14:36 +0200
+
+python-cjson (1.0.5-3) unstable; urgency=high
+
+ [ Christian Kastner ]
+ * debian/source/format
+ - Convert to format 3.0 (quilt)
+ * debian/patches:
+ - New patch 0001-fix-for-CVE-2010-1666
+ Matt Giuca discovered a buffer overflow when encoding wide unicode
+ characters on UCS4 builds. This fix was taken from Ubuntu LP #585274,
+ which he provided.
+ Closes: #587700, Fixes: CVE-2010-1666
+
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Tue, 06 Jul 2010 23:22:56 +0200
+
+python-cjson (1.0.5-2) unstable; urgency=low
+
+ [ Bernd Zeimetz ]
+ * debian/control:
+ - Changing the priority of the -dbg package to extra
+ - Adding Homepage field, removing pseudo-field from description
+ - Adding Vcs-Svn and Vcs-Browser fields
+ - Updating my email address
+ - Bumping Standards-Version to 3.8.2, no changes needed.
+ - Remove cdbs Build-dep, bump required debhelper version.
+ - Fix several spelling errors in the descriptions
+ - Move the -dbg package into section debug.
+ - Add an extra ~ to the python-all-dev build-dep to make lintian
+ happy.
+ - Enhance the long description of the -dbg package.
+ * debian/rules:
+ - Replace cdbs weirdness by dh.
+ * debian/pycompat:
+ - Drop file, not needed.
+ * debian/python-cjson.install:
+ - Change to install non -dbg files only.
+ * debian/python-cjson-dbg.install:
+ - Install dbg extensions.
+ * debian/copyright:
+ - Update the licensing of the debian packaging to 2009.
+
+ [ Sandro Tosi ]
+ * debian/control
+ - uniforming Vcs-Browser field
+ * debian/control
+ - switch Vcs-Browser field to viewsvn
+
+ -- Bernd Zeimetz <bzed at debian.org> Mon, 27 Jul 2009 22:55:53 +0200
+
+python-cjson (1.0.5-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Bernd Zeimetz <bernd at bzed.de> Fri, 24 Aug 2007 16:12:17 +0200
+
+python-cjson (1.0.4-1) unstable; urgency=low
+
+ * Initial release (Closes: #420606)
+
+ -- Bernd Zeimetz <bernd at bzed.de> Wed, 15 Aug 2007 00:35:27 +0200
+
Deleted: packages/python-cjson/tags/1.1.0-2/debian/control
===================================================================
--- packages/python-cjson/trunk/debian/control 2015-08-30 08:52:30 UTC (rev 34044)
+++ packages/python-cjson/tags/1.1.0-2/debian/control 2015-08-30 09:06:47 UTC (rev 34047)
@@ -1,48 +0,0 @@
-Source: python-cjson
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Bernd Zeimetz <bzed at debian.org>, Dan Pascu <dan at ag-projects.com>
-Build-Depends: debhelper (>= 7.3.5), python-all-dev (>= 2.4.4-1~), python-all-dbg, python-support (>= 0.7.1)
-Standards-Version: 3.8.2
-Homepage: http://cheeseshop.python.org/pypi/python-cjson
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-cjson/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-cjson/trunk/
-
-
-Package: python-cjson
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Suggests: python-cjson-dbg
-Description: Very fast JSON encoder/decoder for Python
- JSON stands for JavaScript Object Notation and is a text based lightweight
- data exchange format which is easy for humans to read/write and for machines
- to parse/generate. JSON is completely language independent and has multiple
- implementations in most of the programming languages, making it ideal for
- data exchange and storage.
- .
- The module is written in C and it is up to 250 times faster when compared to
- the other Python JSON implementations which are written directly in Python.
- This speed gain varies with the complexity of the data and the operation and
- is the range of 10-200 times for encoding operations and in the range of
- 100-250 times for decoding operations.
-
-Package: python-cjson-dbg
-Architecture: any
-Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-cjson (= ${binary:Version}), python-dbg
-Section: debug
-Description: Very fast JSON encoder/decoder for Python (debug extension)
- JSON stands for JavaScript Object Notation and is a text based lightweight
- data exchange format which is easy for humans to read/write and for machines
- to parse/generate. JSON is completely language independent and has multiple
- implementations in most of the programming languages, making it ideal for
- data exchange and storage.
- .
- The module is written in C and it is up to 250 times faster when compared to
- the other Python JSON implementations which are written directly in Python.
- This speed gain varies with the complexity of the data and the operation and
- is the range of 10-200 times for encoding operations and in the range of
- 100-250 times for decoding operations.
- .
- This package contains the debug extensions and symbols.
Copied: packages/python-cjson/tags/1.1.0-2/debian/control (from rev 34046, packages/python-cjson/trunk/debian/control)
===================================================================
--- packages/python-cjson/tags/1.1.0-2/debian/control (rev 0)
+++ packages/python-cjson/tags/1.1.0-2/debian/control 2015-08-30 09:06:47 UTC (rev 34047)
@@ -0,0 +1,48 @@
+Source: python-cjson
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Bernd Zeimetz <bzed at debian.org>, Dan Pascu <dan at ag-projects.com>
+Build-Depends: debhelper (>= 7.3.5), python-all-dev (>= 2.4.4-1~), python-all-dbg, dh-python
+Standards-Version: 3.8.2
+Homepage: http://cheeseshop.python.org/pypi/python-cjson
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-cjson/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-cjson/trunk/
+
+
+Package: python-cjson
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Suggests: python-cjson-dbg
+Description: Very fast JSON encoder/decoder for Python
+ JSON stands for JavaScript Object Notation and is a text based lightweight
+ data exchange format which is easy for humans to read/write and for machines
+ to parse/generate. JSON is completely language independent and has multiple
+ implementations in most of the programming languages, making it ideal for
+ data exchange and storage.
+ .
+ The module is written in C and it is up to 250 times faster when compared to
+ the other Python JSON implementations which are written directly in Python.
+ This speed gain varies with the complexity of the data and the operation and
+ is the range of 10-200 times for encoding operations and in the range of
+ 100-250 times for decoding operations.
+
+Package: python-cjson-dbg
+Architecture: any
+Priority: extra
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-cjson (= ${binary:Version}), python-dbg
+Section: debug
+Description: Very fast JSON encoder/decoder for Python (debug extension)
+ JSON stands for JavaScript Object Notation and is a text based lightweight
+ data exchange format which is easy for humans to read/write and for machines
+ to parse/generate. JSON is completely language independent and has multiple
+ implementations in most of the programming languages, making it ideal for
+ data exchange and storage.
+ .
+ The module is written in C and it is up to 250 times faster when compared to
+ the other Python JSON implementations which are written directly in Python.
+ This speed gain varies with the complexity of the data and the operation and
+ is the range of 10-200 times for encoding operations and in the range of
+ 100-250 times for decoding operations.
+ .
+ This package contains the debug extensions and symbols.
Deleted: packages/python-cjson/tags/1.1.0-2/debian/pyversions
===================================================================
--- packages/python-cjson/trunk/debian/pyversions 2015-08-30 08:52:30 UTC (rev 34044)
+++ packages/python-cjson/tags/1.1.0-2/debian/pyversions 2015-08-30 09:06:47 UTC (rev 34047)
@@ -1 +0,0 @@
-2.4-
Deleted: packages/python-cjson/tags/1.1.0-2/debian/rules
===================================================================
--- packages/python-cjson/trunk/debian/rules 2015-08-30 08:52:30 UTC (rev 34044)
+++ packages/python-cjson/tags/1.1.0-2/debian/rules 2015-08-30 09:06:47 UTC (rev 34047)
@@ -1,16 +0,0 @@
-#!/usr/bin/make -f
-
-PACKAGE=python-cjson
-
-%:
- dh $@
-
-override_dh_installdocs:
- dh_installdocs
- rm -rf debian/$(PACKAGE)-dbg/usr/share/doc/$(PACKAGE)-dbg
- ln -s $(PACKAGE) debian/$(PACKAGE)-dbg/usr/share/doc/$(PACKAGE)-dbg
-
-override_dh_strip:
- dh_strip --dbg-package=$(PACKAGE)-dbg
-
-
Copied: packages/python-cjson/tags/1.1.0-2/debian/rules (from rev 34046, packages/python-cjson/trunk/debian/rules)
===================================================================
--- packages/python-cjson/tags/1.1.0-2/debian/rules (rev 0)
+++ packages/python-cjson/tags/1.1.0-2/debian/rules 2015-08-30 09:06:47 UTC (rev 34047)
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+PACKAGE=python-cjson
+
+%:
+ dh $@ --with python2
+
+override_dh_installdocs:
+ dh_installdocs
+ rm -rf debian/$(PACKAGE)-dbg/usr/share/doc/$(PACKAGE)-dbg
+ ln -s $(PACKAGE) debian/$(PACKAGE)-dbg/usr/share/doc/$(PACKAGE)-dbg
+
+override_dh_strip:
+ dh_strip --dbg-package=$(PACKAGE)-dbg
+
+
More information about the Python-modules-commits
mailing list