[Python-modules-commits] r12659 - in packages/python-repoze.what/trunk/debian (3 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Apr 19 21:29:33 UTC 2010


    Date: Monday, April 19, 2010 @ 21:29:32
  Author: piotr
Revision: 12659

* New upstream release
* Add python-repoze.who (<= 1.99) to Depends
* Add libjs-jquery to Suggests and use its jquery.js instead of embedded one
* bump Standards-Version to 3.8.4 (no changes needed)

Modified:
  packages/python-repoze.what/trunk/debian/changelog
  packages/python-repoze.what/trunk/debian/control
  packages/python-repoze.what/trunk/debian/rules

Modified: packages/python-repoze.what/trunk/debian/changelog
===================================================================
--- packages/python-repoze.what/trunk/debian/changelog	2010-04-19 21:14:17 UTC (rev 12658)
+++ packages/python-repoze.what/trunk/debian/changelog	2010-04-19 21:29:32 UTC (rev 12659)
@@ -1,3 +1,12 @@
+python-repoze.what (1.0.9-1) unstable; urgency=low
+
+  * New upstream release
+  * Add python-repoze.who (<= 1.99) to Depends
+  * Add libjs-jquery to Suggests and use its jquery.js instead of embedded one
+  * bump Standards-Version to 3.8.4 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Mon, 19 Apr 2010 23:15:43 +0200
+
 python-repoze.what (1.0.8-3) unstable; urgency=low
 
   * first upload to unstable

Modified: packages/python-repoze.what/trunk/debian/control
===================================================================
--- packages/python-repoze.what/trunk/debian/control	2010-04-19 21:14:17 UTC (rev 12658)
+++ packages/python-repoze.what/trunk/debian/control	2010-04-19 21:29:32 UTC (rev 12659)
@@ -8,7 +8,7 @@
 Build-Depends:
  debhelper (>= 7),
  cdbs,
- python-dev,
+ python,
  python-support,
  python-setuptools,
  python-sphinx,
@@ -19,7 +19,7 @@
  python-zope.interface,
  python-nose,
  python-coverage
-Standards-Version: 3.8.2
+Standards-Version: 3.8.4
 Homepage: http://www.repoze.org/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-repoze.what/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-repoze.what/trunk/
@@ -30,10 +30,12 @@
  ${misc:Depends},
  ${python:Depends},
  python-repoze.who (>= 1.0),
+ python-repoze.who (<= 1.99),
  python-repoze.who-plugins,
  python-paste (>= 1.7),
  python-zope.interface
 Recommends: python-pkg-resources
+Suggests: libjs-jquery
 Description: authorization framework for Python WSGI applications
  repoze.what is an authorization framework for WSGI applications,
  based on repoze.who (which deals with authentication and

Modified: packages/python-repoze.what/trunk/debian/rules
===================================================================
--- packages/python-repoze.what/trunk/debian/rules	2010-04-19 21:14:17 UTC (rev 12658)
+++ packages/python-repoze.what/trunk/debian/rules	2010-04-19 21:29:32 UTC (rev 12659)
@@ -9,5 +9,7 @@
 
 build/$(PKG)::
 	$(MAKE) -C docs/ html
+	dh_link /usr/share/javascript/jquery/jquery.js \
+		/usr/share/doc/python-repoze.what/html/_static/jquery.js
 cleanbuilddir/$(PKG)::
 	$(MAKE) -C docs/ clean




More information about the Python-modules-commits mailing list