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

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Nov 5 21:27:08 UTC 2009


    Date: Thursday, November 5, 2009 @ 21:27:07
  Author: piotr
Revision: 10301

* New upstream release
* Remove .pth file (module is installed into standard location)
* Remove requires.txt file (dpkg does a better job of handling dependencies)
* Suggest python-psycopg2 (repoze.who.plugins.sql)
* Suggest libjs-jquery package and use its jquery.js

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

Modified: packages/python-repoze.who/trunk/debian/changelog
===================================================================
--- packages/python-repoze.who/trunk/debian/changelog	2009-11-05 20:03:01 UTC (rev 10300)
+++ packages/python-repoze.who/trunk/debian/changelog	2009-11-05 21:27:07 UTC (rev 10301)
@@ -1,3 +1,13 @@
+python-repoze.who (1.0.16-1) unstable; urgency=low
+
+  * New upstream release
+  * Remove .pth file (module is installed into standard location)
+  * Remove requires.txt file (dpkg does a better job of handling dependencies)
+  * Suggest python-psycopg2 (repoze.who.plugins.sql)
+  * Suggest libjs-jquery package and use its jquery.js
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 05 Nov 2009 20:57:28 +0100
+
 python-repoze.who (1.0.15-2) unstable; urgency=low
 
   * bump Standards-Version to 3.8.3 (no changes needed)

Modified: packages/python-repoze.who/trunk/debian/control
===================================================================
--- packages/python-repoze.who/trunk/debian/control	2009-11-05 20:03:01 UTC (rev 10300)
+++ packages/python-repoze.who/trunk/debian/control	2009-11-05 21:27:07 UTC (rev 10301)
@@ -27,7 +27,10 @@
  python-zopeinterface,
  python-pkg-resources,
  python-paste
-Description: Identification and authentication framework for Python WSGI applications
+Suggests:
+ python-psycopg2,
+ libjs-jquery
+Description: identification and authentication framework for Python WSGI applications
  repoze.who is an identification and authentication framework for
  arbitrary Python WSGI applications; it acts as WSGI middleware.
  .

Modified: packages/python-repoze.who/trunk/debian/rules
===================================================================
--- packages/python-repoze.who/trunk/debian/rules	2009-11-05 20:03:01 UTC (rev 10300)
+++ packages/python-repoze.who/trunk/debian/rules	2009-11-05 21:27:07 UTC (rev 10301)
@@ -9,5 +9,12 @@
 
 build/$(PKG)::
 	$(MAKE) -C docs/ html
+	dh_link /usr/share/javascript/jquery/jquery.js \
+		/usr/share/doc/python-repoze.who/html/_static/jquery.js
+
 cleanbuilddir/$(PKG)::
 	$(MAKE) -C docs/ clean
+
+install/$(PKG)::
+	find $(CURDIR)/debian/$(PKG) -name requires.txt -delete
+	find $(CURDIR)/debian/$(PKG) -name '*.pth' -delete




More information about the Python-modules-commits mailing list