diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-28 14:13:18 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-28 14:13:18 -0500 |
commit | 4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6 (patch) | |
tree | c6f53decaabed9678523a8bbd6a1000a9f3bf78f /ubuntu/raring/libraries/libkdcraw/debian/control | |
parent | 211d261d7778de1d9a773e7ec43a4e97b4bd7e57 (diff) | |
download | tde-packaging-4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6.tar.gz tde-packaging-4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6.zip |
Split raring packaging into new directory due to defoma changes
Diffstat (limited to 'ubuntu/raring/libraries/libkdcraw/debian/control')
-rw-r--r-- | ubuntu/raring/libraries/libkdcraw/debian/control | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/ubuntu/raring/libraries/libkdcraw/debian/control b/ubuntu/raring/libraries/libkdcraw/debian/control new file mode 100644 index 000000000..a3ca87189 --- /dev/null +++ b/ubuntu/raring/libraries/libkdcraw/debian/control @@ -0,0 +1,39 @@ +Source: libkdcraw-trinity +Section: libs +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +XSBC-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> +Uploaders: Mark Purcell <msp@debian.org>, Achim Bohnet <ach@mpe.mpg.de>, Fathi Boudra <fabo@debian.org> +Build-Depends: cdbs, debhelper (>= 5), quilt, tdelibs4-trinity-dev, + liblcms1-dev, libjpeg-dev, pkg-config, + automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 +Homepage: http://www.kipi-plugins.org/ + +Package: libkdcraw3-trinity-dev +Section: libdevel +Architecture: any +Replaces: libkdcraw3-kde3-dev (<< 4:14.0.0), libkdcraw3-trinity-dev (<< 4:14.0.0) +Breaks: libkdcraw3-kde3-dev (<< 4:14.0.0), libkdcraw3-trinity-dev (<< 4:14.0.0) +Depends: libkdcraw3-trinity (= ${binary:Version}), pkg-config +Conflicts: libkdcraw-dev +Description: RAW picture decoding C++ library (development) [Trinity] + Libkdcraw is a C++ interface around dcraw binary program used to + decode Raw picture files. + . + libkdcraw-dev contains development files and documentation. The + library documentation is available on kdcraw.h header file. + +Package: libkdcraw3-trinity +Section: libs +Architecture: any +Replaces: libkdcraw3-kde3 (<< 4:14.0.0), libkdcraw3-trinity (<< 4:14.0.0) +Breaks: libkdcraw3-kde3 (<< 4:14.0.0), libkdcraw3-trinity (<< 4:14.0.0) +Depends: ${shlibs:Depends} +Description: Raw picture decoding C++ library (runtime) [Trinity] + C++ interface around dcraw binary program used to decode RAW + picture files. + . + This library is used by kipi-plugins, digiKam and others kipi host programs. + . + libkdcraw3 contains the library of libkdcraw. |