Hi, I have uploaded a corrected version.
Regards, Hendrik Am Donnerstag, den 03.10.2013, 17:51 +0200 schrieb Sebastian Ramacher: > Control: owner -1 ! > > On 2013-09-27 22:10:41, Hendrik Rittich wrote: > > dget -x > > http://mentors.debian.net/debian/pool/main/g/gogglesmm/gogglesmm_0.12.7-2.dsc > > | diff -Nru gogglesmm-0.12.7/debian/control gogglesmm-0.12.7/debian/control > | --- gogglesmm-0.12.7/debian/control 2013-06-04 23:22:02.000000000 +0200 > | +++ gogglesmm-0.12.7/debian/control 2013-09-27 22:14:22.000000000 +0200 > | @@ -5,13 +5,14 @@ > | Homepage: http://code.google.com/p/gogglesmm/ > | Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.16.1~), > | libdbus-1-dev, libtag1-dev, > | - libfox-1.6-dev, libxrandr-dev, libxine-dev, > | + libfox-1.6-dev, libxrandr-dev, libxine2-dev, > | libsqlite3-dev (>= 3.4), libbz2-dev, imagemagick > | Standards-Version: 3.9.4 > | > | Package: gogglesmm > | Architecture: any > | Depends: ${shlibs:Depends}, ${misc:Depends} > | +Recommends: libxine2-plugins > | Description: Goggles Music Manager > | Goggles Music Manager is a music collection manager and player that > | automatically categorizes your music files based on genre, artist, > > Please also document the change to Recommends. > > | diff -Nru gogglesmm-0.12.7/debian/patches/fox_pkg_config.diff > gogglesmm-0.12.7/debian/patches/fox_pkg_config.diff > | --- gogglesmm-0.12.7/debian/patches/fox_pkg_config.diff 1970-01-01 > 01:00:00.000000000 +0100 > | +++ gogglesmm-0.12.7/debian/patches/fox_pkg_config.diff 2013-09-04 > 22:32:53.000000000 +0200 > | @@ -0,0 +1,19 @@ > | +Creates the shell script fox-pkg-config.sh. This script generates a > | +pkg-config file for the FOX library. > | +--- /dev/null > | ++++ b/fox-pkg-config.sh > | +@@ -0,0 +1,14 @@ > | ++cat << EOF > | ++ prefix=$(fox-config --prefix) > | ++ exec_prefix=\${prefix} > | ++ libdir=\${exec_prefix}/lib > | ++ includedir=\${prefix}/include > | ++ > | ++ Name: FOX > | ++ Description: FOX LIB > | ++ Version: $(fox-config --version) > | ++ Requires: > | ++ > | ++ Libs: $(fox-config --libs) > | ++ Cflags: $(fox-config --cflags) > | ++EOF > > I suppose that slipped in. Please remove it. > > Regards -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/1380880429.4009.0.camel@home

