[Pkg-gmagick-svn-commit] r9 - in trunk: . debian
naoliv at alioth.debian.org
naoliv at alioth.debian.org
Thu Nov 29 16:33:28 UTC 2007
Author: naoliv
Date: 2007-11-29 16:33:28 +0000 (Thu, 29 Nov 2007)
New Revision: 9
Added:
trunk/debian/watch
Modified:
trunk/README
trunk/debian/changelog
trunk/debian/compat
trunk/debian/control
trunk/debian/imagemagick.menu
trunk/debian/rules
Log:
Commiting changelog entry and some small changes.
Please, see if you agree with everything that I am doing.
Modified: trunk/README
===================================================================
--- trunk/README 2007-11-27 11:08:37 UTC (rev 8)
+++ trunk/README 2007-11-29 16:33:28 UTC (rev 9)
@@ -1,6 +1,6 @@
-9b27106200bdc879d0583355bc8052fa ../ImageMagick-6.3.6-10.tar.gz
+0f68bfe6d3d5b3926b51911411052436 ../ImageMagick-6.3.7-1.tar.gz
-[FOLDER] debian-7:6.2.4.5.dfsg1-2/
+[FOLDER] debian/
This is the debian folder for the package
[FOLDER] orig.patches/
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2007-11-27 11:08:37 UTC (rev 8)
+++ trunk/debian/changelog 2007-11-29 16:33:28 UTC (rev 9)
@@ -1,9 +1,50 @@
-imagemagick (7:6.3.6.10.dfsg1-1) unstable; urgency=low
+imagemagick (7:6.3.7.1.dfsg1-1) UNRELEASED; urgency=low
+
+ * New upstream release (Closes: #339776, #420672)
+ - fixed wrong image size when using montage (Closes: #357013);
+ - fixed support for "fixed" font (Closes: #370309);
+ - convert doesn't output grayscale images when using -colors switch
+ (Closes: #325828);
+ - using a percent sign on a montage label doesn't create a wrong label
+ anymore (Closes: #330115);
+ - fixed "identify -list format" (Closes: #337192);
+ - fixed composite (Closes: #338109);
+ - deffered LZW GIFs are handled correctly (Closes: #340553);
+ - display doesn't ignore alpha channel on PNG files anymore
+ (Closes: #352748);
+ - aspect ratio is preserved when using convert (Closes: #396956);
+ - fixed PS to PDF conversion (Closes: #419410);
+ - fixed SVG conversion (Closes: #435903);
+ - using -trim and -resize together doesn't produce incorrect images
+ anymore (Closes: #444058);
+ - "convert -list" doesn't result in glibc malloc failure (Closes: #326566);
+ - mogrify doesn't end silently with read only files (Closes: #292520);
+ - identify correctly displays the bit depth of an image (Closes: #391983);
+ - identify correctly reads files with a colon (Closes: #188834);
+ - fixed typo in composite manpage (Closes: #366499);
+ - doesn't fail when converting texts (Closes: #361141);
+ - fixed conversion of a PNG with transparency to a JPG, using -background
+ and -flatten (Closes: #358676);
+ - doesn't FTBFS with GCC/G++ 4.3 (Closes: #441538);
+ * Enabled DjVu support
+ * Acknowledge NMUs (Closes: #394923, #400939, #348576, #245960)
+ [ Luciano Bello ]
* The 'lets start again' release.
- -- Luciano Bello <luciano at debian.org> Mon, 12 Nov 2007 11:30:11 -0300
+ [ Nelson A. de Oliveira ]
+ * Added watch file
+ * debian/rules: Fixed "debian rules ignores make clean error"
+ * debian/control:
+ - replaced deprecated ${Source-Version} by ${binary:Version}
+ - added Homepage field
+ - added Vcs-Svn and Vcs-Browser
+ * debian/compat: updated to debhelper compatibility level 5
+ * Updated menu file
+ * Included myself to Uploaders field
+ -- Nelson A. de Oliveira <naoliv at debian.org> Thu, 29 Nov 2007 14:25:07 -0200
+
imagemagick (7:6.2.4.5.dfsg1-2) unstable; urgency=high
* Fix multiple vulnerabilities in imagemagick. Closes: #444267
Modified: trunk/debian/compat
===================================================================
--- trunk/debian/compat 2007-11-27 11:08:37 UTC (rev 8)
+++ trunk/debian/compat 2007-11-29 16:33:28 UTC (rev 9)
@@ -1 +1 @@
-3
+5
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2007-11-27 11:08:37 UTC (rev 8)
+++ trunk/debian/control 2007-11-29 16:33:28 UTC (rev 9)
@@ -2,13 +2,16 @@
Section: graphics
Priority: optional
Maintainer: Luciano Bello <luciano at debian.org>
-Uploaders: Daniel Kobras <kobras at debian.org>
+Uploaders: Daniel Kobras <kobras at debian.org>, Nelson A. de Oliveira <naoliv at debian.org>
Standards-Version: 3.7.2
-Build-Depends: libjpeg62-dev, libbz2-dev, libtiff4-dev, libwmf-dev (>= 0.2.7-1), libz-dev, libpng12-dev (<= 1.2.8rel-7) | libpng12-dev (>= 1.2.15~beta5-0), libx11-dev, libxt-dev, libxext-dev, debhelper (>= 3.0.5), libxml2-dev, libfreetype6-dev, liblcms1-dev, libexif-dev, perl (>= 5.8.0-3), libjasper-dev, libltdl3-dev, graphviz (>= 2.8), gs-gpl, pkg-config
+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/
+Homepage: http://www.imagemagick.org/
Package: imagemagick
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: gs, html2ps, lpr
Conflicts: imagemagick-doc
Replaces: imagemagick-doc, geomview (<= 1.8.0)
@@ -28,7 +31,7 @@
Package: libmagick
Architecture: any
Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libwmf-bin
Conflicts: libmagick9, libmagick-lzw, libmagick5g, imagemagick (<=5:6.0.1.2-1), libmagick5 (>= 4:5.5.1-1 ), libmagick6.0.1
Replaces: libmagick, libmagick-lzw, libmagick5g, imagemagick (<=5:6.0.1.2-1), libmagick5 (>= 4:5.5.1)
@@ -39,7 +42,7 @@
Package: libmagick-dev
Architecture: any
Section: libdevel
-Depends: libmagick (= ${Source-Version}), libjpeg62-dev, libbz2-dev, libtiff4-dev, libwmf-dev (>= 0.2.7-1), libz-dev, libpng12-dev, libx11-dev, libxt-dev, libxext-dev, libxml2-dev, libfreetype6-dev, liblcms1-dev, libexif-dev, libjasper-dev, libltdl3-dev
+Depends: libmagick (= ${binary:Version}), libjpeg62-dev, libbz2-dev, libtiff4-dev, libwmf-dev (>= 0.2.7-1), libz-dev, libpng12-dev, libx11-dev, libxt-dev, libxext-dev, libxml2-dev, libfreetype6-dev, liblcms1-dev, libexif-dev, libjasper-dev, libltdl3-dev
Conflicts: imagemagick-dev, libmagick5.5.1 (<= 5:5.5.1.4-1), libmagick9-dev, libmagick6-dev
Replaces: imagemagick (<= 5:6.0.1.2-1), libmagick5.5.1 (<= 4:5.5.1.4-1), libmagick5, libmagick6-dev, libmagick9-dev
Description: Image manipulation library -- development
@@ -49,7 +52,7 @@
Package: libmagick++
Architecture: any
Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libmagick5g++, libmagick++0, libmagick++4 (>=4:5.5.1), libmagick++5.5.3, libmagick++6.0.1, libmagick++6, libmagick++9
Replaces: libmagick5g++, libmagick++0, libmagick++5 (>=4:5.5.1), libmagick++6.0.1, libmagick++6, libmagick++9
Description: The object-oriented C++ API to the ImageMagick library
@@ -75,7 +78,7 @@
Package: libmagick++-dev
Architecture: any
Section: libdevel
-Depends: libmagick++9c2a (= ${Source-Version}), libmagick-dev (= ${Source-Version})
+Depends: libmagick++ (= ${binary:Version}), libmagick-dev (= ${binary:Version})
Conflicts: libmagick++0-dev, libmagick++5.5.1 (<= 4:5.5.1.4-1), libmagick++5, libmagick++-dev, imagemagick(<= 5:6.0.1.2-1), libmagick++6-dev
Replaces: libmagick++0-dev, libmagick++5.5.1 (<= 4:5.5.1.4-1), libmagick++9-dev, imagemagick (<= 5:6.0.1.2-1), libmagick++6-dev
Description: The object-oriented C++ API to the ImageMagick library--development
@@ -94,4 +97,3 @@
One can load several images with perlmagick, apply numerous transformations
and operations on the images and write them back, possibly in a different
format.
-
Modified: trunk/debian/imagemagick.menu
===================================================================
--- trunk/debian/imagemagick.menu 2007-11-27 11:08:37 UTC (rev 8)
+++ trunk/debian/imagemagick.menu 2007-11-29 16:33:28 UTC (rev 9)
@@ -1,2 +1,2 @@
-?package(imagemagick):needs="X11" section="Apps/Viewers"\
+?package(imagemagick):needs="X11" section="Applications/Graphics"\
title="ImageMagick" command="/usr/bin/display" hints="Images"
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2007-11-27 11:08:37 UTC (rev 8)
+++ trunk/debian/rules 2007-11-29 16:33:28 UTC (rev 9)
@@ -24,8 +24,10 @@
--infodir=\$${prefix}/share/info \
--with-gs-font-dir=/usr/share/fonts/type1/gsfonts \
--with-magick-plus-plus \
+ --with-djvu \
--enable-shared \
--enable-lzw \
+ --enable-hdri \
--without-dps \
--without-fpx \
--without-perl \
@@ -82,7 +84,7 @@
# Add here commands to clean up after the build process.
-cd PerlMagick && $(MAKE) distclean
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
-cd Magick++ && $(MAKE) distclean
-rm $(CURDIR)/utilities/.libs/*
Added: trunk/debian/watch
===================================================================
--- trunk/debian/watch (rev 0)
+++ trunk/debian/watch 2007-11-29 16:33:28 UTC (rev 9)
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/-/./,dversionmangle=s/\.dfsg\d+$//" \
+ftp://ftp.imagemagick.org/pub/ImageMagick/ ImageMagick-(.*)\.tar\.gz
More information about the pkg-gmagick-svn-commit
mailing list