[Python-modules-commits] r1704 - in /packages/quixote/trunk/debian: changelog control

malex at users.alioth.debian.org malex at users.alioth.debian.org
Fri Jan 26 00:42:39 CET 2007


Author: malex
Date: Fri Jan 26 00:42:39 2007
New Revision: 1704

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1704
Log:
Clean up debian/control

Modified:
    packages/quixote/trunk/debian/changelog
    packages/quixote/trunk/debian/control

Modified: packages/quixote/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/quixote/trunk/debian/changelog?rev=1704&op=diff
==============================================================================
--- packages/quixote/trunk/debian/changelog (original)
+++ packages/quixote/trunk/debian/changelog Fri Jan 26 00:42:39 2007
@@ -1,3 +1,11 @@
+quixote (2.4-7) unstable; urgency=low
+
+  * debian/control:
+    - Cleaned up commented out "quixote" stanza file.
+    - Added XS-Vcs-Svn and XS-Vcs-Browser fields.
+
+ -- Oleksandr Moskalenko <malex at debian.org>  Thu, 25 Jan 2007 16:07:47 -0700
+
 quixote (2.4-6) unstable; urgency=low
 
   * Acknowledge NMU (thanks to Matthias Klose <doko at debian.org>).

Modified: packages/quixote/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/quixote/trunk/debian/control?rev=1704&op=diff
==============================================================================
--- packages/quixote/trunk/debian/control (original)
+++ packages/quixote/trunk/debian/control Fri Jan 26 00:42:39 2007
@@ -5,31 +5,8 @@
 Uploaders: Neil Schemenauer <nas at debian.org>, Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: dpatch, debhelper (>= 5.0.37.1), python-all-dev (>= 2.3.5-11), python-support (>= 0.5.3)
 Standards-Version: 3.7.2
-
-#Package: quixote
-#Architecture: all
-#Depends: python-quixote (=${Source-Version})
-#XB-Python-Version: ${python:Versions}
-#Description: A highly Pythonic Web application framework
-# Quixote is yet another framework for developing Web applications in
-# Python.  The design goals were:
-# .
-#  1) To allow easy development of Web applications where the
-#     emphasis is more on complicated programming logic than
-#     complicated templating.
-# .
-#  2) To make the templating language as similar to Python as possible,
-#     in both syntax and semantics.  The aim is to make as many of the
-#     skills and structural techniques used in writing regular Python
-#     code applicable to Web applications built using Quixote.
-# .
-#  3) No magic.  When it's not obvious what to do in
-#     a certain case, Quixote refuses to guess.
-# .
-# If you view a web site as a program, and web pages as subroutines,
-# Quixote just might be the tool for you.  If you view a web site as a
-# graphic design showcase, and each web page as an individual work of
-# art, Quixote is probably not what you're looking for.
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/quixote/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/quixote/trunk/?op=log
 
 Package: python-quixote
 Architecture: any




More information about the Python-modules-commits mailing list