[Python-modules-commits] r24202 - in packages/django-floppyforms/trunk/debian (4 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Wed May 8 09:41:47 UTC 2013


    Date: Wednesday, May 8, 2013 @ 09:41:45
  Author: fladi-guest
Revision: 24202

Prepare for upload to unstable.

Modified:
  packages/django-floppyforms/trunk/debian/changelog
  packages/django-floppyforms/trunk/debian/control
  packages/django-floppyforms/trunk/debian/copyright
  packages/django-floppyforms/trunk/debian/rules

Modified: packages/django-floppyforms/trunk/debian/changelog
===================================================================
--- packages/django-floppyforms/trunk/debian/changelog	2013-05-08 09:38:44 UTC (rev 24201)
+++ packages/django-floppyforms/trunk/debian/changelog	2013-05-08 09:41:45 UTC (rev 24202)
@@ -1,8 +1,16 @@
-django-floppyforms (0.4.7-3) UNRELEASED; urgency=low
+django-floppyforms (1.1-1) unstable; urgency=low
 
+  [ Michael Fladischer ]
+  * New upstream release.
+  * Bump dependency on Django to >= 1.3.
+  * Format packaging files with wrap-and-sort.
+  * Drop temporary fix for PKG-INFO.
+  * Update years in d/copyright.
+
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:00:42 +0200
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Wed, 08 May 2013 11:41:21 +0200
 
 django-floppyforms (0.4.7-2) unstable; urgency=low
 

Modified: packages/django-floppyforms/trunk/debian/control
===================================================================
--- packages/django-floppyforms/trunk/debian/control	2013-05-08 09:38:44 UTC (rev 24201)
+++ packages/django-floppyforms/trunk/debian/control	2013-05-08 09:41:45 UTC (rev 24202)
@@ -5,7 +5,7 @@
 Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
 Build-Depends: debhelper (>= 7.0.50~),
                python-all (>= 2.6.6-3~),
-               python-django (>= 1.2),
+               python-django (>= 1.3),
                python-setuptools
 Standards-Version: 3.9.3
 X-Python-Version: >= 2.6
@@ -15,16 +15,16 @@
 
 Package: python-django-floppyforms
 Architecture: all
-Depends: python-django (>= 1.2), ${misc:Depends}, ${python:Depends}
+Depends: python-django (>= 1.3), ${misc:Depends}, ${python:Depends}
 Description: better control of form rendering in Django
- Django-foppyforms is an application that gives you full control of the 
- output of forms rendering. This is more a widgets library than a forms 
- library but form fields are provided for convenience. The forms API and 
- features are exactly the same as Django’s, the key difference is that 
+ Django-foppyforms is an application that gives you full control of the
+ output of forms rendering. This is more a widgets library than a forms
+ library but form fields are provided for convenience. The forms API and
+ features are exactly the same as Django’s, the key difference is that
  widgets are rendered in templates instead of using string interpolation.
  .
- The widgets API allows you to customize and extend the widgets behaviour, 
- making it very easy to define custom widgets. The default widgets are very 
- similar to the default Django widgets, except that they implement some 
- nice features of HTML5 forms, such as the placeholder and required 
+ The widgets API allows you to customize and extend the widgets behaviour,
+ making it very easy to define custom widgets. The default widgets are very
+ similar to the default Django widgets, except that they implement some
+ nice features of HTML5 forms, such as the placeholder and required
  attribute, as well as the new <input> types.

Modified: packages/django-floppyforms/trunk/debian/copyright
===================================================================
--- packages/django-floppyforms/trunk/debian/copyright	2013-05-08 09:38:44 UTC (rev 24201)
+++ packages/django-floppyforms/trunk/debian/copyright	2013-05-08 09:41:45 UTC (rev 24202)
@@ -4,11 +4,11 @@
 Source: https://github.com/brutasse/django-floppyforms
 
 Files: *
-Copyright: 2009-2010, Bruno Renié <bruno at renie.fr>
+Copyright: 2009-2013, Bruno Renié <bruno at renie.fr>
 License: BSD-floppyforms
 
 Files: debian/*
-Copyright: 2011, Michael Fladischer <FladischerMichael at fladi.at>
+Copyright: 2011-2013, Michael Fladischer <FladischerMichael at fladi.at>
 License: BSD-floppyforms
 
 License: BSD-floppyforms

Modified: packages/django-floppyforms/trunk/debian/rules
===================================================================
--- packages/django-floppyforms/trunk/debian/rules	2013-05-08 09:38:44 UTC (rev 24201)
+++ packages/django-floppyforms/trunk/debian/rules	2013-05-08 09:41:45 UTC (rev 24202)
@@ -17,8 +17,3 @@
 	done
 	rm -rf testproject
 endif
-
-.PHONY: override_dh_auto_install
-override_dh_auto_install:
-	dh_auto_install
-	sed -i 's/Metadata-Version: 1\.0/Metadata-Version: 1\.1/' debian/python-django-floppyforms/usr/lib/python2.*/*-packages/django_floppyforms-*.egg-info/PKG-INFO




More information about the Python-modules-commits mailing list