[Python-modules-commits] r11818 - in packages/python-werkzeug/trunk/debian (7 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Fri Feb 19 22:49:59 UTC 2010


    Date: Friday, February 19, 2010 @ 22:49:55
  Author: piotr
Revision: 11818

* New upstream release
* Add python-openssl to Recommends
* Add python-memcache to Suggests
* Add "python (>= 2.6)" as an alternative dependency to python-simplejson
* Remove MacOS DS store and resource fork files in clean rule
* Standards-Version bumped to 3.8.4 (no changes needed)

Modified:
  packages/python-werkzeug/trunk/debian/changelog
  packages/python-werkzeug/trunk/debian/compat
  packages/python-werkzeug/trunk/debian/control
  packages/python-werkzeug/trunk/debian/copyright
  packages/python-werkzeug/trunk/debian/rules
  packages/python-werkzeug/trunk/debian/watch
Deleted:
  packages/python-werkzeug/trunk/debian/pycompat

Modified: packages/python-werkzeug/trunk/debian/changelog
===================================================================
--- packages/python-werkzeug/trunk/debian/changelog	2010-02-19 22:49:08 UTC (rev 11817)
+++ packages/python-werkzeug/trunk/debian/changelog	2010-02-19 22:49:55 UTC (rev 11818)
@@ -1,3 +1,14 @@
+python-werkzeug (0.6-1) unstable; urgency=low
+
+  * New upstream release
+  * Add python-openssl to Recommends
+  * Add python-memcache to Suggests
+  * Add "python (>= 2.6)" as an alternative dependency to python-simplejson
+  * Remove MacOS DS store and resource fork files in clean rule
+  * Standards-Version bumped to 3.8.4 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Fri, 19 Feb 2010 18:55:34 +0100
+
 python-werkzeug (0.5.1-1) unstable; urgency=low
 
   [ Noah Slater ]

Modified: packages/python-werkzeug/trunk/debian/compat
===================================================================
--- packages/python-werkzeug/trunk/debian/compat	2010-02-19 22:49:08 UTC (rev 11817)
+++ packages/python-werkzeug/trunk/debian/compat	2010-02-19 22:49:55 UTC (rev 11818)
@@ -1 +1 @@
-5
+7

Modified: packages/python-werkzeug/trunk/debian/control
===================================================================
--- packages/python-werkzeug/trunk/debian/control	2010-02-19 22:49:08 UTC (rev 11817)
+++ packages/python-werkzeug/trunk/debian/control	2010-02-19 22:49:55 UTC (rev 11818)
@@ -4,7 +4,7 @@
 Maintainer: Noah Slater <nslater at tumbolia.org>
 Uploaders: Piotr Ożarowski <piotr at debian.org>,
  Python Modules Packaging Team <python-modules-team at lists.alioth.debian.org>
-Standards-Version: 3.8.2
+Standards-Version: 3.8.4
 Build-Depends: debhelper (>= 7.2.11), python, python-sphinx
 Build-Depends-Indep: python-setuptools (>= 0.6b3), python-support (>= 0.6.4),
  python-simplejson, python-nose, python-lxml
@@ -15,8 +15,8 @@
 Package: python-werkzeug
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, libjs-jquery
-Recommends: python-simplejson
-Suggests: ipython, python-genshi, python-pkg-resources, python-lxml
+Recommends: python-simplejson | python (>= 2.6), python-openssl
+Suggests: ipython, python-genshi, python-pkg-resources, python-lxml, python-memcache
 Description: collection of utilities for WSGI applications
  The Web Server Gateway Interface (WSGI) is a standard interface between web
  server software and web applications written in Python.

Modified: packages/python-werkzeug/trunk/debian/copyright
===================================================================
--- packages/python-werkzeug/trunk/debian/copyright	2010-02-19 22:49:08 UTC (rev 11817)
+++ packages/python-werkzeug/trunk/debian/copyright	2010-02-19 22:49:55 UTC (rev 11818)
@@ -4,7 +4,7 @@
 Upstream-Source: http://werkzeug.pocoo.org/download
 
 Files: *
-Copyright: Copyright 2009, the Werkzeug Team
+Copyright: Copyright 2009-2010, the Werkzeug Team
 License: BSD
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are

Deleted: packages/python-werkzeug/trunk/debian/pycompat
===================================================================
--- packages/python-werkzeug/trunk/debian/pycompat	2010-02-19 22:49:08 UTC (rev 11817)
+++ packages/python-werkzeug/trunk/debian/pycompat	2010-02-19 22:49:55 UTC (rev 11818)
@@ -1 +0,0 @@
-2

Modified: packages/python-werkzeug/trunk/debian/rules
===================================================================
--- packages/python-werkzeug/trunk/debian/rules	2010-02-19 22:49:08 UTC (rev 11817)
+++ packages/python-werkzeug/trunk/debian/rules	2010-02-19 22:49:55 UTC (rev 11818)
@@ -32,8 +32,13 @@
 	dh_link /usr/share/doc/python-werkzeug/html/_sources \
 		/usr/share/doc/python-werkzeug/rst
 
+override_dh_fixperms:
+	find $(PKGDIR) -name '*\.png' -exec chmod -x '{}' \;
+	dh_fixperms
+
 clean:
-	dh $@
+	rm -rf build
+	dh_clean
 	make -C docs clean
 	find $(CURDIR) -name '*\.py[co]' -delete
-	rm -rf build
+	find $(CURDIR) \( -name '\._*' -o -name '\.DS_Store' \) -delete

Modified: packages/python-werkzeug/trunk/debian/watch
===================================================================
--- packages/python-werkzeug/trunk/debian/watch	2010-02-19 22:49:08 UTC (rev 11817)
+++ packages/python-werkzeug/trunk/debian/watch	2010-02-19 22:49:55 UTC (rev 11818)
@@ -1,2 +1,2 @@
 version=3
-http://cheeseshop.python.org/packages/source/W/Werkzeug/Werkzeug-(.*)\.tar\.gz
+http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list