[Python-modules-commits] r853 - in /packages/json-py/trunk/debian: changelog python-json.postinst python-json.prerm rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Thu Jun 15 22:33:38 UTC 2006


Author: kov
Date: Thu Jun 15 22:33:35 2006
New Revision: 853

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=853
Log:
updated to support the new python policy

Removed:
    packages/json-py/trunk/debian/python-json.postinst
    packages/json-py/trunk/debian/python-json.prerm
Modified:
    packages/json-py/trunk/debian/changelog
    packages/json-py/trunk/debian/rules

Modified: packages/json-py/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/json-py/trunk/debian/changelog?rev=853&op=diff
==============================================================================
--- packages/json-py/trunk/debian/changelog (original)
+++ packages/json-py/trunk/debian/changelog Thu Jun 15 22:33:35 2006
@@ -1,3 +1,13 @@
+json-py (3.4-2) UNRELEASED; urgency=low
+
+  * debian/control, debian/rules:
+  - support the new Python Policy; build-depends updated to use newest
+    versions of cdbs, debhelper and python-support; (Closes: #373447)
+  * debian/python-json.{postinst,prerm}:
+  - removed; will be created automatically by dh_pysupport
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Thu, 15 Jun 2006 19:29:52 -0300
+
 json-py (3.4-1) unstable; urgency=low
 
   * Initial Release (Closes: #334937)

Modified: packages/json-py/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/json-py/trunk/debian/rules?rev=853&op=diff
==============================================================================
--- packages/json-py/trunk/debian/rules (original)
+++ packages/json-py/trunk/debian/rules Thu Jun 15 22:33:35 2006
@@ -1,13 +1,15 @@
 #!/usr/bin/make -f
 
+DEB_PYTHON_SYSTEM := pysupport
+
 include /usr/share/cdbs/1/rules/buildcore.mk
-# python-distutils before debhelper to avoid it calling dh_python
-# itself
+include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-DEB_PYTHON_INSTALL_ARGS_ALL = --single-version-externally-managed --no-compile -O0 --install-lib usr/share/python-support/python-json
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed --install-lib usr/share/python-support/python-json
+# hack around CDBS bug -- see #373678
+DEB_PYTHON_INSTALL_ARGS := ${DEB_PYTHON_INSTALL_ARGS_ALL}
 
 clean::
 	# hack (CDBS bug -- see #300149)




More information about the Python-modules-commits mailing list