[Python-modules-commits] r7809 - in packages/python-django/trunk/debian (4 files)
lamby at users.alioth.debian.org
lamby at users.alioth.debian.org
Sun Mar 8 06:07:13 UTC 2009
Date: Sunday, March 8, 2009 @ 06:07:12
Author: lamby
Revision: 7809
Revert changes made since 1.0.2-1.
Modified:
packages/python-django/trunk/debian/changelog
packages/python-django/trunk/debian/compat
packages/python-django/trunk/debian/control
packages/python-django/trunk/debian/rules
Modified: packages/python-django/trunk/debian/changelog
===================================================================
--- packages/python-django/trunk/debian/changelog 2009-03-08 04:25:28 UTC (rev 7808)
+++ packages/python-django/trunk/debian/changelog 2009-03-08 06:07:12 UTC (rev 7809)
@@ -1,19 +1,3 @@
-python-django (1.1~alpha1-1) experimental; urgency=low
-
- * New upstream "alpha preview package": "this package is not for production
- use, but if you'd like to try out some of the new features or help track
- down bugs, feel free to download it and give it a test."
- * Just Build-Depend on `python', not `python-dev'.
- * Move to debhelper 7.
- * Drop versions on Build-Depends where they are satisfied in current
- oldstable (ie. etch).
- * Remove repeated 'Priority' line in binary package stanza.
- * Update crufty long and short descriptions.
- * Add ${misc:Depends} in binary stanza for debhelper-using package.
- * Remove bashisms from binary-post-install.
-
- -- Chris Lamb <lamby at debian.org> Wed, 25 Feb 2009 01:28:47 +0000
-
python-django (1.0.2-1) unstable; urgency=low
[ Chris Lamb ]
Modified: packages/python-django/trunk/debian/compat
===================================================================
--- packages/python-django/trunk/debian/compat 2009-03-08 04:25:28 UTC (rev 7808)
+++ packages/python-django/trunk/debian/compat 2009-03-08 06:07:12 UTC (rev 7809)
@@ -1 +1 @@
-7
+5
Modified: packages/python-django/trunk/debian/control
===================================================================
--- packages/python-django/trunk/debian/control 2009-03-08 04:25:28 UTC (rev 7808)
+++ packages/python-django/trunk/debian/control 2009-03-08 06:07:12 UTC (rev 7809)
@@ -4,7 +4,7 @@
Maintainer: Brett Parker <iDunno at sommitrealweird.co.uk>
Uploaders: Raphael Hertzog <hertzog at debian.org>, Gustavo Noronha Silva <kov at debian.org>, David Spreen <netzwurm at debian.org>, Chris Lamb <lamby at debian.org>, Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Standards-Version: 3.8.0
-Build-Depends: debhelper (>= 7), python, cdbs, python-setuptools, python-support
+Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42), python-setuptools (>= 0.6b3), python-support (>= 0.3)
Build-Depends-Indep: python-sphinx, libjs-jquery
Homepage: http://www.djangoproject.com/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django/trunk/
@@ -12,27 +12,23 @@
Package: python-django
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${python:Depends}
Recommends: libjs-jquery
Suggests: python-psycopg2, python-psycopg, python-mysqldb, python-flup
-Description: High-level Python web development framework
- Django is a high-level web application framework that loosely follows the
- model-view-controller design pattern.
+Priority: optional
+Description: A high-level Python Web framework
+ Django is a high-level Python Web framework that encourages rapid development
+ and clean, pragmatic design.
.
- Python's equivalent to Ruby on Rails, Django lets you build complex
- data-driven websites quickly and easily - Django focuses on automating as much
- as possible and adhering to the "Don't Repeat Yourself" (DRY) principle.
+ Python's equivalent to the famous Ruby on rails, Django lets you build
+ high-performing, elegant Web applications quickly. Django focuses on
+ automating as much as possible and adhering to the "Don't Repeat
+ Yourself" (DRY) principle.
.
- Django additionally emphasizes reusability and "pluggability" of components;
- many generic third-party "applications" are available to enhance projects or
- to simply to reduce development time even further.
- .
- Notable features include:
- * An object-relational mapper (ORM)
- * Automatic admin interface
- * Elegant URL dispatcher
- * Form serialization and validation system
- * Templating system
- * Lightweight, standalone web server for development and testing
- * Internationalization support
- * Testing framework and client
+ It notably features:
+ * an object-relational mapper
+ * an automatic admin interface
+ * an elegant URL design
+ * a template system
+ * a cache system
+ * internationalization support
Modified: packages/python-django/trunk/debian/rules
===================================================================
--- packages/python-django/trunk/debian/rules 2009-03-08 04:25:28 UTC (rev 7808)
+++ packages/python-django/trunk/debian/rules 2009-03-08 06:07:12 UTC (rev 7809)
@@ -20,8 +20,8 @@
# Ensure executability of some scripts that are copied to projects
# (or used within projects)
chmod 755 debian/python-django/usr/share/python-support/python-django/django/conf/project_template/manage.py
- find debian/python-django/usr/share/python-support/python-django/django/bin/ \
- -name '*.py' -not -name '__init__.py' -print0 | xargs -0r chmod 755
+ chmod 755 debian/python-django/usr/share/python-support/python-django/django/bin/[^_]*.py
+ chmod 755 debian/python-django/usr/share/python-support/python-django/django/bin/profiling/[^_]*.py
# Remove execute rights from stuff that shouldn't have them
chmod 644 debian/python-django/etc/bash_completion.d/django_bash_completion
# Create convenience symlink
More information about the Python-modules-commits
mailing list