[Pkg-gstreamer-commits] [pitivi] 01/01: Fix typo in patch

Sebastian Dröge slomo at moszumanska.debian.org
Sat Mar 29 14:43:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

slomo pushed a commit to branch master
in repository pitivi.

commit 18dd9221f0933ac1dbaced78a2821fa597645115
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Sat Mar 29 15:42:56 2014 +0100

    Fix typo in patch
---
 debian/changelog                           | 8 ++++++++
 debian/patches/01_disable-devel-mode.patch | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6c99a5c..87a1101 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pitivi (0.93-2) unstable; urgency=medium
+
+  * debian/patches/01_disable-devel-mode.patch:
+    + Fix typo in patch.
+  * Upload to unstable.
+
+ -- Sebastian Dröge <slomo at debian.org>  Sat, 29 Mar 2014 15:35:00 +0100
+
 pitivi (0.93-1) experimental; urgency=medium
 
   * New upstream release candidate.
diff --git a/debian/patches/01_disable-devel-mode.patch b/debian/patches/01_disable-devel-mode.patch
index a3e4f2c..3947fa4 100644
--- a/debian/patches/01_disable-devel-mode.patch
+++ b/debian/patches/01_disable-devel-mode.patch
@@ -31,7 +31,7 @@ Index: pitivi/pitivi/configure.py
 -    """
 -    rd = _get_root_dir()
 -    return os.path.exists(os.path.join(rd, '.git'))
-+def _in_devel():
++def in_devel():
 +    return False
  
  
@@ -56,7 +56,7 @@ Index: pitivi/pitivi/configure.py.in
 -    rd = _get_root_dir()
 -    return os.path.exists(os.path.join(rd, '.git'))
 -
-+def _in_devel():
++def in_devel():
 +    return False
  
  LIBDIR = '@LIBDIR@'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/pitivi.git



More information about the Pkg-gstreamer-commits mailing list