[Python-modules-commits] r6396 - in packages/python-django/trunk/debian (9 files)

netzwurm at users.alioth.debian.org netzwurm at users.alioth.debian.org
Fri Aug 29 03:32:42 UTC 2008


    Date: Friday, August 29, 2008 @ 03:32:40
  Author: netzwurm
Revision: 6396

* Removed all -doc related files temporarily to push beta2 into 
  unstable for extensive testing. The -doc package will be 
  readded once this package is in unstable as recommended in
  http://lists.debian.org/debian-release/2008/08/msg01475.html.
* debian/python-django-doc.install
  - Removed.
* debian/python-django-doc.doc-base
  - Removed.
* debian/python-django-doc.examples
  - Moved to python-django.examples.
* debian/rules
  - Removed python-doc related build and post-installation.
* debian/control
  - Removed binary package python-django-doc.
  - Removed Build-Depends-Indep on python-sphinx and libjs-jquery.
* debian/python-django.install:
  - Removed multiple package related issues.

Added:
  packages/python-django/trunk/debian/python-django.NEWS.Debian
  packages/python-django/trunk/debian/python-django.examples
Modified:
  packages/python-django/trunk/debian/changelog
  packages/python-django/trunk/debian/control
  packages/python-django/trunk/debian/python-django.install
  packages/python-django/trunk/debian/rules
Deleted:
  packages/python-django/trunk/debian/python-django-doc.doc-base
  packages/python-django/trunk/debian/python-django-doc.examples
  packages/python-django/trunk/debian/python-django-doc.install

Modified: packages/python-django/trunk/debian/changelog
===================================================================
--- packages/python-django/trunk/debian/changelog	2008-08-28 20:05:15 UTC (rev 6395)
+++ packages/python-django/trunk/debian/changelog	2008-08-29 03:32:40 UTC (rev 6396)
@@ -1,3 +1,26 @@
+python-django (1.0~beta2-2) UNRELEASED; urgency=low
+
+  [ David Spreen ]
+  * Removed all -doc related files temporarily to push beta2 into 
+    unstable for extensive testing. The -doc package will be 
+    readded once this package is in unstable as recommended in
+    http://lists.debian.org/debian-release/2008/08/msg01475.html.
+  * debian/python-django-doc.install
+    - Removed.
+  * debian/python-django-doc.doc-base
+    - Removed.
+  * debian/python-django-doc.examples
+    - Moved to python-django.examples.
+  * debian/rules
+    - Removed python-doc related build and post-installation.
+  * debian/control
+    - Removed binary package python-django-doc.
+    - Removed Build-Depends-Indep on python-sphinx and libjs-jquery.
+  * debian/python-django.install:
+    - Removed multiple package related issues.
+
+ -- David Spreen <netzwurm at debian.org>  Thu, 28 Aug 2008 20:15:21 -0700
+
 python-django (1.0~beta2-1) experimental; urgency=low
 
   [ David Spreen ]

Modified: packages/python-django/trunk/debian/control
===================================================================
--- packages/python-django/trunk/debian/control	2008-08-28 20:05:15 UTC (rev 6395)
+++ packages/python-django/trunk/debian/control	2008-08-29 03:32:40 UTC (rev 6396)
@@ -5,7 +5,7 @@
 Uploaders: Raphael Hertzog <hertzog at debian.org>, Gustavo Noronha Silva <kov at debian.org>, David Spreen <netzwurm at debian.org>, Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Standards-Version: 3.8.0
 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
+#Build-Depends-Indep: python-sphinx, libjs-jquery
 Homepage: http://www.djangoproject.com/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-django/trunk/?op=log
@@ -33,10 +33,10 @@
   * a cache system
   * internationalization support
 
-Package: python-django-doc
-Architecture: all
-Depends: libjs-jquery
-Section: doc
-Description: Documentation for Python Django
- This package contains the documentation for Python Django 1.0 in HTML
- format. 
+#Package: python-django-doc
+#Architecture: all
+#Depends: libjs-jquery
+#Section: doc
+#Description: Documentation for Python Django
+# This package contains the documentation for Python Django 1.0 in HTML
+# format. 

