[Python-modules-commits] r33708 - in packages/django-pipeline/trunk/debian (3 files)

fladi at users.alioth.debian.org fladi at users.alioth.debian.org
Wed Aug 12 07:58:31 UTC 2015


    Date: Wednesday, August 12, 2015 @ 07:58:30
  Author: fladi
Revision: 33708

Bump debhelper compatibility level to 9.

Modified:
  packages/django-pipeline/trunk/debian/changelog
  packages/django-pipeline/trunk/debian/compat
  packages/django-pipeline/trunk/debian/control

Modified: packages/django-pipeline/trunk/debian/changelog
===================================================================
--- packages/django-pipeline/trunk/debian/changelog	2015-08-12 07:44:49 UTC (rev 33707)
+++ packages/django-pipeline/trunk/debian/changelog	2015-08-12 07:58:30 UTC (rev 33708)
@@ -6,6 +6,7 @@
   * Add python(3)-jinja2 and python(3)-mock to Build-Depends as they are
     required to run the tests.
   * Clean up static files created by tests.
+  * Bump debhelper compatibility level to 9.
 
  -- Michael Fladischer <fladi at debian.org>  Wed, 12 Aug 2015 08:20:05 +0200
 

Modified: packages/django-pipeline/trunk/debian/compat
===================================================================
--- packages/django-pipeline/trunk/debian/compat	2015-08-12 07:44:49 UTC (rev 33707)
+++ packages/django-pipeline/trunk/debian/compat	2015-08-12 07:58:30 UTC (rev 33708)
@@ -1 +1 @@
-8
+9

Modified: packages/django-pipeline/trunk/debian/control
===================================================================
--- packages/django-pipeline/trunk/debian/control	2015-08-12 07:44:49 UTC (rev 33707)
+++ packages/django-pipeline/trunk/debian/control	2015-08-12 07:58:30 UTC (rev 33708)
@@ -3,7 +3,7 @@
 Uploaders: Brian May <bam at debian.org>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 8.1.0),
+Build-Depends: debhelper (>= 9),
                dh-python,
                python-all,
                python-django (>= 1.4),




More information about the Python-modules-commits mailing list