r35961 - in /packages/cimg/trunk/debian: changelog control watch
tille at users.alioth.debian.org
tille at users.alioth.debian.org
Wed Nov 4 22:33:42 UTC 2009
Author: tille
Date: Wed Nov 4 22:33:41 2009
New Revision: 35961
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35961
Log:
Fix formating of long description Closes: #554465
Modified:
packages/cimg/trunk/debian/changelog
packages/cimg/trunk/debian/control
packages/cimg/trunk/debian/watch
Modified: packages/cimg/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/changelog?rev=35961&op=diff
==============================================================================
--- packages/cimg/trunk/debian/changelog (original)
+++ packages/cimg/trunk/debian/changelog Wed Nov 4 22:33:41 2009
@@ -1,3 +1,11 @@
+cimg (1.3.2-2) unstable; urgency=low
+
+ * debian/watch: Re-enable zip download files.
+ * Fix formating of long description
+ Closes: #554465
+
+ -- Andreas Tille <tille at debian.org> Wed, 04 Nov 2009 22:16:41 +0100
+
cimg (1.3.2-1) unstable; urgency=low
[ Daniel Leidert (dale) ]
Modified: packages/cimg/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/control?rev=35961&op=diff
==============================================================================
--- packages/cimg/trunk/debian/control (original)
+++ packages/cimg/trunk/debian/control Wed Nov 4 22:33:41 2009
@@ -23,8 +23,8 @@
to load, save, process and display images in your own C++ code. It consists
only of a single header file CImg.h that must be included in your program
source. It contains useful image processing algorithms for loading/saving,
- resizing/rotating, filtering, object drawing (text, lines, faces, ellipses,
- ...), etc.
+ resizing/rotating, filtering, object drawing (text, lines, faces,
+ ellipses, ...), etc.
.
Images are instantiated by a class able to represent images up to 4-dimension
wide (from 1-D scalar signals to 3-D volumes of vector-valued pixels), with
@@ -42,8 +42,8 @@
to load, save, process and display images in your own C++ code. It consists
only of a single header file CImg.h that must be included in your program
source. It contains useful image processing algorithms for loading/saving,
- resizing/rotating, filtering, object drawing (text, lines, faces, ellipses,
- ...), etc.
+ resizing/rotating, filtering, object drawing (text, lines, faces,
+ ellipses, ...), etc.
.
Images are instantiated by a class able to represent images up to 4-dimension
wide (from 1-D scalar signals to 3-D volumes of vector-valued pixels), with
@@ -64,8 +64,8 @@
to load, save, process and display images in your own C++ code. It consists
only of a single header file CImg.h that must be included in your program
source. It contains useful image processing algorithms for loading/saving,
- resizing/rotating, filtering, object drawing (text, lines, faces, ellipses,
- ...), etc.
+ resizing/rotating, filtering, object drawing (text, lines, faces,
+ ellipses, ...), etc.
.
Images are instantiated by a class able to represent images up to 4-dimension
wide (from 1-D scalar signals to 3-D volumes of vector-valued pixels), with
Modified: packages/cimg/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/watch?rev=35961&op=diff
==============================================================================
--- packages/cimg/trunk/debian/watch (original)
+++ packages/cimg/trunk/debian/watch Wed Nov 4 22:33:41 2009
@@ -1,4 +1,2 @@
version=3
-# http://sf.net/cimg/CImg-([\d\.]+)\.(?:(?:tar\.gz)|zip)
-# upstream now has also tar.gz files
-http://sf.net/cimg/CImg-([\d\.]+)\.tar\.gz
+http://sf.net/cimg/CImg-([\d\.]+)\.(?:(?:tar\.gz)|zip)
More information about the debian-science-commits
mailing list