[Python-modules-commits] r11840 - in packages/django-app-plugins/trunk/debian (control rules)

deepak-guest at users.alioth.debian.org deepak-guest at users.alioth.debian.org
Sun Feb 21 12:53:31 UTC 2010


    Date: Sunday, February 21, 2010 @ 12:53:29
  Author: deepak-guest
Revision: 11840

Remove (shlibs:Depends) and some more minor changes in debian/rules and debian/control

Modified:
  packages/django-app-plugins/trunk/debian/control
  packages/django-app-plugins/trunk/debian/rules

Modified: packages/django-app-plugins/trunk/debian/control
===================================================================
--- packages/django-app-plugins/trunk/debian/control	2010-02-21 10:46:34 UTC (rev 11839)
+++ packages/django-app-plugins/trunk/debian/control	2010-02-21 12:53:29 UTC (rev 11840)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Deepak Tripathi <apenguinlinux at gmail.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 7.0.50~), python-all-dev (>= 2.3.5-11), python-support, python-all-dbg, python-django, python-setuptools
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 7.0.50~), python (>= 2.5), python-support, python-setuptools
 Standards-Version: 3.8.4
 XS-Python-Version: all
 Homepage: http://code.google.com/p/django-app-plugins/
@@ -11,16 +11,10 @@
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/django-app-plugins/trunk/
 
 Package: python-django-app-plugins
-Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Provides: ${python:Provides}
-Description: A plugin system for django
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-django
+Description: plugin system for django
  Allow 3rd party apps to dynamically insert template inclusions into your
  apps at pre-defined plugin points. Similar to how Eclipse manages plugins
  via contributors.You could think of this as the reverse of the {% block %}
  or {% include %} tags.
- For example:
-	templates/myapp/foo.html: {% load app_plugins %} {% plugin_point "foo" %}
-	templates/otherapp/plugins/foo.html: Anything you want...
-	templates/thirdapp/plugins/foo.html: yet another plugin...
-	foo.html is rendered as: Anything you want... yet another plugin... 

Modified: packages/django-app-plugins/trunk/debian/rules
===================================================================
--- packages/django-app-plugins/trunk/debian/rules	2010-02-21 10:46:34 UTC (rev 11839)
+++ packages/django-app-plugins/trunk/debian/rules	2010-02-21 12:53:29 UTC (rev 11840)
@@ -4,17 +4,5 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-build/python-django-app-plugins::
-	set -e; \
-	for i in $(cdbs_python_build_versions); do \
-		python$$i ./setup.py build; \
-	done
-
-install/python-django-app-plugins::
-	for i in $(cdbs_python_build_versions); do \
-      python$$i ./setup.py install --root $(CURDIR)/debian/python-django-app-plugins; \
-	done
-
 clean::
-	rm -rf build
-	rm -rf django_app_plugins.egg-info
+	rm -rf $(CURDIR)/django_app_plugins.egg-info




More information about the Python-modules-commits mailing list