/[python-modules]/packages/pastescript/trunk/debian/changelog
ViewVC logotype

Log of /packages/pastescript/trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 13451 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 16 21:46:40 2010 UTC (2 years, 11 months ago) by piotr
File length: 9871 byte(s)
Diff to previous 12728
Remove all pth files, including the ones without Python version in filename

Revision 12728 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 24 15:28:31 2010 UTC (3 years, 1 month ago) by piotr
File length: 9669 byte(s)
Diff to previous 10636
* Revert the change from -4, setuptools is back in Depends (closes: 572609)
* Move python-flup and python-cheetah from Recommends to Suggests
* Standards-Version bumped to 3.8.4 (no changes needed)

Revision 10636 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 30 22:38:29 2009 UTC (3 years, 5 months ago) by piotr
File length: 9345 byte(s)
Diff to previous 10227
* extend paster_templates pattern
* add README.Debian

Revision 10227 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 29 09:16:22 2009 UTC (3 years, 6 months ago) by piotr
File length: 9347 byte(s)
Diff to previous 9874
Add 03_try_to_find_templates_in_system_dir patch so that paster will try
to find templates in /usr/local/share/paster_templates/ and
/usr/share/paster_templates/ first.

Revision 9874 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 25 20:38:31 2009 UTC (3 years, 7 months ago) by piotr
File length: 9044 byte(s)
Diff to previous 8226
* python-setuptools replaced with python-pkg-resources dependency
  (closes: #546434)
* debian/rules cleanups:
  - $py_setup_install_args aka --install-layout=deb replaced with
    --install-lib
  - python.mk (optional) include removed
* Standards-Version bumped to 3.8.3 (no changes needed)

Revision 8226 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 12 00:13:09 2009 UTC (4 years, 1 month ago) by piotr
File length: 8618 byte(s)
Diff to previous 7546
* Prepare for Python 2.6:
  + use py_libdir in debian/rules (LP: #359482)
* python and python-all-dev build dependencies replaced with python-all
* Standards-Version bumped to 3.8.1 (no changes needed)

Revision 7546 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 15 20:43:23 2009 UTC (4 years, 3 months ago) by piotr
File length: 8288 byte(s)
Diff to previous 6873
* Change Debian packaging license to MIT (to match upstream)
* Upload to unstable

Revision 6873 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 11 13:10:40 2008 UTC (4 years, 6 months ago) by piotr
File length: 8082 byte(s)
Diff to previous 6835
* New upstream release (upload to experimental due to Lenny freeze, to ease
  testing rev. dependencies)
* ignore exceptions in bash completion script

Revision 6835 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 6 18:07:07 2008 UTC (4 years, 6 months ago) by piotr
File length: 7801 byte(s)
Diff to previous 6826
New upstream release

Revision 6826 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 3 21:28:46 2008 UTC (4 years, 6 months ago) by morph
File length: 7662 byte(s)
Diff to previous 6803
switching Vcs-Browser field to viewsvn

Revision 6803 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 30 21:46:27 2008 UTC (4 years, 6 months ago) by piotr
File length: 7486 byte(s)
Diff to previous 6801
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 30 18:59:46 2008 UTC (4 years, 6 months ago) by piotr
File length: 7265 byte(s)
Diff to previous 6797
* 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 6797 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 29 23:21:14 2008 UTC (4 years, 6 months ago) by piotr
File length: 7074 byte(s)
Diff to previous 6667
New upstream release

Revision 6667 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 9 21:40:36 2008 UTC (4 years, 7 months ago) by piotr
File length: 7053 byte(s)
Diff to previous 5639
Add bash completion for paster

Revision 5639 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 14 14:38:50 2008 UTC (4 years, 11 months ago) by piotr
File length: 6896 byte(s)
Diff to previous 5485
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 27 22:09:24 2008 UTC (4 years, 11 months ago) by piotr
File length: 6540 byte(s)
Diff to previous 5472
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 24 20:02:46 2008 UTC (5 years ago) by piotr
File length: 6159 byte(s)
Diff to previous 5159
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 26 15:59:58 2008 UTC (5 years ago) by piotr
File length: 5816 byte(s)
Diff to previous 4664
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 29 22:32:03 2008 UTC (5 years, 2 months ago) by piotr
File length: 5480 byte(s)
Diff to previous 4652
Provide /usr/bin/pasterX.Y scripts for all supported Python versions to make Hubert's (and mine :) life easier

Revision 4652 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 27 19:12:09 2008 UTC (5 years, 2 months ago) by piotr
File length: 5287 byte(s)
Diff to previous 4462
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 4 19:33:56 2008 UTC (5 years, 3 months ago) by piotr
File length: 4970 byte(s)
Diff to previous 4399
* 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 4399 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 22 19:03:05 2008 UTC (5 years, 4 months ago) by piotr
File length: 4840 byte(s)
Diff to previous 4317
* New upstream release (Windows releted changes only, not uploading for now)

Revision 4317 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 6 20:38:21 2008 UTC (5 years, 4 months ago) by piotr
File length: 4637 byte(s)
Diff to previous 4293
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 5 20:33:33 2008 UTC (5 years, 4 months ago) by piotr
File length: 4330 byte(s)
Diff to previous 3408
* 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 3408 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 7 10:10:55 2007 UTC (5 years, 7 months ago) by piotr
File length: 4087 byte(s)
Diff to previous 3302
Rename XS-Vcs-* fields to Vcs-*

Revision 3302 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 21 20:53:02 2007 UTC (5 years, 8 months ago) by piotr
File length: 4026 byte(s)
Diff to previous 3267
Homepage field added

Revision 3267 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 17 21:48:18 2007 UTC (5 years, 8 months ago) by piotr
File length: 3879 byte(s)
Diff to previous 3190
* find (see clean rule) works correctly in every build now (closes: #442699)
* 01_setuptools_version patch replaced with 01_disable_ez_setup

Revision 3190 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 4 22:21:38 2007 UTC (5 years, 8 months ago) by piotr
File length: 3614 byte(s)
Diff to previous 2635
New upstream release

Revision 2635 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 26 19:09:42 2007 UTC (5 years, 10 months ago) by piotr
File length: 3469 byte(s)
Diff to previous 2195
New upstream release

Revision 2195 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 30 13:24:17 2007 UTC (6 years ago) by piotr
File length: 3324 byte(s)
Diff to previous 2057
New upstream release

Revision 2057 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 12 18:19:29 2007 UTC (6 years, 1 month ago) by piotr
File length: 3179 byte(s)
Diff to previous 2004
New upstream release

Revision 2004 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 8 15:20:36 2007 UTC (6 years, 1 month ago) by piotr
File length: 3034 byte(s)
Diff to previous 1965
Upload to unstable

Revision 1965 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 3 18:34:25 2007 UTC (6 years, 1 month ago) by piotr
File length: 2891 byte(s)
Diff to previous 1937
New upstream release

Revision 1937 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 31 23:43:20 2007 UTC (6 years, 1 month ago) by piotr
File length: 2698 byte(s)
Diff to previous 1864
* New upstream release
* debian/copyright file updated
* Changed my address to piotr@debian.org

Revision 1864 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 7 18:13:45 2007 UTC (6 years, 2 months ago) by pox-guest
File length: 2428 byte(s)
Diff to previous 1682
* New upstream release
* Dependencies updated

Revision 1682 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 18 00:15:55 2007 UTC (6 years, 4 months ago) by pox-guest
File length: 2218 byte(s)
Diff to previous 1617
* Use default Python version in paster's hashbang
* Add debian/dirs file

Revision 1617 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 18 13:35:58 2006 UTC (6 years, 5 months ago) by pox-guest
File length: 2047 byte(s)
Diff to previous 1550
New upstream release

Revision 1550 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 23 15:44:00 2006 UTC (6 years, 6 months ago) by pox-guest
File length: 1938 byte(s)
Diff to previous 1418
Added XS-Vcs-Svn field

Revision 1418 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 23 15:57:36 2006 UTC (6 years, 7 months ago) by pox-guest
File length: 1792 byte(s)
Diff to previous 1349
New upstream release

Revision 1349 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 5 16:58:10 2006 UTC (6 years, 8 months ago) by pox-guest
File length: 1045 byte(s)
Diff to previous 1264
New upstream release

Revision 1264 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 13 17:25:25 2006 UTC (6 years, 9 months ago) by pox-guest
File length: 733 byte(s)
Diff to previous 1259
* New upstream release
* Add patch to downgrade required setuptools version

Revision 1259 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 12 14:08:43 2006 UTC (6 years, 9 months ago) by pox-guest
File length: 678 byte(s)
Diff to previous 1211
Added debian/pycompat file

Revision 1211 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 28 13:36:01 2006 UTC (6 years, 9 months ago) by pox-guest
File length: 505 byte(s)
Diff to previous 1208
moved docs to different location

Revision 1208 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 28 11:06:37 2006 UTC (6 years, 9 months ago) by pox-guest
File length: 497 byte(s)
Diff to previous 867
new upstream release

Revision 867 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 16 00:33:52 2006 UTC (6 years, 11 months ago) by pox-guest
File length: 155 byte(s)
Diff to previous 751
new upstream release (license problem solved)

Revision 751 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 7 11:08:06 2006 UTC (6 years, 11 months ago) by pox-guest
File length: 159 byte(s)
Diff to previous 602
package rejected (not enough license info in upstream's tarball)

Revision 602 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 14 01:53:49 2006 UTC (7 years ago) by pox-guest
File length: 337 byte(s)
Diff to previous 552
Common paste* modules file moved to paste-common package

Revision 552 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 10 15:25:42 2006 UTC (7 years ago) by pox-guest
File length: 157 byte(s)
Diff to previous 458
ready to release

Revision 458 - (view) (download) (annotate) - [select for diffs]
Added Sat May 6 14:30:17 2006 UTC (7 years ago) by pox-guest
File length: 211 byte(s)
Load newtrunk into packages/pastescript/trunk.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5