[Python-modules-commits] r1758 - in /packages/pylons/trunk/debian: changelog control copyright rules

malex at users.alioth.debian.org malex at users.alioth.debian.org
Tue Jan 30 02:23:29 CET 2007


Author: malex
Date: Tue Jan 30 02:23:28 2007
New Revision: 1758

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1758
Log:
Add 0.9.3-1 release

Modified:
    packages/pylons/trunk/debian/changelog
    packages/pylons/trunk/debian/control
    packages/pylons/trunk/debian/copyright
    packages/pylons/trunk/debian/rules

Modified: packages/pylons/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pylons/trunk/debian/changelog?rev=1758&op=diff
==============================================================================
--- packages/pylons/trunk/debian/changelog (original)
+++ packages/pylons/trunk/debian/changelog Tue Jan 30 02:23:28 2007
@@ -1,6 +1,12 @@
-pylons (0.9.2-1) unstable; urgency=low
+pylons (0.9.3-2) unstable; urgency=low
+
+  * Fix a typo in package description (Closes: #402518).
+
+ -- Oleksandr Moskalenko <malex at debian.org>  Thu, 14 Dec 2006 08:12:28 -0700
+
+pylons (0.9.3-1) unstable; urgency=low
 
   * Initial release (Closes: #392482).
 
- -- Oleksandr Moskalenko <malex at debian.org>  Fri, 13 Oct 2006 01:17:01 -0600
+ -- Oleksandr Moskalenko <malex at debian.org>  Sun, 12 Nov 2006 21:44:37 -0700
 

Modified: packages/pylons/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pylons/trunk/debian/control?rev=1758&op=diff
==============================================================================
--- packages/pylons/trunk/debian/control (original)
+++ packages/pylons/trunk/debian/control Tue Jan 30 02:23:28 2007
@@ -15,5 +15,5 @@
  Pylons combines the very best ideas from the worlds of Ruby, Python and Perl,
  providing a structured but extremely flexible Python web framework. It's also
  one of the first projects to leverage the emerging WSGI standard, which allows
- extensive re-use and flexibility \u2014 but only if you need it. Out of the
- box, Pylons aims to make web development fast, flexible and easy.
+ extensive re-use and flexibility, but only if you need it. Out of the box,
+ Pylons aims to make web development fast, flexible and easy.

Modified: packages/pylons/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pylons/trunk/debian/copyright?rev=1758&op=diff
==============================================================================
--- packages/pylons/trunk/debian/copyright (original)
+++ packages/pylons/trunk/debian/copyright Tue Jan 30 02:23:28 2007
@@ -17,8 +17,63 @@
  On Debian GNU/Linux systems, the complete text of the BSD license can be
  found in `/usr/share/common-licenses/BSD'.
 
-Debian packaging:
 
- The Debian packaging is (C) 2006, Oleksandr Moskalenko <malex at debian.org> and
- is licensed under the GPL. On Debian GNU/Linux systems, the complete text of
- the GPL license can be found in `/usr/share/common-licenses/GPL'.
+ pylons/i18n/msgfmt.py and pylons/i18n/pygettext.py are are from the Python
+ 2.4 source distribution which is released under the open source PSF license
+ at http://www.python.org/download/releases/2.4.4/license/.
+
+ PSF LICENSE AGREEMENT FOR PYTHON 2.4
+ ------------------------------------
+
+  1. This LICENSE AGREEMENT is between the Python Software Foundation
+  ("PSF"), and the Individual or Organization ("Licensee") accessing and
+  otherwise using Python 2.4 software in source or binary form and its
+  associated documentation.
+
+  2. Subject to the terms and conditions of this License Agreement, PSF
+  hereby grants Licensee a nonexclusive, royalty-free, world-wide
+  license to reproduce, analyze, test, perform and/or display publicly,
+  prepare derivative works, distribute, and otherwise use Python 2.4
+  alone or in any derivative version, provided, however, that PSF's
+  License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
+  2001, 2002, 2003, 2004 Python Software Foundation; All Rights Reserved"
+  are retained in Python 2.4 alone or in any derivative version prepared
+  by Licensee.
+
+  3. In the event Licensee prepares a derivative work that is based on
+  or incorporates Python 2.4 or any part thereof, and wants to make
+  the derivative work available to others as provided herein, then
+  Licensee hereby agrees to include in any such work a brief summary of
+  the changes made to Python 2.4.
+
+  4. PSF is making Python 2.4 available to Licensee on an "AS IS"
+  basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+  IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
+  DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+  FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.4 WILL NOT
+  INFRINGE ANY THIRD PARTY RIGHTS.
+
+  5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
+  2.4 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
+  A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.4,
+  OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+  6. This License Agreement will automatically terminate upon a material
+  breach of its terms and conditions.
+
+  7. Nothing in this License Agreement shall be deemed to create any
+  relationship of agency, partnership, or joint venture between PSF and
+  Licensee.  This License Agreement does not grant permission to use PSF
+  trademarks or trade name in a trademark sense to endorse or promote
+  products or services of Licensee, or any third party.
+
+  8. By copying, installing or otherwise using Python 2.4, Licensee
+  agrees to be bound by the terms and conditions of this License
+  Agreement.
+
+
+ Debian packaging:
+
+  The Debian packaging is (C) 2006, Oleksandr Moskalenko <malex at debian.org> and
+  is licensed under the GPL. On Debian GNU/Linux systems, the complete text of
+  the GPL license can be found in `/usr/share/common-licenses/GPL'.

Modified: packages/pylons/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pylons/trunk/debian/rules?rev=1758&op=diff
==============================================================================
--- packages/pylons/trunk/debian/rules (original)
+++ packages/pylons/trunk/debian/rules Tue Jan 30 02:23:28 2007
@@ -13,8 +13,6 @@
 	python setup.py clean
 	rm -rf build
 	find . -name *\.py[co] -exec rm -f {} \;
-#	rm -f *pyc lib/myghty/*pyc doc/lib/*pyc
-#	rm -f doc/html/*html
 	dh_clean
 
 build: build-indep
@@ -50,6 +48,7 @@
 	dh_pysupport
 	mv debian/$(package)/usr/share/python-support/$(package)/Pylons-${DEB_UPSTREAM_VERSION}-py[0-9].[0-9].egg-info \
 	debian/$(package)/usr/share/python-support/$(package)/pylons-${DEB_UPSTREAM_VERSION}.egg-info
+	chmod 644 `find debian/$(package) -type f -perm 755`
 	chmod 755 debian/$(package)/usr/share/python-support/$(package)/pylons/i18n/msgfmt.py \
 		debian/$(package)/usr/share/python-support/$(package)/pylons/i18n/pygettext.py
 	dh_installdeb




More information about the Python-modules-commits mailing list