[Python-modules-commits] r8374 - in packages/python-django-formfieldset/trunk/debian (3 files)

odd_bloke-guest at users.alioth.debian.org odd_bloke-guest at users.alioth.debian.org
Wed May 6 14:13:59 UTC 2009


    Date: Wednesday, May 6, 2009 @ 14:13:58
  Author: odd_bloke-guest
Revision: 8374

Upstream has merged setup.py.

Modified:
  packages/python-django-formfieldset/trunk/debian/changelog
  packages/python-django-formfieldset/trunk/debian/rules
Deleted:
  packages/python-django-formfieldset/trunk/debian/setup.py

Modified: packages/python-django-formfieldset/trunk/debian/changelog
===================================================================
--- packages/python-django-formfieldset/trunk/debian/changelog	2009-05-06 14:13:56 UTC (rev 8373)
+++ packages/python-django-formfieldset/trunk/debian/changelog	2009-05-06 14:13:58 UTC (rev 8374)
@@ -1,4 +1,4 @@
-python-django-formfieldset (0+git20090313-3fe5a6d-1) unstable; urgency=low
+python-django-formfieldset (0+git20090406-ba37786-1) unstable; urgency=low
 
   * Initial release. (Closes: #519411)
 

Modified: packages/python-django-formfieldset/trunk/debian/rules
===================================================================
--- packages/python-django-formfieldset/trunk/debian/rules	2009-05-06 14:13:56 UTC (rev 8373)
+++ packages/python-django-formfieldset/trunk/debian/rules	2009-05-06 14:13:58 UTC (rev 8374)
@@ -5,10 +5,9 @@
 
 clean:
 	dh $@
-	rm -f setup.py pax_global_header
+	rm -f pax_global_header
 
 build:
-	cp debian/setup.py .
 	dh $@
 
 get-orig-source:

Deleted: packages/python-django-formfieldset/trunk/debian/setup.py
===================================================================
--- packages/python-django-formfieldset/trunk/debian/setup.py	2009-05-06 14:13:56 UTC (rev 8373)
+++ packages/python-django-formfieldset/trunk/debian/setup.py	2009-05-06 14:13:58 UTC (rev 8374)
@@ -1,13 +0,0 @@
-#coding=utf-8
-from distutils.core import setup
-
-setup(
-    name = 'django-formfieldset',
-    version = 'git20090312-a822fad',
-    url = 'http://github.com/muhuk/django-formfieldset/tree/master',
-    author = 'Atamert Ölçgen',
-    author_email = 'muhuk at muhuk.com',
-    license = 'BSD',
-    packages = ['formfieldset'],
-    description = 'Fieldset Rendering For Non-Admin Forms',
-)




More information about the Python-modules-commits mailing list