r46496 - in /packages/cimg/trunk/debian: changelog control
tille at users.alioth.debian.org
tille at users.alioth.debian.org
Wed Jan 29 13:03:08 UTC 2014
Author: tille
Date: Wed Jan 29 13:03:07 2014
New Revision: 46496
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46496
Log:
Suggests: libtiff5-dev, libtiffxx5
Modified:
packages/cimg/trunk/debian/changelog
packages/cimg/trunk/debian/control
Modified: packages/cimg/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/changelog?rev=46496&op=diff
==============================================================================
--- packages/cimg/trunk/debian/changelog (original)
+++ packages/cimg/trunk/debian/changelog Wed Jan 29 13:03:07 2014
@@ -7,9 +7,11 @@
- cme fix dpkg-control
- remove inactive Uploaders
- Build-Depends: libtiffxx5
+ - Suggests: libtiff5-dev, libtiffxx5
* debian/cimg-doc.doc-base: Readd PDF documentation
* debian/watch: mangle Debian version
* debian/patches/20_include_ltiffxx.patch: examples also need -ltiffxx
+ * debian/rules: remove code violating user privacy
-- Andreas Tille <tille at debian.org> Wed, 15 Jan 2014 14:03:50 +0100
Modified: packages/cimg/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/control?rev=46496&op=diff
==============================================================================
--- packages/cimg/trunk/debian/control (original)
+++ packages/cimg/trunk/debian/control Wed Jan 29 13:03:07 2014
@@ -34,7 +34,9 @@
libmagick++-dev,
libfftw3-dev | fftw3-dev,
libgimp2.0-dev,
- libhighgui-dev
+ libhighgui-dev,
+ libtiff5-dev,
+ libtiffxx5
Description: powerful image processing library
The CImg Library is a C++ toolkit providing simple classes and functions
to load, save, process and display images in your own C++ code. It consists
More information about the debian-science-commits
mailing list