[Pkg-gmagick-svn-commit] r48 - branches/6.3.9.4.dfsg1-1/debian
naoliv at alioth.debian.org
naoliv at alioth.debian.org
Tue Mar 11 04:04:56 UTC 2008
Author: naoliv
Date: 2008-03-11 04:04:55 +0000 (Tue, 11 Mar 2008)
New Revision: 48
Modified:
branches/6.3.9.4.dfsg1-1/debian/changelog
branches/6.3.9.4.dfsg1-1/debian/rules
Log:
Last commit for today. Fix HTML location inside manpages.
Modified: branches/6.3.9.4.dfsg1-1/debian/changelog
===================================================================
--- branches/6.3.9.4.dfsg1-1/debian/changelog 2008-03-11 02:54:35 UTC (rev 47)
+++ branches/6.3.9.4.dfsg1-1/debian/changelog 2008-03-11 04:04:55 UTC (rev 48)
@@ -10,6 +10,7 @@
* Split imagemagick into imagemagick and imagemagick-doc (Closes: #233376);
* Update doc-base section;
* Add transfig to suggests (Closes: #441155);
+ * Fix typo in manpages (Closes: #426552);
* NEEDS TO COMPLETE THE CHANGELOG
-- Nelson A. de Oliveira <naoliv at debian.org> Fri, 07 Mar 2008 17:25:06 -0300
Modified: branches/6.3.9.4.dfsg1-1/debian/rules
===================================================================
--- branches/6.3.9.4.dfsg1-1/debian/rules 2008-03-11 02:54:35 UTC (rev 47)
+++ branches/6.3.9.4.dfsg1-1/debian/rules 2008-03-11 04:04:55 UTC (rev 48)
@@ -41,11 +41,9 @@
# and to explicitly link libraries against the libraries they
# depend on.
- sed < libtool > libtool-2 \
+ sed -i libtool \
-e 's/^hardcode_libdir_flag_spec.*$$/hardcode_libdir_flag_spec=" -D__LIBTOOL_IS_A_FOOL__ "/' \
-e '/^archive_cmds="/s/"$$/ \\$$deplibs"/'
- mv libtool-2 libtool
- chmod 755 libtool
# Add here commands to compile the package.
@@ -113,6 +111,10 @@
# These files are already included in the doc dir.
-rm -r "$(CURDIR)"/debian/imagemagick/usr/share/ImageMagick-$(IMAGEMAGICKVERSION)
+ # Fix HTML location inside manpages
+ sed -i 's/doc\/ImageMagick-$(IMAGEMAGICKVERSION)/doc\/imagemagick/' \
+ "$(CURDIR)"/debian/imagemagick/usr/share/man/man1/*
+
# Use x-terninal emulator for editing (Bug #132947)
#
# rm $(CURDIR)/debian/imagemagick/usr/lib/ImageMagick-$(IMAGEMAGICKVERSION)/config/delegates.xml
More information about the pkg-gmagick-svn-commit
mailing list