r24405 - in /packages/unstable/meld/debian: changelog patches/python-path.patch patches/series
rbalint-guest at users.alioth.debian.org
rbalint-guest at users.alioth.debian.org
Wed May 26 20:21:17 UTC 2010
Author: rbalint-guest
Date: Wed May 26 20:21:05 2010
New Revision: 24405
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24405
Log:
Run meld using /usr/bin/python instead of env python.
It is the preferred way of running Python programs as described in the Debian
Python Policy.
Added:
packages/unstable/meld/debian/patches/python-path.patch
Modified:
packages/unstable/meld/debian/changelog
packages/unstable/meld/debian/patches/series
Modified: packages/unstable/meld/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/meld/debian/changelog?rev=24405&op=diff
==============================================================================
--- packages/unstable/meld/debian/changelog [utf-8] (original)
+++ packages/unstable/meld/debian/changelog [utf-8] Wed May 26 20:21:05 2010
@@ -1,3 +1,9 @@
+meld (1.3.1-2) UNRELEASED; urgency=low
+
+ * run meld using /usr/bin/python instead of env python (Closes: #551189)
+
+ -- Balint Reczey <balint at balintreczey.hu> Wed, 26 May 2010 21:35:34 +0200
+
meld (1.3.1-1) unstable; urgency=low
[ Balint Reczey ]
Added: packages/unstable/meld/debian/patches/python-path.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/meld/debian/patches/python-path.patch?rev=24405&op=file
==============================================================================
--- packages/unstable/meld/debian/patches/python-path.patch (added)
+++ packages/unstable/meld/debian/patches/python-path.patch [utf-8] Wed May 26 20:21:05 2010
@@ -1,0 +1,10 @@
+Index: meld-1.3.1/meld
+===================================================================
+--- meld-1.3.1.orig/meld 2010-05-26 21:32:57.000000000 +0200
++++ meld-1.3.1/meld 2010-05-26 21:33:06.000000000 +0200
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env python
++#!/usr/bin/python
+
+ ### Copyright (C) 2002-2006 Stephen Kennedy <stevek at gnome.org>
+
Modified: packages/unstable/meld/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/meld/debian/patches/series?rev=24405&op=diff
==============================================================================
--- packages/unstable/meld/debian/patches/series [utf-8] (original)
+++ packages/unstable/meld/debian/patches/series [utf-8] Wed May 26 20:21:05 2010
@@ -1,1 +1,2 @@
sourceview-package.patch
+python-path.patch
More information about the pkg-gnome-commits
mailing list