[Pkg-gmagick-svn-commit] r66 - branches/experimental branches/experimental/debian trunk trunk/debian
naoliv at alioth.debian.org
naoliv at alioth.debian.org
Wed May 21 19:44:38 UTC 2008
Author: naoliv
Date: 2008-05-21 19:44:37 +0000 (Wed, 21 May 2008)
New Revision: 66
Added:
trunk/examples.jpg
Modified:
branches/experimental/README
branches/experimental/debian/rules
trunk/README
trunk/debian/rules
Log:
Also needs to remove images/t-shirt.png
Modified: branches/experimental/README
===================================================================
--- branches/experimental/README 2008-05-20 02:33:26 UTC (rev 65)
+++ branches/experimental/README 2008-05-21 19:44:37 UTC (rev 66)
@@ -14,7 +14,7 @@
non-DFSG-free logo.
$ cd ImageMagick-x.y.z
$ cp ../trunk/examples.jpg images/
- $ rm images/configure.jpg images/logo.jpg images/logo.eps www/Magick++/ImageMagick.png
+ $ rm images/configure.jpg images/logo.jpg images/logo.eps images/t-shirt.png www/Magick++/ImageMagick.png
$ env QUILT_PATCHES=../trunk/orig.patches quilt push
$ rm -rf .pc
$ cd ..
Modified: branches/experimental/debian/rules
===================================================================
--- branches/experimental/debian/rules 2008-05-20 02:33:26 UTC (rev 65)
+++ branches/experimental/debian/rules 2008-05-21 19:44:37 UTC (rev 66)
@@ -117,7 +117,7 @@
clean-tarball:
# Nuke logo binaries
rm -f images/configure.jpg images/logo.jpg images/logo.eps \
- images/examples.jpg www/Magick++/ImageMagick.png
+ images/examples.jpg images/t-shirt.png www/Magick++/ImageMagick.png
# Nuke the LogoImage define
perl -pi -e 'BEGIN{undef $$/;} s/LogoImage\[\]\s+=\s+\{[^\}]+\}/LogoImage[] = {}/s' \
coders/magick.c
Modified: trunk/README
===================================================================
--- trunk/README 2008-05-20 02:33:26 UTC (rev 65)
+++ trunk/README 2008-05-21 19:44:37 UTC (rev 66)
@@ -16,8 +16,8 @@
2- Apply the orig.patches with quilt, and remove any copies of the
non-DFSG-free logo.
$ cd ImageMagick-x.y.z
- $ rm images/configure.jpg images/logo.jpg images/logo.eps images/examples.jpg
- www/Magick++/ImageMagick.png
+ $ cp ../trunk/examples.jpg images/
+ $ rm images/configure.jpg images/logo.jpg images/logo.eps images/t-shirt.png www/Magick++/ImageMagick.png
$ env QUILT_PATCHES=../trunk/orig.patches quilt push
$ rm -rf .pc
$ cd ..
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2008-05-20 02:33:26 UTC (rev 65)
+++ trunk/debian/rules 2008-05-21 19:44:37 UTC (rev 66)
@@ -138,8 +138,8 @@
clean-tarball:
# Nuke logo binaries
- rm -f images/configure.jpg images/logo.jpg images/logo.eps images/examples.jpg \
- www/Magick++/ImageMagick.png
+ rm -f images/configure.jpg images/logo.jpg images/logo.eps \
+ images/examples.jpg images/t-shirt.png www/Magick++/ImageMagick.png
# Nuke the LogoImage define
perl -pi -e 'BEGIN{undef $$/;} s/LogoImage\[\]\s+=\s+\{[^\}]+\}/LogoImage[] = {}/s' \
coders/magick.c
Copied: trunk/examples.jpg (from rev 64, branches/experimental/examples.jpg)
===================================================================
(Binary files differ)
More information about the pkg-gmagick-svn-commit
mailing list