[Pkg-gmagick-svn-commit] r11 - trunk/debian

naoliv at alioth.debian.org naoliv at alioth.debian.org
Mon Dec 10 21:14:48 UTC 2007


Author: naoliv
Date: 2007-12-10 21:14:47 +0000 (Mon, 10 Dec 2007)
New Revision: 11

Added:
   trunk/debian/TODO
Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/doc-base.imagemagick
   trunk/debian/docs
   trunk/debian/libmagick++.dirs
Log:
TODO and small changes


Added: trunk/debian/TODO
===================================================================
--- trunk/debian/TODO	                        (rev 0)
+++ trunk/debian/TODO	2007-12-10 21:14:47 UTC (rev 11)
@@ -0,0 +1,39 @@
+- Applying orig.patches/dfsg_im_logos.diff results in display not running if called without arguments:
+
+$ display 
+display: zero-length blob not permitted `LOGO'.
+
+We need to replace this logo with something free, instead only removing it.
+
+- there are a lot of .so, .a and .la being installed under /usr/lib/ImageMagick-6.3.7/modules-Q16/coders/
+See debdiff from 6.2.4.5.dfsg1-2 to the new 6.3.7.1.dfsg1-1:
+http://people.debian.org/~naoliv/misc/imagemagick-debdiff
+
+- make check is failing:
+
+(...)
+g++ -DHAVE_CONFIG_H -I. -I./config  -I. -I. -I./Magick++/lib -I/usr/include/free
+type2 -I/usr/include/X11 -I/usr/include/libxml2  -g -O2 -Wall -W -pthread -c -o 
+Magick++/tests/readWriteImages.o Magick++/tests/readWriteImages.cpp
+/bin/sh ./libtool --silent --tag=CXX   --mode=link g++  -g -O2 -Wall -W -pthread
+  -L/usr/lib/X11 -lfreetype -lz -o Magick++/tests/readWriteImages Magick++/tests
+/readWriteImages.o Magick++/lib/libMagick++.la 
+libtool: ignoring unknown tag CXX
+gcc -DHAVE_CONFIG_H -I. -I./config  -I. -I. -I./Magick++/lib -I/usr/include/free
+type2 -I/usr/include/X11 -I/usr/include/libxml2  -g -O2 -Wall -W -pthread -c -o 
+wand/drawtest.o wand/drawtest.c
+wand/drawtest.c:9:30: error: wand/wand-config.h: No such file or directory
+make[2]: *** [wand/drawtest.o] Error 1
+make[2]: Leaving directory `/tmp/buildd/imagemagick-6.3.7.1.dfsg1'
+make[1]: *** [check-am] Error 2
+make[1]: Leaving directory `/tmp/buildd/imagemagick-6.3.7.1.dfsg1'
+*** Testsuite failed ***
+touch check-stamp
+
+full log at: http://people.debian.org/~naoliv/misc/imagemagick-build
+
+- needs fixing before uploading (even to experimental):
+(from lintian)
+W: libmagick++: package-name-doesnt-match-sonames libMagick++10
+W: libmagick: package-name-doesnt-match-sonames libMagick10 libWand10
+W: libmagick: package-relation-with-self replaces: libmagick

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-12-06 12:50:12 UTC (rev 10)
+++ trunk/debian/changelog	2007-12-10 21:14:47 UTC (rev 11)
@@ -41,6 +41,7 @@
     - added Vcs-Svn and Vcs-Browser
   * debian/compat: updated to debhelper compatibility level 5
   * Updated menu file
+  * Updated Standards Version to 3.7.3
   * Included myself to Uploaders field
 
  -- Nelson A. de Oliveira <naoliv at debian.org>  Thu, 29 Nov 2007 14:25:07 -0200

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2007-12-06 12:50:12 UTC (rev 10)
+++ trunk/debian/control	2007-12-10 21:14:47 UTC (rev 11)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Luciano Bello <luciano at debian.org>
 Uploaders: Daniel Kobras <kobras at debian.org>, Nelson A. de Oliveira <naoliv at debian.org>
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Build-Depends: libjpeg62-dev, libbz2-dev, libtiff4-dev, libwmf-dev, libz-dev, libpng12-dev (<= 1.2.8rel-7) | libpng12-dev (>= 1.2.15~beta5-0), libx11-dev, libxt-dev, libxext-dev, debhelper (>= 5), libxml2-dev, libfreetype6-dev, liblcms1-dev, libexif-dev, libjasper-dev, libltdl3-dev, libdjvulibre-dev, librsvg2-dev, libopenexr-dev, libgraphviz3-dev, graphviz (>= 2.8), ghostscript, pkg-config
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gmagick/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gmagick/

Modified: trunk/debian/doc-base.imagemagick
===================================================================
--- trunk/debian/doc-base.imagemagick	2007-12-06 12:50:12 UTC (rev 10)
+++ trunk/debian/doc-base.imagemagick	2007-12-10 21:14:47 UTC (rev 11)
@@ -1,4 +1,4 @@
-Document: ImageMagick
+Document: imagemagick
 Title: ImageMagick
 Author: John Cristy
 Abstract: This manual documents ImageMagick.  
@@ -6,7 +6,7 @@
  (JPEG, TIFF, PhotoCD, PBM, XPM, etc...). All manipulations can
  be achieved through shell commands as well as through a X11 graphical
  interface (display).
-Section: Apps/Graphics
+Section: Applicationss/Graphics
 
 Format: HTML
 Index: /usr/share/doc/imagemagick/index.html

Modified: trunk/debian/docs
===================================================================
--- trunk/debian/docs	2007-12-06 12:50:12 UTC (rev 10)
+++ trunk/debian/docs	2007-12-10 21:14:47 UTC (rev 11)
@@ -1,4 +1,3 @@
-LICENSE 
 PLATFORMS.txt
 QuickStart.txt
 README.txt

Modified: trunk/debian/libmagick++.dirs
===================================================================
--- trunk/debian/libmagick++.dirs	2007-12-06 12:50:12 UTC (rev 10)
+++ trunk/debian/libmagick++.dirs	2007-12-10 21:14:47 UTC (rev 11)
@@ -1,3 +1,2 @@
 usr/share/doc
-usr/share/doc/libmagick++9c2a
-
+usr/share/doc/libmagick++




More information about the pkg-gmagick-svn-commit mailing list