[Python-modules-commits] r4652 - in packages/pastescript/trunk/debian (4 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Wed Feb 27 19:12:13 UTC 2008
Date: Wednesday, February 27, 2008 @ 19:12:09
Author: piotr
Revision: 4652
* New upstream release
* 03_skip_empty_templates patch removed (no longer needed)
* Strip the "-1" from setuptools' required version
* Fix "Python" word capitalization in short description
Modified:
packages/pastescript/trunk/debian/changelog
packages/pastescript/trunk/debian/control
packages/pastescript/trunk/debian/patches/00list
Deleted:
packages/pastescript/trunk/debian/patches/03_skip_empty_templates.dpatch
Modified: packages/pastescript/trunk/debian/changelog
===================================================================
--- packages/pastescript/trunk/debian/changelog 2008-02-27 02:23:01 UTC (rev 4651)
+++ packages/pastescript/trunk/debian/changelog 2008-02-27 19:12:09 UTC (rev 4652)
@@ -1,3 +1,12 @@
+pastescript (1.6.2-1) unstable; urgency=low
+
+ * New upstream release
+ * 03_skip_empty_templates patch removed (no longer needed)
+ * Strip the "-1" from setuptools' required version
+ * Fix "Python" word capitalization in short description
+
+ -- Piotr Ożarowski <piotr at debian.org> Wed, 27 Feb 2008 20:02:11 +0100
+
pastescript (1.6.1.1-1) unstable; urgency=low
* New upstream release
Modified: packages/pastescript/trunk/debian/control
===================================================================
--- packages/pastescript/trunk/debian/control 2008-02-27 02:23:01 UTC (rev 4651)
+++ packages/pastescript/trunk/debian/control 2008-02-27 19:12:09 UTC (rev 4652)
@@ -5,7 +5,7 @@
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 5), dpatch
Build-Depends-Indep: python (>= 2.3.5-11), python-all-dev, python-support (>= 0.6.4),
- python-setuptools (>= 0.6b3-1), python-docutils
+ python-setuptools (>= 0.6b3), python-docutils
Standards-Version: 3.7.3
Homepage: http://pythonpaste.org/script/
XS-Python-Version: >= 2.4
@@ -15,10 +15,10 @@
Package: python-pastescript
Architecture: all
Depends: ${python:Depends}, paste-common (>= 1.6-1), python-paste (>= 1.6-1),
- python-pastedeploy (>= 1.3.1-2), python-setuptools (>= 0.6b3-1)
+ python-pastedeploy (>= 1.3.1-2), python-setuptools (>= 0.6b3)
Recommends: python-flup (>= 0.5-1), python-cheetah (>= 1.0-1.1)
Suggests: python-cherrypy3 | python-cherrypy
-Description: serving web applications, creating file layouts for python packages
+Description: serving web applications, creating file layouts for Python packages
Paster is pluggable command-line frontend,
including commands to setup package file layouts
.
Modified: packages/pastescript/trunk/debian/patches/00list
===================================================================
--- packages/pastescript/trunk/debian/patches/00list 2008-02-27 02:23:01 UTC (rev 4651)
+++ packages/pastescript/trunk/debian/patches/00list 2008-02-27 19:12:09 UTC (rev 4652)
@@ -1,3 +1,2 @@
01_disable_ez_setup
02_rename_templates_dir
-03_skip_empty_templates
Deleted: packages/pastescript/trunk/debian/patches/03_skip_empty_templates.dpatch
===================================================================
--- packages/pastescript/trunk/debian/patches/03_skip_empty_templates.dpatch 2008-02-27 02:23:01 UTC (rev 4651)
+++ packages/pastescript/trunk/debian/patches/03_skip_empty_templates.dpatch 2008-02-27 19:12:09 UTC (rev 4652)
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 03_skip_empty_templates.dpatch by <Piotr Ożarowski <piotr at debian.org>>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad pastescript-1.6.1.1~/paste/script/copydir.py pastescript-1.6.1.1/paste/script/copydir.py
---- pastescript-1.6.1.1~/paste/script/copydir.py 2008-01-07 03:52:47.000000000 +0100
-+++ pastescript-1.6.1.1/paste/script/copydir.py 2008-02-04 20:16:31.000000000 +0100
-@@ -103,6 +103,8 @@
- template_renderer=template_renderer)
- except SkipTemplate:
- continue
-+ if content is None:
-+ continue
- already_exists = os.path.exists(dest_full)
- if already_exists:
- f = open(dest_full, 'rb')
More information about the Python-modules-commits
mailing list