rev 13770 - kde-extras/lensfun/trunk/debian
Pascal de Bruijn
pmjdebruijn-guest at alioth.debian.org
Sun Feb 15 12:54:44 UTC 2009
Author: pmjdebruijn-guest
Date: 2009-02-15 12:54:43 +0000 (Sun, 15 Feb 2009)
New Revision: 13770
Modified:
kde-extras/lensfun/trunk/debian/changelog
kde-extras/lensfun/trunk/debian/control
kde-extras/lensfun/trunk/debian/liblensfun-data.install
kde-extras/lensfun/trunk/debian/rules
Log:
* Added patches:
- 01-lensfun-db-cameras-generic (APS-H, FourThirds)
- 02-lensfun-db-cameras-canon (5DmkII, 50D, 30D)
- 03-lensfun-db-cameras-nikon (D40, D40X, D60, D80, D90, D700, D3, D3X)
- 04-lensfun-db-cameras-pentax (K100D, K200D, K10D, K20D)
- 05-lensfun-db-cameras-samsung (GX20)
* Split up the data package into a data and doc package.
* rules: add --libdir=/usr/lib to ./configure for amd64 libraries
Modified: kde-extras/lensfun/trunk/debian/changelog
===================================================================
--- kde-extras/lensfun/trunk/debian/changelog 2009-02-15 00:23:39 UTC (rev 13769)
+++ kde-extras/lensfun/trunk/debian/changelog 2009-02-15 12:54:43 UTC (rev 13770)
@@ -1,6 +1,14 @@
lensfun (0.2.3-2) UNRELEASED; urgency=low
* NOT RELEASED YET
+ * Added patches:
+ - 01-lensfun-db-cameras-generic (APS-H, FourThirds)
+ - 02-lensfun-db-cameras-canon (5DmkII, 50D, 30D)
+ - 03-lensfun-db-cameras-nikon (D40, D40X, D60, D80, D90, D700, D3, D3X)
+ - 04-lensfun-db-cameras-pentax (K100D, K200D, K10D, K20D)
+ - 05-lensfun-db-cameras-samsung (GX20)
+ * Split up the data package into a data and doc package.
+ * rules: add --libdir=/usr/lib to ./configure for amd64 libraries
* Update Maintainer: Debian KDE Extras Team
-- Mark Purcell <msp at debian.org> Fri, 13 Feb 2009 17:10:42 +1100
Modified: kde-extras/lensfun/trunk/debian/control
===================================================================
--- kde-extras/lensfun/trunk/debian/control 2009-02-15 00:23:39 UTC (rev 13769)
+++ kde-extras/lensfun/trunk/debian/control 2009-02-15 12:54:43 UTC (rev 13770)
@@ -53,3 +53,19 @@
distortion, transversal (also known as lateral) chromatic aberrations,
vignetting and colour contribution of the lens (e.g. when sometimes
people says one lens gives "yellowish" images and another, say, "bluish").
+
+Package: liblensfun-doc
+Section: doc
+Architecture: all
+Description: Lens Correction library
+ Manual for the lensfun library.
+ .
+ The lensfun library not only provides a way to read the database
+ and search for specific things in it, but also provides a set of
+ algorithms for correcting images based on detailed knowledge of
+ lens properties. Right now lensfun is designed to correct
+ distortion, transversal (also known as lateral) chromatic aberrations,
+ vignetting and colour contribution of the lens (e.g. when sometimes
+ people says one lens gives "yellowish" images and another, say, "bluish").
+
+
Modified: kde-extras/lensfun/trunk/debian/liblensfun-data.install
===================================================================
--- kde-extras/lensfun/trunk/debian/liblensfun-data.install 2009-02-15 00:23:39 UTC (rev 13769)
+++ kde-extras/lensfun/trunk/debian/liblensfun-data.install 2009-02-15 12:54:43 UTC (rev 13770)
@@ -1,2 +1 @@
usr/share/lensfun
-usr/share/doc/*/manual usr/share/doc/liblensfun-data/
Modified: kde-extras/lensfun/trunk/debian/rules
===================================================================
--- kde-extras/lensfun/trunk/debian/rules 2009-02-15 00:23:39 UTC (rev 13769)
+++ kde-extras/lensfun/trunk/debian/rules 2009-02-15 12:54:43 UTC (rev 13770)
@@ -1,10 +1,11 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
include /usr/share/cdbs/1/class/makefile.mk
configure/liblensfun-dev::
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --libdir=/usr/lib
DEB_MAKE_BUILD_TARGET := all
DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp/
More information about the pkg-kde-commits
mailing list