[Python-modules-commits] r16379 - in packages/python-demjson/trunk/debian (4 files)
takaki at users.alioth.debian.org
takaki at users.alioth.debian.org
Wed Apr 6 05:22:43 UTC 2011
Date: Wednesday, April 6, 2011 @ 05:22:27
Author: takaki
Revision: 16379
new upstream
Modified:
packages/python-demjson/trunk/debian/changelog
packages/python-demjson/trunk/debian/control
packages/python-demjson/trunk/debian/copyright
packages/python-demjson/trunk/debian/rules
Modified: packages/python-demjson/trunk/debian/changelog
===================================================================
--- packages/python-demjson/trunk/debian/changelog 2011-04-06 05:14:33 UTC (rev 16378)
+++ packages/python-demjson/trunk/debian/changelog 2011-04-06 05:22:27 UTC (rev 16379)
@@ -1,3 +1,11 @@
+python-demjson (1.6-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * debian/copyright: Rewirte in DEP-5 format.
+ * debian/rules: Switch to dh_python2.
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Wed, 06 Apr 2011 14:19:02 +0900
+
python-demjson (1.5-1) unstable; urgency=low
* New upstream.
Modified: packages/python-demjson/trunk/debian/control
===================================================================
--- packages/python-demjson/trunk/debian/control 2011-04-06 05:14:33 UTC (rev 16378)
+++ packages/python-demjson/trunk/debian/control 2011-04-06 05:22:27 UTC (rev 16379)
@@ -1,9 +1,11 @@
Source: python-demjson
Section: python
Priority: optional
-Maintainer: TANIGUCHI Takaki <takaki at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), python-support
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: debhelper (>= 7),
+ python-all (>= 2.6.6-3),
+ python-setuptools
Standards-Version: 3.9.1
Homepage: http://deron.meranda.us/python/demjson/
@@ -11,6 +13,7 @@
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
+Breaks: ${python:Breaks}
Description: encoder, decoder, and lint/validator for JSON in Python
demjson is a comprehensive Python language binding to the JSON
language-independent data encoding standard, which is often used as a
Modified: packages/python-demjson/trunk/debian/copyright
===================================================================
--- packages/python-demjson/trunk/debian/copyright 2011-04-06 05:14:33 UTC (rev 16378)
+++ packages/python-demjson/trunk/debian/copyright 2011-04-06 05:22:27 UTC (rev 16379)
@@ -1,39 +1,28 @@
-This work was packaged for Debian by:
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: demjson
+Source: http://pypi.python.org/pypi/demjson/
- TANIGUCHI Takaki <takaki at debian.org> on Wed, 25 Nov 2009 17:36:29 +0900
+Files: *
+Copyright: 2006-2011 Deron Meranda <deron.meranda at gmail.com>
+License: LGPL-3
-It was downloaded from:
+Files: debian/*
+Copyright: 2011 TANIGUCHI Takaki <takaki at debian.org>
+License: LGPL-3
- http://pypi.python.org/pypi/demjson/
-
-Upstream Author:
-
- Deron Meranda <deron.meranda at gmail.com>
-
-Copyright:
-
- Copyright (c) 2006-2008 Deron E. Meranda
-
-License:
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published
- by the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-On Debian systems, the complete text of the GNU Lesser General
-Public License version 3 can be found in `/usr/share/common-licenses/LGPL-3'.
-
-The Debian packaging is:
-
- Copyright (C) 2009 TANIGUCHI Takaki <takaki at debian.org>
-
-and is licensed under the GPL version 3, see above.
+License: LGPL-3
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License version 3 can be found in `/usr/share/common-licenses/LGPL-3'.
Modified: packages/python-demjson/trunk/debian/rules
===================================================================
--- packages/python-demjson/trunk/debian/rules 2011-04-06 05:14:33 UTC (rev 16378)
+++ packages/python-demjson/trunk/debian/rules 2011-04-06 05:22:27 UTC (rev 16379)
@@ -10,4 +10,4 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --with python2
More information about the Python-modules-commits
mailing list