r51814 - in /desktop/unstable/pygobject/debian: changelog control control.in

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Dec 12 19:33:11 UTC 2016


Author: pochu
Date: Mon Dec 12 19:33:10 2016
New Revision: 51814

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51814
Log:
Temporarily disable pep8 during the build. Closes: #844924.

Modified:
    desktop/unstable/pygobject/debian/changelog
    desktop/unstable/pygobject/debian/control
    desktop/unstable/pygobject/debian/control.in

Modified: desktop/unstable/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/changelog?rev=51814&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/changelog	[utf-8] (original)
+++ desktop/unstable/pygobject/debian/changelog	[utf-8] Mon Dec 12 19:33:10 2016
@@ -1,3 +1,9 @@
+pygobject (3.22.0-2) UNRELEASED; urgency=medium
+
+  * Temporarily disable pep8 during the build. Closes: #844924.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 12 Dec 2016 20:25:20 +0100
+
 pygobject (3.22.0-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/pygobject/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/control?rev=51814&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/control	[utf-8] (original)
+++ desktop/unstable/pygobject/debian/control	[utf-8] Mon Dec 12 19:33:10 2016
@@ -6,7 +6,7 @@
 Section: python
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 9),
                dpkg-dev (>= 1.16.1~),
                gnome-common,
@@ -29,7 +29,8 @@
                at-spi2-core,
                locales,
                docbook-xsl,
-               pep8,
+# see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=844924
+#               pep8,
                pyflakes,
                python-all-dbg,
                python3-all-dbg,

Modified: desktop/unstable/pygobject/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/control.in?rev=51814&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/control.in	[utf-8] (original)
+++ desktop/unstable/pygobject/debian/control.in	[utf-8] Mon Dec 12 19:33:10 2016
@@ -25,7 +25,8 @@
                at-spi2-core,
                locales,
                docbook-xsl,
-               pep8,
+# see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=844924
+#               pep8,
                pyflakes,
                python-all-dbg,
                python3-all-dbg,




More information about the pkg-gnome-commits mailing list