[Python-modules-commits] r6602 - in packages/simplejson/trunk/debian (changelog control rules)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sat Sep 27 19:29:20 UTC 2008
Date: Saturday, September 27, 2008 @ 19:29:19
Author: piotr
Revision: 6602
* New upstream release (upload to experimental due to Lenny freeze)
* Remove embedded copy of jquery.js and recommend libjs-jquery package
* Don't compress .json and .js files in docs directory
Modified:
packages/simplejson/trunk/debian/changelog
packages/simplejson/trunk/debian/control
packages/simplejson/trunk/debian/rules
Modified: packages/simplejson/trunk/debian/changelog
===================================================================
--- packages/simplejson/trunk/debian/changelog 2008-09-27 14:10:59 UTC (rev 6601)
+++ packages/simplejson/trunk/debian/changelog 2008-09-27 19:29:19 UTC (rev 6602)
@@ -1,3 +1,11 @@
+simplejson (2.0.0-1) experimental; urgency=low
+
+ * New upstream release (upload to experimental due to Lenny freeze)
+ * Remove embedded copy of jquery.js and recommend libjs-jquery package
+ * Don't compress .json and .js files in docs directory
+
+ -- Piotr Ożarowski <piotr at debian.org> Sat, 27 Sep 2008 20:25:19 +0200
+
simplejson (1.9.3-1) experimental; urgency=low
* New upstream release
Modified: packages/simplejson/trunk/debian/control
===================================================================
--- packages/simplejson/trunk/debian/control 2008-09-27 14:10:59 UTC (rev 6601)
+++ packages/simplejson/trunk/debian/control 2008-09-27 19:29:19 UTC (rev 6602)
@@ -14,6 +14,7 @@
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
XB-Python-Version: ${python:Versions}
+Recommends: libjs-jquery
Provides: ${python:Provides}
Replaces: python2.4-simplejson
Conflicts: python2.4-simplejson
Modified: packages/simplejson/trunk/debian/rules
===================================================================
--- packages/simplejson/trunk/debian/rules 2008-09-27 14:10:59 UTC (rev 6601)
+++ packages/simplejson/trunk/debian/rules 2008-09-27 19:29:19 UTC (rev 6602)
@@ -7,8 +7,6 @@
MODULE_NAME=simplejson
PYVERS=$(shell pyversions -vr)
-DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
- | sed -rne 's,^Version: ([^-]+).*,\1,p')
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
@@ -49,10 +47,11 @@
dh_testroot
dh_installchangelogs
dh_installdocs
- dh_installexamples
+ dh_link /usr/share/javascript/jquery/jquery.js \
+ /usr/share/doc/python-simplejson/docs/_static/jquery.js
dh_pysupport
dh_strip
- dh_compress -X.py
+ dh_compress -X.py -X.json -X.js
dh_fixperms
dh_installdeb
dh_shlibdeps
More information about the Python-modules-commits
mailing list