[SCM] Debian Qt/KDE packaging tools branch, master, updated. master/0.4.8-1-g52d6315

Modestas Vainius modax-guest at alioth.debian.org
Sat May 30 13:39:24 UTC 2009


The following commit has been merged in the master branch:
commit 52d6315dfe216e164be3bc41153f0bb8fc2ca12c
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sat May 30 16:38:30 2009 +0300

    Clarify comment in variables.mk
    
    Signed-off-by: Modestas Vainius <modestas at vainius.eu>

diff --git a/debian/changelog b/debian/changelog
index 26141be..1559b97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pkg-kde-tools (0.4.9) UNRELEASED; urgency=low
+
+  * Clarify comment in variables.mk.
+
+ -- Modestas Vainius <modestas at vainius.eu>  Sat, 30 May 2009 16:38:46 +0300
+
 pkg-kde-tools (0.4.8) unstable; urgency=low
 
   * Add maintainer check to debian_qt_kde.mk to disallow anybody else but
diff --git a/makefiles/1/variables.mk b/makefiles/1/variables.mk
index aa2e486..ea5cf02 100644
--- a/makefiles/1/variables.mk
+++ b/makefiles/1/variables.mk
@@ -15,7 +15,7 @@ DEB_CMAKE_KDE4_FLAGS += \
         -DLIB_INSTALL_DIR=/usr/lib \
         -DSYSCONF_INSTALL_DIR=/etc
 
-# Set the DEB_KDE_LINK_WITH_AS_NEEDED to 'yes' to enable linking
+# Set the DEB_KDE_LINK_WITH_AS_NEEDED to yes to enable linking
 # with --as-needed (off by default)
 DEB_KDE_LINK_WITH_AS_NEEDED ?= no
 ifneq (,$(findstring yes, $(DEB_KDE_LINK_WITH_AS_NEEDED)))

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list