Log of /packages/pastescript/tags/1.7.3-2
Directory Listing
Revision
6873 -
Directory Listing
Modified
Tue Nov 11 13:10:40 2008 UTC
(4 years, 6 months ago)
by
piotr
Original Path:
packages/pastescript/trunk
* New upstream release (upload to experimental due to Lenny freeze, to ease
testing rev. dependencies)
* ignore exceptions in bash completion script
Revision
6803 -
Directory Listing
Modified
Thu Oct 30 21:46:27 2008 UTC
(4 years, 6 months ago)
by
piotr
Original Path:
packages/pastescript/trunk
* New upstream release (upload to experimental due to Lenny freeze, to ease
testing rev. dependencies)
* Build docs using Sphinx:
+ python-sphinx replaced python-docutils build dependency
+ new suggested package: libjs-jquery
Revision
6801 -
Directory Listing
Modified
Thu Oct 30 18:59:46 2008 UTC
(4 years, 6 months ago)
by
piotr
Original Path:
packages/pastescript/trunk
* Update patches/02_rename_templates_dir patch and debian/rules to handle
new directory name
* Add lintian override for license.txt_tmpl (template detected as extra
license file)
Revision
5639 -
Directory Listing
Modified
Sat Jun 14 14:38:50 2008 UTC
(4 years, 11 months ago)
by
piotr
Original Path:
packages/pastescript/trunk
* New upstream release
* python-paste and python-pastedeploy added to build dependencies
* Don't feed rst2html with new subdirectories of docs directory
* Standards-Version bumped to 3.8.0:
+ debian/README.source file added
Revision
5485 -
Directory Listing
Modified
Tue May 27 22:09:24 2008 UTC
(4 years, 11 months ago)
by
piotr
Original Path:
packages/pastescript/trunk
* Revert my last changes in paster script:
+ paster has to be a Python script or --reload will not work
(closes: #482968)
+ don't depend on all supported Python versions, override lintian errors
for now (until I'll find a better solution)
Revision
5472 -
Directory Listing
Modified
Sat May 24 20:02:46 2008 UTC
(5 years ago)
by
piotr
Original Path:
packages/pastescript/trunk
* Remove paste-common dependency, python-support will provide all needed
namespace
* Move templates to /usr/share/paster_templates
+ patches/02_rename_templates_dir path updated
* New debian/paster shell script will invoke paster after detecting desired
Python version from file name
+ original paster scipt no longer installed
+ package depends only on default Python version again
(unnecessary dependency introduced in previous upload)
Revision
5159 -
Directory Listing
Modified
Sat Apr 26 15:59:58 2008 UTC
(5 years, 1 month ago)
by
piotr
Original Path:
packages/pastescript/trunk
* Replace python-setuptools with python-pkg-resources in Depends
(closes: #468714)
* Remove paste-common dependency, python-paste (>= 1.6-1) is enough since
python-support will provide needed namespace
Revision
4664 -
Directory Listing
Modified
Fri Feb 29 22:32:03 2008 UTC
(5 years, 2 months ago)
by
piotr
Original Path:
packages/pastescript/trunk
Provide /usr/bin/pasterX.Y scripts for all supported Python versions to make Hubert's (and mine :) life easier
Revision
4652 -
Directory Listing
Modified
Wed Feb 27 19:12:09 2008 UTC
(5 years, 2 months ago)
by
piotr
Original Path:
packages/pastescript/trunk
* 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
Revision
4462 -
Directory Listing
Modified
Mon Feb 4 19:33:56 2008 UTC
(5 years, 3 months ago)
by
piotr
Original Path:
packages/pastescript/trunk
* Add 03_skip_empty_templates patch (fixes TurboGears' quickstart)
* Add versioned dependency on python-paste and python-pastedeploy (paste-common is not enough, closes: 463958)
Revision
4317 -
Directory Listing
Modified
Sun Jan 6 20:38:21 2008 UTC
(5 years, 4 months ago)
by
piotr
Original Path:
packages/pastescript/trunk
* New upstream release
* 02_rename_templates_dir patch added, templates dir renamed to
templates_dir in debian/rules (workaround for python-support's #459468)
Closes: #459446
Revision
4293 -
Directory Listing
Modified
Sat Jan 5 20:33:33 2008 UTC
(5 years, 4 months ago)
by
piotr
Original Path:
packages/pastescript/trunk
* New upstream release
* Switch to python-support. All paste packages will now depend on
paste-common (>= 1.6-1) to make sure all use pysupport
* Compress binary package with bzip2
* Bump Standards-Version to 3.7.3 (no changes needed)
Revision
3267 -
Directory Listing
Modified
Mon Sep 17 21:48:18 2007 UTC
(5 years, 8 months ago)
by
piotr
Original Path:
packages/pastescript/trunk
* find (see clean rule) works correctly in every build now (closes: #442699)
* 01_setuptools_version patch replaced with 01_disable_ez_setup