[Python-modules-commits] r34076 - in packages/djangorestframework-gis/trunk/debian (3 files)

fladi at users.alioth.debian.org fladi at users.alioth.debian.org
Tue Sep 1 06:20:55 UTC 2015


    Date: Tuesday, September 1, 2015 @ 06:20:54
  Author: fladi
Revision: 34076

New upstream release.

Modified:
  packages/djangorestframework-gis/trunk/debian/changelog
  packages/djangorestframework-gis/trunk/debian/control
  packages/djangorestframework-gis/trunk/debian/copyright

Modified: packages/djangorestframework-gis/trunk/debian/changelog
===================================================================
--- packages/djangorestframework-gis/trunk/debian/changelog	2015-09-01 05:41:11 UTC (rev 34075)
+++ packages/djangorestframework-gis/trunk/debian/changelog	2015-09-01 06:20:54 UTC (rev 34076)
@@ -1,3 +1,20 @@
+djangorestframework-gis (0.8-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Update debian/patches/spatialite.patch to work with libsqlite3-mod-
+    spatialite (Closes: #793526).
+  * Add skip_tests_spatialite.patch to skip unittests that are not
+    supported by spatialite.
+  * Make Depends and Build-Depends on python-djangorestframework
+    versioned (>= 3.0.4).
+  * Add libsqlite3-mod-spatialite to Build-Depends.
+  * Remove spatialite-bin from Build-Depends.
+  * Update Homepage field to the correct upstream location.
+  * Update years in d/copyright.
+  * Change my email address to fladi at debian.org.
+
+ -- Michael Fladischer <fladi at debian.org>  Tue, 01 Sep 2015 08:20:20 +0200
+
 djangorestframework-gis (0.7-1) unstable; urgency=low
 
   * Initial release (Closes: #764969).

Modified: packages/djangorestframework-gis/trunk/debian/control
===================================================================
--- packages/djangorestframework-gis/trunk/debian/control	2015-09-01 05:41:11 UTC (rev 34075)
+++ packages/djangorestframework-gis/trunk/debian/control	2015-09-01 06:20:54 UTC (rev 34076)
@@ -2,26 +2,26 @@
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
+Uploaders: Michael Fladischer <fladi at debian.org>
 Build-Depends: debhelper (>= 9),
                dh-python,
+               libsqlite3-mod-spatialite,
                python-all,
-               python-djangorestframework,
+               python-djangorestframework (>= 3.0.4),
                python-django-filter,
                python-gdal,
                python-pyspatialite,
                python-pysqlite2,
-               python-setuptools,
-               spatialite-bin
+               python-setuptools
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.6
-Homepage: https://github.com/dmeehan/django-rest-framework-gis
+Homepage: https://github.com/djangonauts/django-rest-framework-gis
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/djangorestframework-gis/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/djangorestframework-gis/trunk/
 
 Package: python-djangorestframework-gis
 Architecture: all
-Depends: python-djangorestframework,
+Depends: python-djangorestframework (>= 3.0.4),
          python-django-filter,
          ${misc:Depends},
          ${python:Depends}

Modified: packages/djangorestframework-gis/trunk/debian/copyright
===================================================================
--- packages/djangorestframework-gis/trunk/debian/copyright	2015-09-01 05:41:11 UTC (rev 34075)
+++ packages/djangorestframework-gis/trunk/debian/copyright	2015-09-01 06:20:54 UTC (rev 34076)
@@ -4,11 +4,11 @@
 Source: https://github.com/djangonauts/django-rest-framework-gis
 
 Files: *
-Copyright: 2013-2014, Douglas Meehan <dmeehan at gmail.com>
+Copyright: 2013-2015, Douglas Meehan <dmeehan at gmail.com>
 License: Expat
 
 Files: debian/*
-Copyright: 2014, Fladischer Michael <FladischerMichael at fladi.at>
+Copyright: 2015, Fladischer Michael <fladi at debian.org>
 License: Expat
 
 License: Expat




More information about the Python-modules-commits mailing list