rev 19017 - kde-extras/digikam/trunk/debian

Mark Purcell msp at alioth.debian.org
Wed Dec 7 10:25:36 UTC 2011


Author: msp
Date: 2011-12-07 10:25:36 +0000 (Wed, 07 Dec 2011)
New Revision: 19017

Modified:
   kde-extras/digikam/trunk/debian/changelog
   kde-extras/digikam/trunk/debian/control
   kde-extras/digikam/trunk/debian/rules
Log:
* Fix override disparities: digikam-doc Section: doc
* Fix: binary-control-field-duplicates-source
* Update Description: fixes: extended-description-line-too-long
* dh_install -XREADME.MACOSX 
  - fixes: package-contains-readme-for-other-platform-or-distro

Modified: kde-extras/digikam/trunk/debian/changelog
===================================================================
--- kde-extras/digikam/trunk/debian/changelog	2011-12-06 23:37:07 UTC (rev 19016)
+++ kde-extras/digikam/trunk/debian/changelog	2011-12-07 10:25:36 UTC (rev 19017)
@@ -1,9 +1,14 @@
-digikam (4:2.3.0-1) UNRELEASED; urgency=low
+digikam (4:2.3.0-1) experimental; urgency=low
 
   * New upstream release
   * Build with KDE SC 4.7 from experimental (epoc 4:)
+  * Fix override disparities: digikam-doc Section: doc
+  * Fix: binary-control-field-duplicates-source
+  * Update Description: fixes: extended-description-line-too-long
+  * dh_install -XREADME.MACOSX 
+    - fixes: package-contains-readme-for-other-platform-or-distro
 
- -- Mark Purcell <msp at debian.org>  Tue, 08 Nov 2011 21:05:29 +1100
+ -- Mark Purcell <msp at debian.org>  Wed, 07 Dec 2011 20:12:23 +1100
 
 digikam (2:2.2.0-2) experimental; urgency=low
 

Modified: kde-extras/digikam/trunk/debian/control
===================================================================
--- kde-extras/digikam/trunk/debian/control	2011-12-06 23:37:07 UTC (rev 19016)
+++ kde-extras/digikam/trunk/debian/control	2011-12-07 10:25:36 UTC (rev 19017)
@@ -39,7 +39,6 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-sql-sqlite, digikam-data (= ${source:Version})
 Recommends: www-browser, kipi-plugins, mplayerthumbs
 Suggests: digikam-doc
-Section: doc
 Description: digital photo management application for KDE
  Digital photo management program designed to import, organize, enhance, search
  and export your digital images to and from your computer.
@@ -69,13 +68,14 @@
  management work flow. 
  .
  New Features of the KDE4 version:
-  Runs on any platform that supports Qt4 and KDE4 (including Win32 and OS X)
+  Runs on any platform that supports Qt4 and KDE4
   Supports XMP metadata
   Reads, writes and converts into DNG format
   New RAW processing tool, gamma-correction in 16 bits
   Preview of video and audio files
-  Database file is independent of photo libraries, enabling remote paths, multiple roots and offline archives
-  Improved database with many more metadata that can be searched, e.g. camera or lens
+  Database file is independent of photo libraries, enabling remote paths,
+   multiple roots and offline archives
+  Improved database with many more metadata that can be searched
   Marble integration, geographical filtering with the mouse on the map
   New search finds duplicates and similar images
   Help menu lists all RAW formats and digiKam component versions
@@ -128,6 +128,7 @@
 Architecture: all
 Depends: ${misc:Depends}, khelpcenter4
 Recommends: digikam
+Section: doc
 Description: handbook for digiKam and showFoto in several languages
  digiKam is an easy to use and powerful digital photo management
  application.
@@ -137,7 +138,6 @@
 
 Package: kipi-plugins
 Architecture: any
-Section: kde
 Depends: ${shlibs:Depends}, ${misc:Depends}, kipi-plugins-common (= ${source:Version})
 Recommends: graphicsmagick-imagemagick-compat (>= 1.1.7) | imagemagick (>= 5.4.8), konqueror, hugin, enblend, enfuse
 Suggests: gallery, gimp, kmail, vorbis-tools
@@ -195,7 +195,11 @@
 
 Package: kipi-plugins-common
 Architecture: all
-Section: graphics
 Depends: ${misc:Depends}
 Description: kipi-plugins architecture-independent data
+ KIPI plugins (KDE Image Plugin Interface) is an effort to develop a
+ common plugin structure for digiKam, KPhotoAlbum (formerly known as
+ KimDaBa), Showimg and Gwenview.
+ Its aim is to share image plugins among graphic applications.
+ .
  The architecture independent data needed for the kipi-plugins package.

Modified: kde-extras/digikam/trunk/debian/rules
===================================================================
--- kde-extras/digikam/trunk/debian/rules	2011-12-06 23:37:07 UTC (rev 19016)
+++ kde-extras/digikam/trunk/debian/rules	2011-12-07 10:25:36 UTC (rev 19017)
@@ -3,19 +3,11 @@
 %:
 	dh $@ --parallel
 
-#  * digikam 2.0.0 uses features from kdegraphics 4.6 ships a private 
-#  version of the kdegraphics libs - this is not the Debian way :-(
-#
-# The following may work with KDE SC 4.7 :-)
-#
-#override_dh_auto_configure:
-#	dh_auto_configure -- -DWANT_NORPATH:BOOL=1 -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS:BOOL=0
-
 override_dh_installchangelogs:
 	dh_installchangelogs core/ChangeLog 
 
 override_dh_install:
-	dh_install --fail-missing
+	dh_install --fail-missing -XREADME.MACOSX
 
 override_dh_strip:
 	dh_strip -a --dbg-package=digikam-dbg




More information about the pkg-kde-commits mailing list