[Python-modules-commits] r405 - in /packages/paste/trunk/debian: .version changelog copyright rules

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Thu May 4 18:51:22 UTC 2006


Author: pox-guest
Date: Thu May  4 18:51:21 2006
New Revision: 405

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=405
Log:
python 2.3 is not supported
docs added to package

Added:
    packages/paste/trunk/debian/.version
Modified:
    packages/paste/trunk/debian/changelog
    packages/paste/trunk/debian/copyright
    packages/paste/trunk/debian/rules

Added: packages/paste/trunk/debian/.version
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/.version?rev=405&op=file
==============================================================================
--- packages/paste/trunk/debian/.version (added)
+++ packages/paste/trunk/debian/.version Thu May  4 18:51:21 2006
@@ -1,0 +1,1 @@
+2.4-

Modified: packages/paste/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/changelog?rev=405&op=diff
==============================================================================
--- packages/paste/trunk/debian/changelog (original)
+++ packages/paste/trunk/debian/changelog Thu May  4 18:51:21 2006
@@ -1,6 +1,6 @@
-paste (0.9-1) unstable; urgency=low
+paste (0.9-1) UNRELEASED; urgency=low
 
   * Initial release (closes: #366033)
 
- -- Piotr Ozarowski <ozarow at gmail.com>  Thu,  4 May 2006 01:14:26 +0200
+ -- Piotr Ozarowski <ozarow at gmail.com>  Thu,  4 May 2006 20:29:23 +0200
 

Modified: packages/paste/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/copyright?rev=405&op=diff
==============================================================================
--- packages/paste/trunk/debian/copyright (original)
+++ packages/paste/trunk/debian/copyright Thu May  4 18:51:21 2006
@@ -6,8 +6,6 @@
 Copyright Holder: Ian Bicking <ianb at colorstudy.com>
 
 License: MIT License
-
- Copyright (c) 2006 Ian Bicking <ianb at colorstudy.com>
 
  Permission is hereby granted, free of charge, to any person obtaining a copy of
  this software and associated documentation files (the "Software"), to deal in

Modified: packages/paste/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/rules?rev=405&op=diff
==============================================================================
--- packages/paste/trunk/debian/rules (original)
+++ packages/paste/trunk/debian/rules Thu May  4 18:51:21 2006
@@ -7,3 +7,6 @@
 
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
 DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib usr/share/python-support/paste
+
+install/python-paste::
+	dh_install debian/.version /usr/share/python-support/paste/




More information about the Python-modules-commits mailing list