[Python-modules-commits] r25186 - in packages/quixote1/tags (6 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Sun Jul 14 00:21:30 UTC 2013
Date: Sunday, July 14, 2013 @ 00:21:28
Author: dktrkranz
Revision: 25186
[svn-buildpackage] Tagging quixote1 1.2-5
Added:
packages/quixote1/tags/1.2-5/
packages/quixote1/tags/1.2-5/debian/changelog
(from rev 25185, packages/quixote1/trunk/debian/changelog)
packages/quixote1/tags/1.2-5/debian/control
(from rev 25185, packages/quixote1/trunk/debian/control)
Deleted:
packages/quixote1/tags/1.2-5/debian/changelog
packages/quixote1/tags/1.2-5/debian/control
packages/quixote1/tags/1.2-5/debian/pycompat
Deleted: packages/quixote1/tags/1.2-5/debian/changelog
===================================================================
--- packages/quixote1/trunk/debian/changelog 2013-07-14 00:09:14 UTC (rev 25182)
+++ packages/quixote1/tags/1.2-5/debian/changelog 2013-07-14 00:21:28 UTC (rev 25186)
@@ -1,79 +0,0 @@
-quixote1 (1.2-5) UNRELEASED; urgency=low
-
- [ Piotr Ożarowski ]
- * Added Vcs-Svn and Vcs-Browser fields
-
- [ Sandro Tosi ]
- * debian/control
- - uniforming Vcs-Browser field
- - switch Vcs-Browser field to viewsvn
- - set quixote1-doc as arch:all; thanks to Aurelien Jarno for the report;
- Closes: #517602
-
- [ Carlos Galisteo ]
- * debian/control:
- - Added Homepage field.
-
- [ Julien Lavergne ]
- * From Ubuntu, prepare for the future python transition:
- - debian/rules:
- + Add --install-layout=deb to setup.py install
- - debian/control:
- + Bump build-depends to python and python-all-dev (>= 2.5.4-1~)
-
- [ Jakub Wilk ]
- * Add watch file.
- * Don't run dh_python, which is obsolete.
- * Remove obsolete lintian overrides.
- * Don't start description synopsis with an article.
- * Put python-quixote1 in section python, quixote1-doc in section doc.
- * Add ${misc:Depends} and ${shlibs:Depeds}.
- * Bump debhelper compat level to 7.
- + Use debian/compat rather than setting DH_COMPAT in debian/rules.
- + Bump minimum required debhelper version.
- + Use dh_prep instead of dh_clean -k.
- * Bump standards version to 3.9.2 (no changes needed).
- * Add build-arch and build-indep targets.
- * Implement binary-indep target.
- * Don't install duplicate changelog file.
- * Run dh_fixperms after dh_pysupport.
- * Use canonical URIs for Vcs-* fields.
- * Drop obsolete Conflicts/Replaces with python2.3-quixote1 and
- python2.4-quixote1.
-
- -- Jakub Wilk <jwilk at debian.org> Sat, 08 Jun 2013 18:17:18 +0200
-
-quixote1 (1.2-4.1) unstable; urgency=low
-
- * Non-maintainer upload
- * Update ptl_compile for compatibility with Python 2.5 (Closes: #484360)
-
- -- Ben Hutchings <ben at decadent.org.uk> Fri, 28 Nov 2008 23:16:58 +0000
-
-quixote1 (1.2-4) unstable; urgency=low
-
- * Updated to the new python policy (Closes: #380926)
-
- -- Santiago Ruano Rincón <santiago at debian.org> Thu, 10 Aug 2006 22:13:36 -0500
-
-quixote1 (1.2-3) unstable; urgency=low
-
- * Added build-dependecy on python
-
- -- Santiago Ruano Rincón <santiago at debian.org> Tue, 25 Apr 2006 18:44:12 -0500
-
-quixote1 (1.2-2) unstable; urgency=low
-
- * New maintainer address
- * Added to python modules packaging team
- * Building python2.3-quixote1 and python2.4-quixote1 packages
- * Fixed a conflict with quixote 2.X package (Closes: #363240)
-
- -- Santiago Ruano Rincón <santiago at debian.org> Mon, 24 Apr 2006 22:13:56 -0500
-
-quixote1 (1.2-1) unstable; urgency=low
-
- * Initial debian release. (Closes: #327265: ITP: quixote1 -- A highly
- Pythonic Web application framework)
-
- -- Santiago Ruano Rincon <santiago at unicauca.edu.co> Thu, 8 Sep 2005 16:01:01 -0500
Copied: packages/quixote1/tags/1.2-5/debian/changelog (from rev 25185, packages/quixote1/trunk/debian/changelog)
===================================================================
--- packages/quixote1/tags/1.2-5/debian/changelog (rev 0)
+++ packages/quixote1/tags/1.2-5/debian/changelog 2013-07-14 00:21:28 UTC (rev 25186)
@@ -0,0 +1,85 @@
+quixote1 (1.2-5) unstable; urgency=low
+
+ * Team upload.
+
+ [ Piotr Ożarowski ]
+ * Added Vcs-Svn and Vcs-Browser fields
+
+ [ Sandro Tosi ]
+ * debian/control
+ - uniforming Vcs-Browser field
+ - switch Vcs-Browser field to viewsvn
+ - set quixote1-doc as arch:all; thanks to Aurelien Jarno for the report;
+ Closes: #517602
+
+ [ Carlos Galisteo ]
+ * debian/control:
+ - Added Homepage field.
+
+ [ Julien Lavergne ]
+ * From Ubuntu, prepare for the future python transition:
+ - debian/rules:
+ + Add --install-layout=deb to setup.py install
+ - debian/control:
+ + Bump build-depends to python and python-all-dev (>= 2.5.4-1~)
+
+ [ Jakub Wilk ]
+ * Add watch file.
+ * Don't run dh_python, which is obsolete (Closes: #715306).
+ * Remove obsolete lintian overrides.
+ * Don't start description synopsis with an article.
+ * Put python-quixote1 in section python, quixote1-doc in section doc.
+ * Add ${misc:Depends} and ${shlibs:Depeds}.
+ * Bump debhelper compat level to 7.
+ + Use debian/compat rather than setting DH_COMPAT in debian/rules.
+ + Bump minimum required debhelper version.
+ + Use dh_prep instead of dh_clean -k.
+ * Bump standards version to 3.9.2 (no changes needed).
+ * Add build-arch and build-indep targets.
+ * Implement binary-indep target.
+ * Don't install duplicate changelog file.
+ * Run dh_fixperms after dh_pysupport.
+ * Use canonical URIs for Vcs-* fields.
+ * Drop obsolete Conflicts/Replaces with python2.3-quixote1 and
+ python2.4-quixote1.
+
+ [ Luca Falavigna ]
+ * Remove obsolete XB-Python-Version field.
+ * Remove obsolete pycompat file.
+
+ -- Luca Falavigna <dktrkranz at debian.org> Sun, 14 Jul 2013 02:16:45 +0200
+
+quixote1 (1.2-4.1) unstable; urgency=low
+
+ * Non-maintainer upload
+ * Update ptl_compile for compatibility with Python 2.5 (Closes: #484360)
+
+ -- Ben Hutchings <ben at decadent.org.uk> Fri, 28 Nov 2008 23:16:58 +0000
+
+quixote1 (1.2-4) unstable; urgency=low
+
+ * Updated to the new python policy (Closes: #380926)
+
+ -- Santiago Ruano Rincón <santiago at debian.org> Thu, 10 Aug 2006 22:13:36 -0500
+
+quixote1 (1.2-3) unstable; urgency=low
+
+ * Added build-dependecy on python
+
+ -- Santiago Ruano Rincón <santiago at debian.org> Tue, 25 Apr 2006 18:44:12 -0500
+
+quixote1 (1.2-2) unstable; urgency=low
+
+ * New maintainer address
+ * Added to python modules packaging team
+ * Building python2.3-quixote1 and python2.4-quixote1 packages
+ * Fixed a conflict with quixote 2.X package (Closes: #363240)
+
+ -- Santiago Ruano Rincón <santiago at debian.org> Mon, 24 Apr 2006 22:13:56 -0500
+
+quixote1 (1.2-1) unstable; urgency=low
+
+ * Initial debian release. (Closes: #327265: ITP: quixote1 -- A highly
+ Pythonic Web application framework)
+
+ -- Santiago Ruano Rincon <santiago at unicauca.edu.co> Thu, 8 Sep 2005 16:01:01 -0500
Deleted: packages/quixote1/tags/1.2-5/debian/control
===================================================================
--- packages/quixote1/trunk/debian/control 2013-07-14 00:09:14 UTC (rev 25182)
+++ packages/quixote1/tags/1.2-5/debian/control 2013-07-14 00:21:28 UTC (rev 25186)
@@ -1,46 +0,0 @@
-Source: quixote1
-Section: web
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Santiago Ruano Rincón <santiago at debian.org>
-Build-Depends: debhelper (>= 7), python (>= 2.5.4-1~), python-all-dev (>= 2.5.4-1~), python-support (>= 0.3)
-Standards-Version: 3.9.2
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/quixote1/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/quixote1/trunk/
-Homepage: http://www.mems-exchange.org/software/quixote/
-
-Package: python-quixote1
-Section: python
-Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Conflicts: quixote1, quixote, python-quixote
-Replaces: quixote1, quixote, python-quixote
-XB-Python-Version: ${python:Versions}
-Provides: ${python:Provides}
-Description: 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.
-
-Package: quixote1-doc
-Section: doc
-Architecture: all
-Depends: python-quixote1, ${misc:Depends}
-Description: Quixote web application framework documentation
- Contains the documentation and examples for Quixote-1.2.
Copied: packages/quixote1/tags/1.2-5/debian/control (from rev 25185, packages/quixote1/trunk/debian/control)
===================================================================
--- packages/quixote1/tags/1.2-5/debian/control (rev 0)
+++ packages/quixote1/tags/1.2-5/debian/control 2013-07-14 00:21:28 UTC (rev 25186)
@@ -0,0 +1,45 @@
+Source: quixote1
+Section: web
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Santiago Ruano Rincón <santiago at debian.org>
+Build-Depends: debhelper (>= 7), python (>= 2.5.4-1~), python-all-dev (>= 2.5.4-1~), python-support (>= 0.3)
+Standards-Version: 3.9.2
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/quixote1/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/quixote1/trunk/
+Homepage: http://www.mems-exchange.org/software/quixote/
+
+Package: python-quixote1
+Section: python
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Conflicts: quixote1, quixote, python-quixote
+Replaces: quixote1, quixote, python-quixote
+Provides: ${python:Provides}
+Description: 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.
+
+Package: quixote1-doc
+Section: doc
+Architecture: all
+Depends: python-quixote1, ${misc:Depends}
+Description: Quixote web application framework documentation
+ Contains the documentation and examples for Quixote-1.2.
Deleted: packages/quixote1/tags/1.2-5/debian/pycompat
===================================================================
--- packages/quixote1/trunk/debian/pycompat 2013-07-14 00:09:14 UTC (rev 25182)
+++ packages/quixote1/tags/1.2-5/debian/pycompat 2013-07-14 00:21:28 UTC (rev 25186)
@@ -1 +0,0 @@
-2
More information about the Python-modules-commits
mailing list