[Python-modules-commits] r13780 - in packages/okasha/trunk/debian (4 files)

aelmahmoudy-guest at users.alioth.debian.org aelmahmoudy-guest at users.alioth.debian.org
Sun Jul 4 07:19:01 UTC 2010


    Date: Sunday, July 4, 2010 @ 07:18:32
  Author: aelmahmoudy-guest
Revision: 13780

* Drop ${python:Provides}
* Merged -kit & -xslt packages into the main package
  + Add python-lxml & python-kid to Suggests, and mention in extended
    description for what they would be required.

Modified:
  packages/okasha/trunk/debian/control
  packages/okasha/trunk/debian/rules
Deleted:
  packages/okasha/trunk/debian/python-okasha-kid.install
  packages/okasha/trunk/debian/python-okasha-xslt.install

Modified: packages/okasha/trunk/debian/control
===================================================================
--- packages/okasha/trunk/debian/control	2010-07-04 07:14:47 UTC (rev 13779)
+++ packages/okasha/trunk/debian/control	2010-07-04 07:18:32 UTC (rev 13780)
@@ -13,8 +13,7 @@
 Package: python-okasha
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-Suggests: python-paste
-Provides: ${python:Provides}
+Suggests: python-paste, python-lxml, python-kid
 Description: trivial WSGI web framework for Python
  Almost do-nothing web framewrok that features:
   * WSGI-enabled ie. can be used with mod_wsgi, mod_python, Fast CGI, CGI, with
@@ -23,45 +22,15 @@
   * can be tuned to be suitable for desktop apps or public web servers
   * no extra dependencies
   * very simple
- .
-Package: python-okasha-xslt
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-lxml, python-okasha
-Provides: ${python:Provides}
-Description: trivial WSGI web framework for Python (XSLT support)
- Almost do-nothing web framewrok that features:
-  * WSGI-enabled ie. can be used with mod_wsgi, mod_python, fast cgi, cgi, with
-    paste or even without even a server
-  * light weight
-  * can be tuned to be suitable for desktop apps or public web servers
-  * no extra dependencies
-  * very simple
- .
- This package contains a module to add support for XSLT-based templates using
- python-lxml package.
+  * Contains a module to add support for XSLT-based templates (requires
+    python-lxml package)
+  * Contains a module to add support for Kid-based templates (requires
+    python-kid package)
 
-Package: python-okasha-kid
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-kid, python-okasha
-Provides: ${python:Provides}
-Description: trivial WSGI web framework for Python (Kid support)
- Almost do-nothing web framewrok that features:
-  * WSGI-enabled ie. can be used with mod_wsgi, mod_python, fast cgi, cgi, with
-    paste or even without even a server
-  * light weight
-  * can be tuned to be suitable for desktop apps or public web servers
-  * no extra dependencies
-  * very simple
- .
- This package contains a module to add support for Kid-based templates using
- python-kid package.
-
 Package: python-okasha-examples
 Architecture: all
 Depends: ${python:Depends},
  ${misc:Depends},
- python-okasha-kid,
- python-okasha-xslt,
  python-okasha,
  libjs-jquery,
  python-paste

Deleted: packages/okasha/trunk/debian/python-okasha-kid.install
===================================================================
--- packages/okasha/trunk/debian/python-okasha-kid.install	2010-07-04 07:14:47 UTC (rev 13779)
+++ packages/okasha/trunk/debian/python-okasha-kid.install	2010-07-04 07:18:32 UTC (rev 13780)
@@ -1 +0,0 @@
-usr/lib/python*/*/okasha/kidTemplate.*

Deleted: packages/okasha/trunk/debian/python-okasha-xslt.install
===================================================================
--- packages/okasha/trunk/debian/python-okasha-xslt.install	2010-07-04 07:14:47 UTC (rev 13779)
+++ packages/okasha/trunk/debian/python-okasha-xslt.install	2010-07-04 07:18:32 UTC (rev 13780)
@@ -1 +0,0 @@
-usr/lib/python*/*/okasha/xsltTemplate.*

Modified: packages/okasha/trunk/debian/rules
===================================================================
--- packages/okasha/trunk/debian/rules	2010-07-04 07:14:47 UTC (rev 13779)
+++ packages/okasha/trunk/debian/rules	2010-07-04 07:18:32 UTC (rev 13780)
@@ -5,9 +5,8 @@
 	dh  $@
 
 override_dh_install:
-	dh_install -Npython-okasha -Npython-okasha-examples
-	# Do not install XSLT/Kid template support in python-okasha:
-	dh_install -ppython-okasha -XTemplate.py
+	dh_install -Npython-okasha-examples
+	# Do not install convenience copy of JQuery script:
 	dh_install -ppython-okasha-examples -Xjquery.min.js
 
 override_dh_installdocs:




More information about the Python-modules-commits mailing list