Deleted: packages/python-django/trunk/debian/python-django-doc.doc-base
===================================================================
--- packages/python-django/trunk/debian/python-django-doc.doc-base	2008-08-28 20:05:15 UTC (rev 6395)
+++ packages/python-django/trunk/debian/python-django-doc.doc-base	2008-08-29 03:32:40 UTC (rev 6396)
@@ -1,20 +0,0 @@
-Document: python-django-doc
-Title: Python Django Documentation
-Author: Django Software Foundation
-Abstract: This documentation gives an introduction 
- to Django and its contributed packages like its automatic
- admin and the user authentication applications.
-Section: Programming/Python
-
-Format: HTML
-Index: /usr/share/doc/python-django-doc/html/index.html
-Files: /usr/share/doc/python-django-doc/html/*.html
- /usr/share/doc/python-django-doc/html/faq/*.html
- /usr/share/doc/python-django-doc/html/howto/*.html
- /usr/share/doc/python-django-doc/html/internals/*.html
- /usr/share/doc/python-django-doc/html/intro/*.html
- /usr/share/doc/python-django-doc/html/misc/*.html
- /usr/share/doc/python-django-doc/html/obsolete/*.html
- /usr/share/doc/python-django-doc/html/ref/*.html
- /usr/share/doc/python-django-doc/html/releases/*.html
- /usr/share/doc/python-django-doc/html/topics/*.html
\ No newline at end of file

Deleted: packages/python-django/trunk/debian/python-django-doc.examples
===================================================================
--- packages/python-django/trunk/debian/python-django-doc.examples	2008-08-28 20:05:15 UTC (rev 6395)
+++ packages/python-django/trunk/debian/python-django-doc.examples	2008-08-29 03:32:40 UTC (rev 6396)
@@ -1 +0,0 @@
-examples/*

Deleted: packages/python-django/trunk/debian/python-django-doc.install
===================================================================
--- packages/python-django/trunk/debian/python-django-doc.install	2008-08-28 20:05:15 UTC (rev 6395)
+++ packages/python-django/trunk/debian/python-django-doc.install	2008-08-29 03:32:40 UTC (rev 6396)
@@ -1 +0,0 @@
-docs/_build/html/* usr/share/doc/python-django-doc/html/
\ No newline at end of file

Added: packages/python-django/trunk/debian/python-django.NEWS.Debian
===================================================================
--- packages/python-django/trunk/debian/python-django.NEWS.Debian	                        (rev 0)
+++ packages/python-django/trunk/debian/python-django.NEWS.Debian	2008-08-29 03:32:40 UTC (rev 6396)
@@ -0,0 +1,19 @@
+python-django 1.0~beta2
+------------------------
+  
+The transition from Django 0.96.2 to Django 1.0 means that your Django software
+will probably have to be updated. Several fundamental changes have been made
+to contrib.admin, contrib.forms and others.
+
+For a full list of incompatibilities see the release notes of 1.0 alpha1, 1.0 alpha2,
+1.0 beta1 and 1.0 beta2 at the following locations:
+
+http://docs.djangoproject.com/en/dev/releases/1.0-alpha-1/#releases-1-0-alpha-1
+http://docs.djangoproject.com/en/dev/releases/1.0-alpha-2/#releases-1-0-alpha-2
+http://docs.djangoproject.com/en/dev/releases/1.0-beta/#releases-1-0-beta
+http://docs.djangoproject.com/en/dev/releases/1.0-beta-2/
+
+Happy hacking,
+  
+ -- David Spreen <netzwurm at debian.org>  Thu, 28 Aug 2008 19:51:16 -0700
+  
\ No newline at end of file

Added: packages/python-django/trunk/debian/python-django.examples
===================================================================
--- packages/python-django/trunk/debian/python-django.examples	                        (rev 0)
+++ packages/python-django/trunk/debian/python-django.examples	2008-08-29 03:32:40 UTC (rev 6396)
@@ -0,0 +1 @@
+examples/*

Modified: packages/python-django/trunk/debian/python-django.install
===================================================================
--- packages/python-django/trunk/debian/python-django.install	2008-08-28 20:05:15 UTC (rev 6395)
+++ packages/python-django/trunk/debian/python-django.install	2008-08-29 03:32:40 UTC (rev 6396)
@@ -1,3 +1,3 @@
-debian/tmp/usr/bin/django-admin.py
-debian/tmp/usr/lib/python*/site-packages
+#debian/tmp/usr/bin/django-admin.py
+#debian/tmp/usr/lib/python*/site-packages
 extras/django_bash_completion etc/bash_completion.d/

Modified: packages/python-django/trunk/debian/rules
===================================================================
--- packages/python-django/trunk/debian/rules	2008-08-28 20:05:15 UTC (rev 6395)
+++ packages/python-django/trunk/debian/rules	2008-08-29 03:32:40 UTC (rev 6396)
@@ -2,7 +2,7 @@
 
 DEB_PYTHON_SYSTEM := pysupport
 DEB_PYTHON_MODULE_PACKAGE = python-django
-DEB_DH_COMPRESS_ARGS = -X.js
+#DEB_DH_COMPRESS_ARGS = -X.js
 
 include /usr/share/cdbs/1/rules/buildcore.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
@@ -23,16 +23,16 @@
 	# Rename django-admin.py to django-admin
 	mv debian/python-django/usr/bin/django-admin.py debian/python-django/usr/bin/django-admin
 
-build/python-django-doc::
+#build/python-django-doc::
 	# Build HTML documentation.
-	cd docs && make html
+#	cd docs && make html
 
 clean::
 	rm -rf docs/_build/*
 
 
-binary-post-install/python-django-doc::
-	# Remove convenience copy of libjs-jquery and replace with symlink.
-	cd debian/python-django-doc/usr/share/doc/python-django-doc/html/_static\
-		&& rm -f jquery.js\
-		&& ln -s ../../../../javascript/jquery/jquery.js .
+#binary-post-install/python-django-doc::
+#	# Remove convenience copy of libjs-jquery and replace with symlink.
+#	cd debian/python-django-doc/usr/share/doc/python-django-doc/html/_static\
+#		&& rm -f jquery.js\
+#		&& ln -s ../../../../javascript/jquery/jquery.js .




More information about the Python-modules-commits mailing list