[SCM] PyKDE4 packaging branch, master, updated. debian/4.6.80-1-4-gcd9e8e3

Pino Toscano pino-guest at alioth.debian.org
Fri Jul 1 08:58:38 UTC 2011


The following commit has been merged in the master branch:
commit baee480fce20cc6c77284bb072fa959d122e7ec7
Author: Pino Toscano <pino at kde.org>
Date:   Fri Jul 1 10:50:20 2011 +0200

    optional_install_sip_files.diff: fix small if()/endif() mismatch
---
 debian/changelog                               |    1 +
 debian/patches/optional_install_sip_files.diff |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4410f26..4e086c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ pykde4 (4:4.6.80-2) UNRELEASED; urgency=low
   [ Pino Toscano ]
   * Update the patches:
     - refresh
+    - optional_install_sip_files.diff: fix small if()/endif() mismatch
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 01 Jul 2011 10:44:19 +0200
 
diff --git a/debian/patches/optional_install_sip_files.diff b/debian/patches/optional_install_sip_files.diff
index d9ade68..d9de4ab 100644
--- a/debian/patches/optional_install_sip_files.diff
+++ b/debian/patches/optional_install_sip_files.diff
@@ -2,7 +2,7 @@ From: Sune Vuorela <sune at debian.org>
 Subject: Install sip files only when building for default python version
 Forwarded: not-needed
 Origin: vendor
-Last-Update: 2010-08-07
+Last-Update: 2011-07-01
 
 Make it possible to only install the sip files under some conditions
 
@@ -24,7 +24,7 @@ Make it possible to only install the sip files under some conditions
 +   MESSAGE("Installing sip files in this build pass")
 +ELSE(DEFAULT_PYTHON_VERSION)
 +   MESSAGE("Not installing sip files in this build pass")
-+ENDIF(NOT DEFAULT_PYTHON_VERSION)
++ENDIF(DEFAULT_PYTHON_VERSION)
  
  ADD_SUBDIRECTORY(tools)
  #ADD_SUBDIRECTORY(docs)

-- 
PyKDE4 packaging



More information about the pkg-kde-commits mailing list