This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository renpy.
commit 76e8b2cb6f2f810d75ace33e3780ef38271738a6 Author: Markus Koschany <[email protected]> Date: Sun Mar 27 22:37:27 2016 +0200 Drop remove-PydevCodeAnalysisIgnore.patch. Fixed upstream. --- debian/patches/remove-PydevCodeAnalysisIgnore.patch | 20 -------------------- debian/patches/series | 1 - 2 files changed, 21 deletions(-) diff --git a/debian/patches/remove-PydevCodeAnalysisIgnore.patch b/debian/patches/remove-PydevCodeAnalysisIgnore.patch deleted file mode 100644 index db1bc4c..0000000 --- a/debian/patches/remove-PydevCodeAnalysisIgnore.patch +++ /dev/null @@ -1,20 +0,0 @@ -From: Markus Koschany <[email protected]> -Date: Sun, 13 Mar 2016 20:42:48 +0100 -Subject: remove PydevCodeAnalysisIgnore - -Remove #@PydevCodeAnalysisIgnore string from renpy.py because this causes a -runtime error and renpy will not start. ---- - renpy.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/renpy.py b/renpy.py -index cb0ee21..17ed86d 100644 ---- a/renpy.py -+++ b/renpy.py -@@ -1,4 +1,4 @@ --#!/usr/bin/env python #@PydevCodeAnalysisIgnore -+#!/usr/bin/python - - # This file is part of Ren'Py. The license below applies to Ren'Py only. - # Games and other projects that use Ren'Py may use a different license. diff --git a/debian/patches/series b/debian/patches/series index 2c79c39..0a30345 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,3 @@ 01_abspath.patch 02_traceback.patch 03_checkdir.patch -remove-PydevCodeAnalysisIgnore.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/renpy.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

