rev 20244 - kde-extras/lensfun/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sat Jan 9 08:06:14 UTC 2016


Author: pino
Date: 2016-01-09 08:06:14 +0000 (Sat, 09 Jan 2016)
New Revision: 20244

Added:
   kde-extras/lensfun/trunk/debian/liblensfun-bin.install
   kde-extras/lensfun/trunk/debian/python3-lensfun.install
Modified:
   kde-extras/lensfun/trunk/debian/changelog
   kde-extras/lensfun/trunk/debian/control
Log:
add liblensfun-bin and python3-lensfun


Modified: kde-extras/lensfun/trunk/debian/changelog
===================================================================
--- kde-extras/lensfun/trunk/debian/changelog	2016-01-09 07:57:51 UTC (rev 20243)
+++ kde-extras/lensfun/trunk/debian/changelog	2016-01-09 08:06:14 UTC (rev 20244)
@@ -11,6 +11,8 @@
   * Mark liblensfun1 as "Multi-Arch: same".
   * Replace the python build dependency with python3, as it's what upstream
     uses now.
+  * Add two new binary packages: liblensfun-bin (with utilities), and
+    python3-lensfun (Python 3 module).
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 09 Jan 2016 08:34:11 +0100
 

Modified: kde-extras/lensfun/trunk/debian/control
===================================================================
--- kde-extras/lensfun/trunk/debian/control	2016-01-09 07:57:51 UTC (rev 20243)
+++ kde-extras/lensfun/trunk/debian/control	2016-01-09 08:06:14 UTC (rev 20244)
@@ -103,4 +103,49 @@
  .
  This package contains the documentation.
 
+Package: liblensfun-bin
+Section: utils
+Architecture: any
+Depends: python3-lensfun (= ${binary:Version}), ${misc:Depends}
+Description: Lens Correction library - Utilities
+ Lensfun is an opensource database of photographic lenses and their
+ characteristics. It contains three kinds of objects:
+  * mounts
+  * cameras
+  * lenses
+ .
+ It is used in various photo-related software in which it allows the
+ correction of various artifacts:
+  * distortion
+  * transveral (also known as lateral) chromatic aberrations
+  * vignetting
+  * colour contribution of the lens (correcting said "yellowish" or "blueish"
+    images)
+ .
+ It provides a way to read and search for specific things in the database.
+ .
+ This package contains the utilities.
 
+Package: python3-lensfun
+Section: python
+Architecture: any
+Depends: liblensfun1 (= ${binary:Version}), ${misc:Depends}
+Description: Lens Correction library - Python3 module
+ Lensfun is an opensource database of photographic lenses and their
+ characteristics. It contains three kinds of objects:
+  * mounts
+  * cameras
+  * lenses
+ .
+ It is used in various photo-related software in which it allows the
+ correction of various artifacts:
+  * distortion
+  * transveral (also known as lateral) chromatic aberrations
+  * vignetting
+  * colour contribution of the lens (correcting said "yellowish" or "blueish"
+    images)
+ .
+ It provides a way to read and search for specific things in the database.
+ .
+ This package contains the Python3 'lensfun' module.
+

Added: kde-extras/lensfun/trunk/debian/liblensfun-bin.install
===================================================================
--- kde-extras/lensfun/trunk/debian/liblensfun-bin.install	                        (rev 0)
+++ kde-extras/lensfun/trunk/debian/liblensfun-bin.install	2016-01-09 08:06:14 UTC (rev 20244)
@@ -0,0 +1,3 @@
+usr/bin/g-lensfun-update-data
+usr/bin/lensfun-add-adapter
+usr/bin/lensfun-update-data

Added: kde-extras/lensfun/trunk/debian/python3-lensfun.install
===================================================================
--- kde-extras/lensfun/trunk/debian/python3-lensfun.install	                        (rev 0)
+++ kde-extras/lensfun/trunk/debian/python3-lensfun.install	2016-01-09 08:06:14 UTC (rev 20244)
@@ -0,0 +1 @@
+usr/lib/python3*/*-packages/lensfun




More information about the pkg-kde-commits mailing list