[Python-modules-commits] r6524 - in packages/python-django-registration/trunk/debian (3 files)
speijnik-guest at users.alioth.debian.org
speijnik-guest at users.alioth.debian.org
Tue Sep 16 08:49:56 UTC 2008
Date: Tuesday, September 16, 2008 @ 08:49:54
Author: speijnik-guest
Revision: 6524
Moved delete_expired_users.py script out of site-packages and documented
this change.
Added:
packages/python-django-registration/trunk/debian/python-django-registration.README.Debian
Modified:
packages/python-django-registration/trunk/debian/changelog
packages/python-django-registration/trunk/debian/rules
Modified: packages/python-django-registration/trunk/debian/changelog
===================================================================
--- packages/python-django-registration/trunk/debian/changelog 2008-09-16 08:43:25 UTC (rev 6523)
+++ packages/python-django-registration/trunk/debian/changelog 2008-09-16 08:49:54 UTC (rev 6524)
@@ -17,8 +17,12 @@
django.core.validators in python-django 1.0-1. (Closes: #498086)
* debian/patches/02_overview_rst_fix.patch:
- Fixes a typo in overview.txt causing rst2html to return an error.
+ * Moved delete_expired_users.py script out of site-packages into
+ /usr/share/doc/python-django-registration/examples.
+ * Added debian/python-django-registration.README.Debian to document
+ the delete_expired_users.py change.
- -- Stephan Peijnik <debian at sp.or.at> Tue, 16 Sep 2008 00:36:40 +0200
+ -- Stephan Peijnik <debian at sp.or.at> Tue, 16 Sep 2008 10:46:54 +0200
python-django-registration (0.6-2) experimental; urgency=low
Added: packages/python-django-registration/trunk/debian/python-django-registration.README.Debian
===================================================================
--- packages/python-django-registration/trunk/debian/python-django-registration.README.Debian (rev 0)
+++ packages/python-django-registration/trunk/debian/python-django-registration.README.Debian 2008-09-16 08:49:54 UTC (rev 6524)
@@ -0,0 +1,6 @@
+delete_expired_users.py
+=======================
+
+The delete_expired_users.py script has been moved out of the
+django-registration Python module into /usr/share/doc/python-pyglet/examples
+so that site-packages remains clean.
\ No newline at end of file
Property changes on: packages/python-django-registration/trunk/debian/python-django-registration.README.Debian
___________________________________________________________________
Name: svn:mergeinfo
+
Modified: packages/python-django-registration/trunk/debian/rules
===================================================================
--- packages/python-django-registration/trunk/debian/rules 2008-09-16 08:43:25 UTC (rev 6523)
+++ packages/python-django-registration/trunk/debian/rules 2008-09-16 08:49:54 UTC (rev 6524)
@@ -24,3 +24,10 @@
rst2html <docs/views.txt >debian/$(PKG)/usr/share/doc/$(PKG)/views.html
rst2html <docs/models.txt >debian/$(PKG)/usr/share/doc/$(PKG)/models.html
rst2html <docs/forms.txt >debian/$(PKG)/usr/share/doc/$(PKG)/forms.html
+
+ # Move delete_expired_users to /usr/bin/
+ mkdir -p debian/$(PKG)/usr/share/doc/$(PKG)/examples
+ mv debian/$(PKG)/usr/share/python-support/$(PKG)/registration/bin/delete_expired_users.py \
+ debian/$(PKG)/usr/share/doc/$(PKG)/examples
+ # Remove bin directory from site-packages.
+ rm -rf debian/$(PKG)/usr/share/python-support/$(PKG)/registration/bin
More information about the Python-modules-commits
mailing list