[Python-modules-commits] r1388 - in /packages/python-django: branches/ tags/ trunk/ trunk/debian/ trunk/debian/patches/

brettp-guest at users.alioth.debian.org brettp-guest at users.alioth.debian.org
Sun Oct 8 16:44:51 UTC 2006


Author: brettp-guest
Date: Sun Oct  8 16:44:51 2006
New Revision: 1388

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1388
Log:
Basic packaging as done by Raphael Hertzog


Added:
    packages/python-django/branches/
    packages/python-django/tags/
    packages/python-django/trunk/
    packages/python-django/trunk/debian/
    packages/python-django/trunk/debian/changelog
    packages/python-django/trunk/debian/compat
    packages/python-django/trunk/debian/control
    packages/python-django/trunk/debian/copyright
    packages/python-django/trunk/debian/django.docs
    packages/python-django/trunk/debian/patches/
    packages/python-django/trunk/debian/patches/01_do_not_call_ezsetup.diff
    packages/python-django/trunk/debian/pycompat
    packages/python-django/trunk/debian/rules   (with props)

Added: packages/python-django/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-django/trunk/debian/changelog?rev=1388&op=file
==============================================================================
--- packages/python-django/trunk/debian/changelog (added)
+++ packages/python-django/trunk/debian/changelog Sun Oct  8 16:44:51 2006
@@ -1,0 +1,5 @@
+python-django (0.95-1) unstable; urgency=low
+
+  * 0.95 release - initial packaging
+
+ -- Brett Parker <iDunno at sommitrealweird.co.uk>  Sun, 13 Aug 2006 11:32:00 +0100

Added: packages/python-django/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-django/trunk/debian/compat?rev=1388&op=file
==============================================================================
--- packages/python-django/trunk/debian/compat (added)
+++ packages/python-django/trunk/debian/compat Sun Oct  8 16:44:51 2006
@@ -1,0 +1,1 @@
+5

Added: packages/python-django/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-django/trunk/debian/control?rev=1388&op=file
==============================================================================
--- packages/python-django/trunk/debian/control (added)
+++ packages/python-django/trunk/debian/control Sun Oct  8 16:44:51 2006
@@ -1,0 +1,32 @@
+Source: python-django
+Section: python
+Priority: optional
+Maintainer: Brett Parker <iDunno at sommitrealweird.co.uk>
+Uploaders: Raphael Hertzog <hertzog at debian.org>, Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42), python-setuptools (>= 0.6b3-1), python-support (>= 0.3)
+
+Package: python-django
+Architecture: all
+Depends: ${python:Depends}
+Recommends: python-psycopg, python-sqlite, python-mysqldb
+Priority: optional
+Conflicts: python-django
+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 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.
+ .
+ It notably features:
+  * an object-relational mapper
+  * an automatic admin interface
+  * an elegant URL design
+  * a template system
+  * a cache system
+  * internationalization support
+ .
+  Homepage: http://www.djangoproject.com/

Added: packages/python-django/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/python-django/trunk/debian/copyright?rev=1388&op=file
==============================================================================
--- packages/python-django/trunk/debian/copyright (added)
+++ packages/python-django/trunk/debian/copyright Sun Oct  8 16:44:51 2006
@@ -1,0 +1,66 @@
+Main Django Code Licence:
+=========================
+
+Copyright (c) 2005, the Lawrence Journal-World
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+    1. Redistributions of source code must retain the above copyright notice, 
+       this list of conditions and the following disclaimer.
+    
+    2. Redistributions in binary form must reproduce the above copyright 
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+
+    3. Neither the name of Django nor the names of its contributors may be used
+       to endorse or promote products derived from this software without
+       specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+PyDispatcher Licence (django/dispatch/*):
+=========================================
+
+	Copyright (c) 2001-2003, Patrick K. O'Brien and Contributors
+	All rights reserved.
+	
+	Redistribution and use in source and binary forms, with or without
+	modification, are permitted provided that the following conditions
+	are met:
+	
+		Redistributions of source code must retain the above copyright
+		notice, this list of conditions and the following disclaimer.
+	
+		Redistributions in binary form must reproduce the above
+		copyright notice, this list of conditions and the following
+		disclaimer in the documentation and/or other materials
+		provided with the distribution.
+	
+		The name of Patrick K. O'Brien, or the name of any Contributor,
+		may not be used to endorse or promote products derived from this 
+		software without specific prior written permission.
+	
+	THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+	``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+	LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+	FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+	COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
+	INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+	(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+	SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+	HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+	OF THE POSSIBILITY OF SUCH DAMAGE. 
+

Added: packages/python-django/trunk/debian/django.docs
URL: http://svn.debian.org/wsvn/python-modules/packages/python-django/trunk/debian/django.docs?rev=1388&op=file
==============================================================================
--- packages/python-django/trunk/debian/django.docs (added)
+++ packages/python-django/trunk/debian/django.docs Sun Oct  8 16:44:51 2006
@@ -1,0 +1,4 @@
+README
+AUTHORS
+docs/*.txt
+examples

Added: packages/python-django/trunk/debian/patches/01_do_not_call_ezsetup.diff
URL: http://svn.debian.org/wsvn/python-modules/packages/python-django/trunk/debian/patches/01_do_not_call_ezsetup.diff?rev=1388&op=file
==============================================================================
--- packages/python-django/trunk/debian/patches/01_do_not_call_ezsetup.diff (added)
+++ packages/python-django/trunk/debian/patches/01_do_not_call_ezsetup.diff Sun Oct  8 16:44:51 2006
@@ -1,0 +1,8 @@
+--- setup.py~	2006-09-18 17:40:11.000000000 +0200
++++ setup.py	2006-09-18 17:40:34.000000000 +0200
+@@ -1,5 +1,3 @@
+-import ez_setup # From http://peak.telecommunity.com/DevCenter/setuptools
+-ez_setup.use_setuptools()
+ 
+ from setuptools import setup, find_packages
+ 

Added: packages/python-django/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-django/trunk/debian/pycompat?rev=1388&op=file
==============================================================================
--- packages/python-django/trunk/debian/pycompat (added)
+++ packages/python-django/trunk/debian/pycompat Sun Oct  8 16:44:51 2006
@@ -1,0 +1,1 @@
+2

Added: packages/python-django/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-django/trunk/debian/rules?rev=1388&op=file
==============================================================================
--- packages/python-django/trunk/debian/rules (added)
+++ packages/python-django/trunk/debian/rules Sun Oct  8 16:44:51 2006
@@ -1,0 +1,16 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM := pysupport
+
+include /usr/share/cdbs/1/rules/buildcore.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+
+binary-post-install/python-django::
+	# Remove python shebang on some files
+	perl -pi -e 's|^#!/usr/bin/env python.*$$||' debian/python-django/usr/share/python-support/python-django/django/bin/*.py debian/python-django/usr/share/python-support/python-django/django/conf/project_template/manage.py
+	# Rename djando-admin.py to djando-admin
+	mv debian/python-django/usr/bin/django-admin.py debian/python-django/usr/bin/django-admin

Propchange: packages/python-django/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Python-modules-commits mailing list