[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Upload of imagemagick to fix missing config files



Hi!

I was reading
https://bugs.edge.launchpad.net/ubuntu/+source/imagemagick/+bug/303477
and indeed we aren't installing some config files of imagemagick.
The fix is really simple:

$ interdiff -z imagemagick_6.3.7.9.dfsg1-2.1+lenny1.diff.gz imagemagick_6.3.7.9.dfsg1-3.diff.gz
diff -u imagemagick-6.3.7.9.dfsg1/debian/changelog imagemagick-6.3.7.9.dfsg1/debian/changelog
--- imagemagick-6.3.7.9.dfsg1/debian/changelog
+++ imagemagick-6.3.7.9.dfsg1/debian/changelog
@@ -1,3 +1,9 @@
+imagemagick (7:6.3.7.9.dfsg1-3) unstable; urgency=low
+
+  * Include missing config files (LP: #303477).
+
+ -- Nelson A. de Oliveira <naoliv@debian.org>  Fri, 05 Dec 2008 09:04:42 -0200
+
 imagemagick (7:6.3.7.9.dfsg1-2.1+lenny1) testing-proposed-updates; urgency=high
 
   * Reupload to tpu
diff -u imagemagick-6.3.7.9.dfsg1/debian/rules imagemagick-6.3.7.9.dfsg1/debian/rules
--- imagemagick-6.3.7.9.dfsg1/debian/rules
+++ imagemagick-6.3.7.9.dfsg1/debian/rules
@@ -111,7 +111,7 @@
 	-find $(CURDIR)/debian -type f -name .packlist | xargs rm -f
 
 	# These files are already included in the doc dir.
-	-rm -r "$(CURDIR)"/debian/imagemagick/usr/share/ImageMagick-$(IMAGEMAGICKVERSION)
+	-rm "$(CURDIR)"/debian/imagemagick/usr/share/ImageMagick-$(IMAGEMAGICKVERSION)/*
 
 # Use x-terninal emulator for editing (Bug #132947)	
 #

debdiff of libmagick10:

Files in second .deb but not in first
-------------------------------------
-rw-r--r--  root/root   /usr/share/ImageMagick-6.3.7/config/coder.xml
-rw-r--r--  root/root   /usr/share/ImageMagick-6.3.7/config/log.xml
-rw-r--r--  root/root   /usr/share/ImageMagick-6.3.7/config/magic.xml
-rw-r--r--  root/root   /usr/share/ImageMagick-6.3.7/config/mime.xml
-rw-r--r--  root/root   /usr/share/ImageMagick-6.3.7/config/sRGB.icm
-rw-r--r--  root/root   /usr/share/ImageMagick-6.3.7/config/thresholds.xml

Control files: lines which differ (wdiff format)
------------------------------------------------
Depends: libbz2-1.0, libc6 (>= 2.7-1), libcairo2 (>= 1.2.4), libdjvulibre21 (>= [-3.5.20),-] {+3.5.21),+} libfontconfig1 (>= 2.4.0), libfreetype6 (>= 2.3.5), libglib2.0-0 (>= 2.12.0), libgraphviz4 (>= 2.20.0), libgtk2.0-0 (>= 2.12.0), libice6 (>= 1:1.0.0), libilmbase6, libjasper1 (>= 1.900.1), libjpeg62, liblcms1 (>= 1.15-1), libopenexr6 (>= 1.6.1), libpng12-0 (>= 1.2.13-4), librsvg2-2 (>= 2.18.1), libsm6, libtiff4, libwmf0.2-7 (>= 0.2.8.4), libx11-6, libxext6, libxml2 (>= 2.6.27), libxt6, zlib1g (>= 1:1.1.4)
Installed-Size: [-11636-] {+11820+}
Version: [-7:6.3.7.9.dfsg1-2.1+lenny1-] {+7:6.3.7.9.dfsg1-3+}


Do you agree to have this fixed for Lenny, please?

One problem that I can see is that if compiled in unstable, it will
depends on libdjvulibre21 (>= 3.5.21), while we have only 3.5.20 in
testing.
Is an upload to unstable and then an upload to testing the right thing
to do here? (since I can't upload a higher version only to testing,
right?)

Thank you!

Best regards,
Nelson

Attachment: signature.asc
Description: PGP signature


Reply to: