Bug#724791: RFS: gogglesmm/0.12.7-2

2013-09-27 Thread Hendrik Rittich
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "gogglesmm"

 * Package name: gogglesmm
   Version : 0.12.7-2
   Upstream Author : Sander Jansen 
 * URL : http://code.google.com/p/gogglesmm/
 * License : GPLv3
   Section : sound

It builds those binary packages:

  gogglesmm  - Goggles Music Manager

To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/gogglesmm


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/g/gogglesmm/gogglesmm_0.12.7-2.dsc

More information about hello can be obtained from http://www.example.com.

Changes since the last upload:

 * Changed dependencies from libxine-dev to libxine2-dev, closes: #724762


Regards,
 Hendrik Rittich


signature.asc
Description: This is a digitally signed message part


Bug#724791: RFS: gogglesmm/0.12.7-2

2013-10-03 Thread 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.0 +0200
| +++ gogglesmm-0.12.7/debian/control 2013-09-27 22:14:22.0 +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.0 +0100
| +++ gogglesmm-0.12.7/debian/patches/fox_pkg_config.diff 2013-09-04 
22:32:53.0 +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
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


Bug#724791: RFS: gogglesmm/0.12.7-2

2013-10-04 Thread Hendrik Rittich
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.0 +0200
> | +++ gogglesmm-0.12.7/debian/control 2013-09-27 22:14:22.0 +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.0 +0100
> | +++ gogglesmm-0.12.7/debian/patches/fox_pkg_config.diff 2013-09-04 
> 22:32:53.0 +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 debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1380880429.4009.0.camel@home