[Pkg-kde-commits] rev 1266 - kde-extras/digikam/trunk/debian
Achim Bohnet
ach-guest@costa.debian.org
Mon, 11 Jul 2005 22:31:59 +0000
Author: ach-guest
Date: 2005-07-11 22:31:58 +0000 (Mon, 11 Jul 2005)
New Revision: 1266
Modified:
kde-extras/digikam/trunk/debian/TODO
kde-extras/digikam/trunk/debian/changelog
kde-extras/digikam/trunk/debian/rules
Log:
--enable-final fix
Modified: kde-extras/digikam/trunk/debian/TODO
===================================================================
--- kde-extras/digikam/trunk/debian/TODO 2005-07-11 20:10:16 UTC (rev 1265)
+++ kde-extras/digikam/trunk/debian/TODO 2005-07-11 22:31:58 UTC (rev 1266)
@@ -1,9 +1,9 @@
Important
---------
-todo: check digikam|showfoto.desktop files location
+todo: o check digikam|showfoto.desktop files location
+ o admin/config.* are not renamed back (.cdbs-orig) :(
-
Digikam 0.8-svn version notes:
o no longer needs libgdbm*
o apidox is supposed to work in svn
Modified: kde-extras/digikam/trunk/debian/changelog
===================================================================
--- kde-extras/digikam/trunk/debian/changelog 2005-07-11 20:10:16 UTC (rev 1265)
+++ kde-extras/digikam/trunk/debian/changelog 2005-07-11 22:31:58 UTC (rev 1266)
@@ -9,8 +9,10 @@
* ltdl kde bug is fixed in KDE 3.4.1: Remove depend on libimlib2-dev
and build-dep on KDE >= 3.4.1 (Closes: #288685, #310378)
* New homepage URL in long description
+ * --enable-final fix for showfoto/Makefile.am (applied upstream)
+ (!!!!!!!!! check if final tarballs contains my fix of not !!!!!!!)
- -- Achim Bohnet <ach@mpe.mpg.de> Mon, 11 Jul 2005 20:46:12 +0200
+ -- Achim Bohnet <ach@mpe.mpg.de> Tue, 12 Jul 2005 00:14:29 +0200
digikam (0.7.2-4) unstable; urgency=medium
Modified: kde-extras/digikam/trunk/debian/rules
===================================================================
--- kde-extras/digikam/trunk/debian/rules 2005-07-11 20:10:16 UTC (rev 1265)
+++ kde-extras/digikam/trunk/debian/rules 2005-07-11 22:31:58 UTC (rev 1266)
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-#DEB_CONFIGURE_USER_FLAGS = --enable-final # does not work with 0.7.4
+DEB_CONFIGURE_USER_FLAGS = --enable-final
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk