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

Nelson A. de Oliveira naoliv at alioth.debian.org
Wed Aug 26 04:36:55 UTC 2009


Author: naoliv
Date: 2009-08-26 04:36:55 +0000 (Wed, 26 Aug 2009)
New Revision: 99

Added:
   trunk/debian/README.source
Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
- Add README.source
- empties dependency_libs from *.la files


Added: trunk/debian/README.source
===================================================================
--- trunk/debian/README.source	                        (rev 0)
+++ trunk/debian/README.source	2009-08-26 04:36:55 UTC (rev 99)
@@ -0,0 +1,7 @@
+This package uses quilt to manage all modifications to the upstream source.
+Changes are stored in the source package as diffs in debian/patches and applied
+during the build.
+
+For complete information, please see /usr/share/doc/quilt/README.source.
+
+ -- Nelson A. de Oliveira <naoliv at debian.org>  Tue, 25 Aug 2009 17:40:18 -0300

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-08-13 16:23:42 UTC (rev 98)
+++ trunk/debian/changelog	2009-08-26 04:36:55 UTC (rev 99)
@@ -1,8 +1,9 @@
-imagemagick (7:6.5.4.10-1) UNRELEASED; urgency=low
+imagemagick (7:6.5.5.2-1) UNRELEASED; urgency=low
 
   * New upstream release;
   * Removed SA35216.diff as it was fixed upstream;
   * The imagemagick package now suggests imagemagick-doc (Closes: #523401);
+  * "identify -verbose" now displays EXIF thumbnail info (Closes: #527918);
   * Fix image placing when displaying to the X server root (Closes: #523608);
   * Fix wrong exit code in display (Closes: #524058);
   * Fix loading of MS Windows icons with compressed PNG elements
@@ -12,8 +13,11 @@
   * Fix filetype detection with mogrify (Closes: #531350);
   * Fix image loop with "display -delay" (Closes: #529702);
   * Fix crashing on non-image XML files with identify (Closes: #533704);
+  * Add debian/README.source;
   * debian/control: updated libltdl-dev dependency;
-  * debian/rules: updated build process for PerlMagick;
+  * debian/rules:
+    - updated build process for PerlMagick;
+    - empties dependency_libs from *.la files.
   * Updated Standards-Version:
     - FIXME disable tests when nocheck is present
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2009-08-13 16:23:42 UTC (rev 98)
+++ trunk/debian/rules	2009-08-26 04:36:55 UTC (rev 99)
@@ -8,7 +8,7 @@
 export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-IMAGEMAGICKVERSION=6.5.4
+IMAGEMAGICKVERSION=6.5.5
 
 DESTDIR="$(CURDIR)/debian/tmp"
 
@@ -45,8 +45,8 @@
 	# depend on.
 
 	sed -i libtool \
-	-e 's/^hardcode_libdir_flag_spec.*$$/hardcode_libdir_flag_spec=" -D__LIBTOOL_IS_A_FOOL__ "/' \
-	-e '/^archive_cmds="/s/"$$/ \\$$deplibs"/'
+		-e 's/^hardcode_libdir_flag_spec.*$$/hardcode_libdir_flag_spec=" -D__LIBTOOL_IS_A_FOOL__ "/' \
+		-e '/^archive_cmds="/s/"$$/ \\$$deplibs"/'
 
 	$(MAKE)
 
@@ -97,7 +97,8 @@
 		pkgdocdir=/usr/share/doc/imagemagick
 
 	mkdir -p $(DESTDIR)/usr/share/pixmaps/
-	install -m 644 "$(CURDIR)/debian/display.xpm" $(DESTDIR)/usr/share/pixmaps/
+	install -m 644 "$(CURDIR)/debian/display.xpm" \
+		$(DESTDIR)/usr/share/pixmaps/
 
 	-find "$(CURDIR)/debian" -type f -name .packlist | xargs rm -f
 
@@ -117,6 +118,11 @@
 	# Remove RPATH from Magick.so
 	chrpath -d $(DESTDIR)/usr/lib/perl5/auto/Image/Magick/Magick.so
 
+	# empties dependency_libs from .la files
+	# http://lists.debian.org/debian-devel/2009/08/msg00783.html
+	find $(DESTDIR)/usr/lib -name '*.la' -exec \
+		sed -i "s,^dependency_libs=.*,dependency_libs=''," {} \;
+
 # Build architecture-independent files here.
 binary-indep: build install
 # We have nothing to do by default.




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