[Python-modules-commits] r551 - /packages/python-myghty/trunk/debian/control

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Wed May 10 12:40:05 UTC 2006


Author: pox-guest
Date: Wed May 10 12:40:04 2006
New Revision: 551

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=551
Log:
* Dependencies updated
* Standards-Version updated to 3.7.2
* Fixed Homepage pseudo header (DD's Reference 6.2.4)

Modified:
    packages/python-myghty/trunk/debian/control

Modified: packages/python-myghty/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-myghty/trunk/debian/control?rev=551&op=diff
==============================================================================
--- packages/python-myghty/trunk/debian/control (original)
+++ packages/python-myghty/trunk/debian/control Wed May 10 12:40:04 2006
@@ -3,36 +3,36 @@
 Priority: optional
 Maintainer: Antal A. Buss <abuss at puj.edu.co>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper
-Build-Depends-Indep: python, python-dev, python-pastescript
-Standards-Version: 3.6.2
+Build-Depends: cdbs, debhelper (>=4)
+Build-Depends-Indep: python, python-dev, python-pastescript, python-setuptools (>= 0.6a9-1), python-routes
+Standards-Version: 3.7.2
 
 Package: python-myghty
 Architecture: all
-Depends: python (>= 2.3), python (<< 2.5), python-support (>= 0.2)
+Depends: python (>= 2.3), python (<< 2.5), python-support (>= 0.2), python-pastescript, python-routes
 Recommends: python-myghty-doc
 Description: High performance Python templating framework (dummy package)
- Myghty is a Python based templating framework originally based on 
- HTML::Mason, Myghty fully implements  Mason's templating language, 
- component-based architecture, and caching  system, and goes beyond, 
- adding new paradigms such as Module  Components, full Python 
- whitespace syntax, threading support, WSGI support, session support, 
+ Myghty is a Python based templating framework originally based on
+ HTML::Mason, Myghty fully implements  Mason's templating language,
+ component-based architecture, and caching  system, and goes beyond,
+ adding new paradigms such as Module  Components, full Python
+ whitespace syntax, threading support, WSGI support, session support,
  and much more.
  .
- Myghty homepage is http://www.myghty.org/. 
+  Homepage: http://www.myghty.org/
 
 Package: python-myghty-doc
 Architecture: all
 Section: doc
 Description: High performance Python templating framework (documentation)
- Myghty is a Python based templating framework originally based on 
- HTML::Mason, Myghty fully implements  Mason's templating language, 
- component-based architecture, and caching  system, and goes beyond, 
- adding new paradigms such as Module  Components, full Python 
- whitespace syntax, threading support, WSGI support, session support, 
+ Myghty is a Python based templating framework originally based on
+ HTML::Mason, Myghty fully implements  Mason's templating language,
+ component-based architecture, and caching  system, and goes beyond,
+ adding new paradigms such as Module  Components, full Python
+ whitespace syntax, threading support, WSGI support, session support,
  and much more.
  .
- Myghty homepage is http://www.myghty.org/. 
+ This package contains the documentation for Myghty.
  .
- This package contains the documentation for Myghty.
+  Homepage: http://www.myghty.org/
 




More information about the Python-modules-commits mailing list