[Pkg-kde-commits] rev 1843 - in kde-extras/digikamimageplugins/trunk/debian: . patches

Achim Bohnet ach-guest at costa.debian.org
Wed Sep 21 22:13:37 UTC 2005


Author: ach-guest
Date: 2005-09-21 22:13:37 +0000 (Wed, 21 Sep 2005)
New Revision: 1843

Added:
   kde-extras/digikamimageplugins/trunk/debian/patches/
   kde-extras/digikamimageplugins/trunk/debian/patches/00_fix_compile_imageeffect_whitebalance.diff
Modified:
   kde-extras/digikamimageplugins/trunk/debian/changelog
   kde-extras/digikamimageplugins/trunk/debian/control
   kde-extras/digikamimageplugins/trunk/debian/rules
Log:
* add TODO-before-release to changelog so the aren't forgotten
* Polish build:
  o Remove versioned build dependencies of kdelibs-4, libkexif1-dev and
    libkipi0-dev now that they are compiled with g++ 4 on all architectures.
  o relax build depends on digikam. Set to > 0.7.4.9999 (so still smaller
    than 0.8.0~*)
  o patches/00_fix_compile_imageeffect_whitebalance.diff: fix compile.
    Failing code already replaced in upstreams repository.



Modified: kde-extras/digikamimageplugins/trunk/debian/changelog
===================================================================
--- kde-extras/digikamimageplugins/trunk/debian/changelog	2005-09-21 21:16:33 UTC (rev 1842)
+++ kde-extras/digikamimageplugins/trunk/debian/changelog	2005-09-21 22:13:37 UTC (rev 1843)
@@ -1,3 +1,18 @@
+digikamimageplugins (0.8.0-0beta1-2) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET.  Note: for 0.7.4 pkging (if necessary) there's a branches/0.7.4/
+  * still TODO: list new plugins and check their copyright/license
+
+  [ Achim Bohnet ]
+  o Remove versioned build dependencies of kdelibs-4, libkexif1-dev and
+    libkipi0-dev now that they are compiled with g++ 4 on all architectures.
+  o relax build depends on digikam. Set to > 0.7.4.9999 (so still smaller
+    than 0.8.0~*)
+  o patches/00_fix_compile_imageeffect_whitebalance.diff: fix compile.
+    Failing code already replaced in upstreams repository.
+
+ -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Wed, 21 Sep 2005 22:59:14 +0200
+
 digikamimageplugins (0.7.4-4) unstable; urgency=low
 
   * Resync with digikam release

Modified: kde-extras/digikamimageplugins/trunk/debian/control
===================================================================
--- kde-extras/digikamimageplugins/trunk/debian/control	2005-09-21 21:16:33 UTC (rev 1842)
+++ kde-extras/digikamimageplugins/trunk/debian/control	2005-09-21 22:13:37 UTC (rev 1843)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Paul Telford <pxt at debian.org>, Achim Bohnet <ach at mpe.mpg.de>
-Build-Depends: debhelper (>> 4.1), cdbs, kdelibs4-dev (>= 4:3.4.2-1), libexif-dev (>> 0.6.9), libltdl3-dev, libgdbm-dev, libgphoto2-2-dev, libkexif1-dev (>= 0.2.1-5), libkipi0-dev (>= 0.1.1-3), libimlib2-dev, digikam (= 0.7.4-5)
+Build-Depends: debhelper (>> 4.1), cdbs, kdelibs4-dev, libexif-dev (>> 0.6.9), libltdl3-dev, libgdbm-dev, libgphoto2-2-dev, libkexif1-dev, libkipi0-dev, libimlib2-dev, digikam (> 0.7.4.9999)
 Standards-Version: 3.6.2
 
 Package: digikamimageplugins

Added: kde-extras/digikamimageplugins/trunk/debian/patches/00_fix_compile_imageeffect_whitebalance.diff
===================================================================
--- kde-extras/digikamimageplugins/trunk/debian/patches/00_fix_compile_imageeffect_whitebalance.diff	2005-09-21 21:16:33 UTC (rev 1842)
+++ kde-extras/digikamimageplugins/trunk/debian/patches/00_fix_compile_imageeffect_whitebalance.diff	2005-09-21 22:13:37 UTC (rev 1843)
@@ -0,0 +1,10 @@
+--- digikamimageplugins.orig/whitebalance/imageeffect_whitebalance.cpp
++++ digikamimageplugins/whitebalance/imageeffect_whitebalance.cpp
+@@ -68,6 +68,7 @@
+ #include <kglobalsettings.h>
+ #include <kdebug.h>
+ #include <kfiledialog.h>
++#include <kselect.h>
+ 
+ // Digikam includes.
+ 

Modified: kde-extras/digikamimageplugins/trunk/debian/rules
===================================================================
--- kde-extras/digikamimageplugins/trunk/debian/rules	2005-09-21 21:16:33 UTC (rev 1842)
+++ kde-extras/digikamimageplugins/trunk/debian/rules	2005-09-21 22:13:37 UTC (rev 1843)
@@ -3,4 +3,5 @@
 DEB_CONFIGURE_USER_FLAGS = --disable-debug --enable-final
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/kde.mk




More information about the pkg-kde-commits mailing list