[Python-modules-commits] r30947 - in packages/python-weberror/trunk/debian (3 files)

andrewsh at users.alioth.debian.org andrewsh at users.alioth.debian.org
Wed Oct 8 12:25:11 UTC 2014


    Date: Wednesday, October 8, 2014 @ 12:25:10
  Author: andrewsh
Revision: 30947

[ Federico Ceratto ]
* Add patch to remove embedded minified JS (Closes: #735237)
* Bump Standards-Version to 3.9.5 (no changes needed)
* Add Pybuild dependencies
* Install evaldemo.py example

Modified:
  packages/python-weberror/trunk/debian/changelog
  packages/python-weberror/trunk/debian/control
  packages/python-weberror/trunk/debian/rules

Modified: packages/python-weberror/trunk/debian/changelog
===================================================================
--- packages/python-weberror/trunk/debian/changelog	2014-10-08 12:01:11 UTC (rev 30946)
+++ packages/python-weberror/trunk/debian/changelog	2014-10-08 12:25:10 UTC (rev 30947)
@@ -7,6 +7,12 @@
   * Bump debhelper version to 9
   * debian/rules: Use dh
 
+  [ Federico Ceratto ]
+  * Add patch to remove embedded minified JS (Closes: #735237)
+  * Bump Standards-Version to 3.9.5 (no changes needed)
+  * Add Pybuild dependencies
+  * Install evaldemo.py example
+
  -- Jackson Doak <noskcaj at ubuntu.com>  Fri, 28 Feb 2014 19:34:24 +1100
 
 python-weberror (0.10.3-1) unstable; urgency=low

Modified: packages/python-weberror/trunk/debian/control
===================================================================
--- packages/python-weberror/trunk/debian/control	2014-10-08 12:01:11 UTC (rev 30946)
+++ packages/python-weberror/trunk/debian/control	2014-10-08 12:25:10 UTC (rev 30947)
@@ -3,11 +3,12 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Christoph Haas <haas at debian.org>, Piotr Ożarowski <piotr at debian.org>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9~)
 Build-Depends-Indep: python (>= 2.3.3), python-setuptools (>= 0.6b3-1~),
+ dh-python, python-all,
  python-paste (>= 1.7.1), python-webob, python-tempita,
  python-pygments, python-nose, python-webtest
-Standards-Version: 3.9.2
+Standards-Version: 3.9.5
 X-Python-Version: >= 2.4
 Homepage: http://pypi.python.org/pypi/WebError
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-weberror/trunk/
@@ -17,7 +18,8 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends},
  python-paste (>= 1.7.1), python-pastedeploy, python-pkg-resources,
- python (>= 2.6) | python-simplejson
+ python (>= 2.6) | python-simplejson,
+ libjs-jquery
 Description: Python web error handling and exception catching module
  This Python module provides error handling and exception catching
  functionality for WSGI web applications. It is primarily used by Pylons

Modified: packages/python-weberror/trunk/debian/rules
===================================================================
--- packages/python-weberror/trunk/debian/rules	2014-10-08 12:01:11 UTC (rev 30946)
+++ packages/python-weberror/trunk/debian/rules	2014-10-08 12:25:10 UTC (rev 30947)
@@ -1,15 +1,12 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
+# export DH_VERBOSE=1
+package=python-weberror
 
 override_dh_clean:
 	rm -rf build build-* tests/reporter_output/test_logger.log
 	find . -name *\.py[co] -exec rm -f {} \;
 	dh_clean install-stamp test-stamp install-python*
 
-#	python$* setup.py install \
-#		--install-layout=deb \
-#		--single-version-externally-managed \
-#		--root $(CURDIR)/debian/$(package)
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
@@ -22,6 +19,8 @@
 override_dh_auto_install:
 	find debian/*/ -type f -perm 755 | xargs -r chmod 644
 	dh_auto_install
+	find debian/python-weberror -name jquery-1.2.1.min.js -delete
+	find debian/python-weberror -name jquery-1.2.3.pack.js -delete
 
 %:
-	dh $@ --with python2 --buildsystem=pybuild
\ No newline at end of file
+	dh $@ --with python2 --buildsystem=pybuild




More information about the Python-modules-commits mailing list