Steffen Joeris wrote: > Package: stopmotion > Version: 0.3.3-1 > Severity: wishlist > Tags: patch > > Hi > > Please include a patch for the stopmotion debian menu entry. > Enclosed I send you the changes, just include them and rebuild it :) . >
Thanks. I will fix it in the next release, but not excactly as you have proposed. I do not see the point using convert and then getting imagemagick as a build dependency. This is wrong IMHO. > Greetings > Steffen > > Code: > > --- old/stopmotion-0.3.3/debian/menu 2006-01-19 23:23:53.000000000 +0100 > +++ new/stopmotion-0.3.3/debian/menu 2006-01-19 23:35:17.000000000 +0100 > @@ -1,2 +1,3 @@ > ?package(stopmotion):needs="X11" section="Apps/Education"\ > - title="Stopmotion" command="/usr/bin/stopmotion" > + title="Stopmotion" command="/usr/bin/stopmotion" \ > + icon="/usr/share/pixmaps/stopmotion.xpm" > --- old/stopmotion-0.3.3/debian/rules 2006-01-19 23:23:53.000000000 +0100 > +++ new/stopmotion-0.3.3/debian/rules 2006-01-19 23:39:06.000000000 +0100 > @@ -30,7 +30,10 @@ > CFLAGS="$(CFLAGS)" ./configure --prefix=debian/stopmotion/usr > > > -build: build-stamp > +build: build-stamp debian/stopmotion.xpm > + > +debian/stopmotion.xpm: graphics/stopmotion.png > + convert $< $@ > > build-stamp: config.status > dh_testdir > @@ -55,7 +58,7 @@ > cp -f /usr/share/misc/config.guess config.guess > endif > > - > + rm -f debian/stopmotion.xpm > dh_clean > > install: build > @@ -71,6 +74,7 @@ > install -D -o 0 -g 0 -m 644 graphics/stopmotion.png > $(CURDIR)/debian/stopmotion/usr/share/pixmaps/stopmotion.png > cp -R html/ $(CURDIR)/debian/stopmotion/usr/share/doc/stopmotion/ > cp translations/*.qm > $(CURDIR)/debian/stopmotion/usr/share/stopmotion/translations/ > + install -D -m 644 $(CURDIR)/debian/stopmotion.xpm > $(CURDIR)/debian/stopmotion/usr/share/pixmaps/stopmotion.xpm > > # Build architecture-independent files here. > binary-indep: build install > --- old/stopmotion-0.3.3/debian/control 2006-01-19 23:23:53.000000000 +0100 > +++ new/stopmotion-0.3.3/debian/control 2006-01-19 23:46:59.000000000 +0100 > @@ -3,7 +3,7 @@ > Priority: optional > Maintainer: Bjoern Erik Nilsen <[EMAIL PROTECTED]> > Uploaders: Andreas Schuldei <[EMAIL PROTECTED]> > -Build-Depends: debhelper (>= 4.0.0), libsdl1.2-dev, libxml2-dev, > libqt3-mt-dev, libtar-dev, libvorbis-dev, libsdl-image1.2-dev, libfam-dev > +Build-Depends: debhelper (>= 4.0.0), libsdl1.2-dev, libxml2-dev, > libqt3-mt-dev, libtar-dev, libvorbis-dev, libsdl-image1.2-dev, libfam-dev, > imagemagick > Standards-Version: 3.6.2 > > Package: stopmotion > > > -- System Information: > Debian Release: testing/unstable > APT prefers unstable > APT policy: (500, 'unstable') > Architecture: i386 (i686) > Shell: /bin/sh linked to /bin/bash > Kernel: Linux 2.6.15-1-686 > Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) > > Versions of packages stopmotion depends on: > ii libc6 2.3.5-12 GNU C Library: Shared libraries > an > ii libfam0 2.7.0-8 client library to control the > FAM > ii libgcc1 1:4.0.2-7 GCC support library > ii libqt3-mt 3:3.3.5-3 Qt GUI Library (Threaded runtime > v > ii libsdl-image1.2 1.2.4-1 image loading library for Simple > D > ii libsdl1.2debian 1.2.9-0.0 Simple DirectMedia Layer > ii libstdc++6 4.0.2-7 The GNU Standard C++ Library v3 > ii libtar 1.2.11-4 C library for manipulating tar > arc > ii libvorbis0a 1.1.0-1 The Vorbis General Audio > Compressi > ii libvorbisfile3 1.1.0-1 The Vorbis General Audio > Compressi > ii libx11-6 6.9.0.dfsg.1-4 X Window System protocol client > li > ii libxext6 6.9.0.dfsg.1-4 X Window System miscellaneous > exte > ii libxml2 2.6.23.dfsg.1-0.1 GNOME XML library > ii zlib1g 1:1.2.3-9 compression library - runtime > > Versions of packages stopmotion recommends: > pn vgrabbj <none> (no description available) > > -- Bjoern Erik Nilsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

