Bug#746778: RFS: gogglesmm/0.12.7-3 RC

2014-05-03 Thread Hendrik Rittich
Package: sponsorship-requests
Severity: important

Dear mentors,

I am looking for a sponsor for my package gogglesmm

 * Package name: gogglesmm
   Version : 0.12.7-3
   Upstream Author : Sander Jansen s.jan...@gmail.com
 * URL : http://gogglesmm.github.io/
 * 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-3.dsc

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

Changes since the last upload:


Regards,
   Hendrik Rittich


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1399121236.8722.3.camel@home



Bug#746778: RFS: gogglesmm/0.12.7-3 RC

2014-05-03 Thread Hendrik Rittich
I forgot to mention that it closes Bug #746097. 


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1399141305.13482.1.camel@home



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



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 s.jan...@gmail.com
 * 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#697627: RFS: gogglesmm/0.12.7-1

2013-07-21 Thread Hendrik Rittich
Hi Sebastian,

thank you for your review.

 Those libraries are linked due to the pkg-config file generated during
 the build of gogglesmm. libfox-1.6-dev's fox.pc only says to link
 against liblFOX-1.6. So using the pkg-config file provided by
 libfox-1.6-dev gets rid of all the unnecessary dependencies.
 
 Removing the unecessary dependencies means that gogglesmm doesn't need
 to be taken care of if those libraries should ever be transitioned. At
 least for one of the libraries a transition is planned (libpng12 -
 libpng15).

So that was my mistake. I assumed that fox-config and pkg-config do the
same. Some time ago the package libfox-1.6 did not contain a pkg-config
script. Hence it was necessary to generate one. But fortunately things
have changed so I removed the generation of the pkg-config file.

The corrected version can be obtained via

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

Regards

Hendrik


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


Bug#697627: RFS: gogglesmm/0.12.7-1

2013-06-04 Thread Hendrik Rittich
Hi,

I made some changes to the package which can be found here:


http://mentors.debian.net/debian/pool/main/g/gogglesmm/gogglesmm_0.12.7-1.dsc

Am Sonntag, den 02.06.2013, 23:54 +0200 schrieb Sebastian Ramacher:
 On 2013-01-07 20:19:36, Hendrik Rittich wrote:
dget -x 
  http://mentors.debian.net/debian/pool/main/g/gogglesmm/gogglesmm_0.12.7-1.dsc
 
 The change of Standards-Version is not documented in the changelog. Some of
 the changes to debian/rules are not documented either.
This should be corrected.

 Why are you only using the hardening flags from CPPFLAGS and LDFLAGS but not
 the ones from C(XX)FLAGS? Additionally, DEB_BUILD_OPTIONS=noopt doesn't
 work anymore.
That was my mistake. I used the wrong variable. Should be fixed.

 There also many useless dependency warnings from dh-shlibdeps. Please
 get these fixed.
Those libraries are linked due to pkg-config configuration files. These
libraries are all dependencies of the libfox-1.6-0 package. Since
gogglesmm depends on libfox those dependencies are needed anyways.
Therefore I think there is no reason for removing these direct
dependencies.

 Why does the clean target run dh_testroot?
I removed that.

 lintian emits:
 
 P: gogglesmm source: duplicate-in-relation-field in source build-depends: 
 libdbus-1-dev, libdbus-1-dev
 P: gogglesmm source: unversioned-copyright-format-uri 
 http://dep.debian.net/deps/dep5
 W: gogglesmm source: out-of-date-standards-version 3.9.3 (current is 3.9.4)
 
 Please fix these.
This should be fixed.

 lintian also emits:
 
 I: gogglesmm: desktop-entry-lacks-keywords-entry 
 usr/share/applications/gogglesmm.desktop
 
 Please forward this issue upstream and get it fixed there.
Done.

I hope that fixes the issues with the package. Thank you for your time.

Regards,

Hendrik





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


Bug#697627: closed by Bart Martens ba...@quantz.debian.org (closing RFS: gogglesmm/0.12.7-1)

2013-05-30 Thread Hendrik Rittich
Hello,

I reuploaded the package to mentors.debian.net and I am still looking
for a sponsor.

Kind Regards,

Hendrik

Am Dienstag, den 28.05.2013, 04:27 + schrieb Debian Bug Tracking
System:
 This is an automatic notification regarding your Bug report
 which was filed against the sponsorship-requests package:
 
 #697627: RFS: gogglesmm/0.12.7-1
 
 It has been closed by Bart Martens ba...@quantz.debian.org.
 
 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Bart Martens 
 ba...@quantz.debian.org by
 replying to this email.
 
 
 E-Mail-Nachricht-Anlage (0.12.7-1)
   Weitergeleitete Nachricht 
  Von: Bart Martens ba...@quantz.debian.org
  An: 697627-d...@bugs.debian.org
  Betreff: closing RFS: gogglesmm/0.12.7-1
  Datum: Tue, 28 May 2013 04:23:15 +
  
  Package gogglesmm has been removed from mentors.
 E-Mail-Nachricht-Anlage (0.12.7-1)
   Weitergeleitete Nachricht 
  Von: Hendrik Rittich hendrik.ritt...@gmx.de
  Reply-to: hendrik.ritt...@gmx.de
  An: sub...@bugs.debian.org
  Betreff: RFS: gogglesmm/0.12.7-1
  Datum: Mon, 07 Jan 2013 20:19:36 +0100
  
  Package: sponsorship-requests Severity: normal Dear mentors, I am looking 
  for a sponsor for my package gogglesmm * Package name : gogglesmm Version 
  : 0.12.7-1 Upstream Author : Sander Jansen s.jan...@gmail.com * 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-1.dsc
   More information about hello can be obtained from http://www.example.com. 
  Changes since the last upload: * New upstream release, closes: #697587 * 
  Updated build dependencies * Added the use of buildflags.mk Regards, 
  Hendrik Rittich



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


Bug#697627: RFS: gogglesmm/0.12.7-1

2013-01-07 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-1
   Upstream Author : Sander Jansen s.jan...@gmail.com
 * 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-1.dsc

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

Changes since the last upload:

  * New upstream release, closes: #697587
  * Updated build dependencies
  * Added the use of buildflags.mk

Regards,
  Hendrik Rittich



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


Re: RFS: gogglesmm

2012-04-09 Thread Hendrik Rittich
Hi Michael,

 Are you aware of the ongoing transitions that (also) concern gogglesmm? 
 Looking
 at http://packages.qa.debian.org/g/gogglesmm.html it seems to be preferable 
 not
 to upload at this time, unless well coordinated with the release team.

thank you for mentioning that. The package also fixes the recently
reported Bug#668178. I have uploaded an new version of the package,
which states that in the changelog.

Please let me know if there is anything that I have to take care of
concerning the libpng transition. I think I have to wait for a new
version of the fox-1.6 (libfox) package.

Regards,

Hendrik


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


RFS: gogglesmm

2012-02-19 Thread Hendrik Rittich
Dear mentors,

I am looking for a sponsor for my package gogglesmm.

This package contains a new upstream release of gogglesmm. It contains
some bug fixes. Especially it fixes bug#656902.

 * Package name: gogglesmm
   Version : 0.12.6-1
   Upstream Author : Sander Jansen s.jan...@gmail.com
 * 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.6-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards,

Hendrik Rittich


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


RFS: gogglesmm

2011-12-21 Thread Hendrik Rittich
Dear mentors,

I am looking for a sponsor for my package gogglesmm.

 * Package name: gogglesmm
   Version : 0.12.5-1
   Upstream Author : Sander Jansen s.jan...@gmail.com
 * 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.5-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards,

Hendrik Rittich


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


[Fwd: Bug#646416: gogglesmm: FTBFS: cc1plus: error: bad value (native) for -march switch]

2011-10-25 Thread Hendrik Rittich
Hello,

the following package should fix the bug #646416. Which caused the build
of the package to fail on several architectures. I do not have access to
one of those architectures, so could someone test the package for me?

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.4-4.dsc

Kind regards,

Hendrik


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


RFS: gogglesmm

2011-10-13 Thread Hendrik Rittich
Dear mentors,

I am looking for a sponsor for my package gogglesmm.

 * Package name: gogglesmm
   Version : 0.12.4-3
   Upstream Author : Sander Jansen s.jan...@gmail.com
 * 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.4-3.dsc

I would be glad if someone uploaded this package for me.

Kind regards,

Hendrik Rittich


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


RFS: gogglesmm

2011-08-21 Thread Hendrik Rittich

Dear mentors,

I am looking for a sponsor for my package gogglesmm.

 * Package name: gogglesmm
   Version : 0.12.3-1
   Upstream Author : Sander Jansen s.jan...@gmail.com
 * URL : http://code.google.com/p/gogglesmm/
 * License : GPLv3
   Section : sound

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.3-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards,

Hendrik Rittich




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


Re: RFS: gogglesmm

2011-07-16 Thread Hendrik Rittich
On Thu, 14 Jul 2011 20:16:31 +0100
Michael Tautschnig m...@debian.org wrote:

 Hi,
 
 [...]
  I fixed these warnings.
  
 [...]
 
 Thanks a lot for quickly addressing all those points! I've now built and
 uploaded your package. Pending review and acceptance by ftp-masters, it should
 appear in the archives in a few days!
 
 Thanks a lot for your work,
 Michael
 

Hi,

I am glad, that it worked. I have one further question. When there is a new 
upstream release and I build a new package. May I put you on CC, when sending 
an RFS?

Regards,

Hendrik

-- 
Hendrik Rittich


signature.asc
Description: PGP signature


Re: RFS: gogglesmm

2011-07-14 Thread Hendrik Rittich
Hi

On Wed, 13 Jul 2011 23:28:28 +0100
Michael Tautschnig m...@debian.org wrote:

 [...]

 I'm afraid the copyright file isn't yet fully complete:
 
 - src/md5.h, src/md5.cpp have a distinct license and copyright holders.
 - src/GMDBus.h is LGPL v2.1+
 - line 11 of debian/copyright should probably say LGPL, not GPL.

Should now contain the right information.

 A few more minor notes:
 
 - debian/rules, target clean depends on itself!?

This was left from using dpatch. Originally clean1 depended on clean.

 - lintian has a few more notes, all of which are easy to fix:
 I: gogglesmm source: quilt-patch-missing-description fox_pkg_config.diff
 I: gogglesmm source: debian-watch-contains-dh_make-template
 I: gogglesmm: package-contains-empty-directory usr/sbin/
 I: gogglesmm: desktop-entry-contains-encoding-key 
 usr/share/applications/gogglesmm.desktop:2 Encoding

 [...]

I fixed these warnings.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/g/gogglesmm
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/g/gogglesmm/gogglesmm_0.12.2-9.dsc

Again, thank you for your review.

Regards,

Hendrik

-- 
Hendrik Rittich


signature.asc
Description: PGP signature


Re: RFS: gogglesmm

2011-07-13 Thread Hendrik Rittich
On Tue, 12 Jul 2011 23:34:00 + (UTC)
Sander Jansen s.jan...@gmail.com wrote:

 Michael Tautschnig mt at debian.org writes:
 
  
  Hi,
  
  [...]
   
   Left is the missing man page. The original package does not provide a man 
 page, so I can not provide one.
   
  
  I'm sorry, but I don't buy that argument - it's quite frequent that Debian
  package maintainers have to provide additional man pages because upstream
  doesn't provide one. Adding man pages in no way differs from other patches.
  
  Best,
  Michael
  
  
 
 Not sure what the exact issue here is, but the upstream source tarball does 
 come 
 with a manpage.
 
 Cheers,
 
 Sander

Hi,

okay. That was my mistake. For some time there was no man page, but now there 
is.
There was a mistake in the package such that the man page was not installed. I 
hope this fixes the last issue with the package.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/g/gogglesmm
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/g/gogglesmm/gogglesmm_0.12.2-8.dsc


Regards,

Hendrik

-- 
Hendrik Rittich


signature.asc
Description: PGP signature


Re: RFS: gogglesmm

2011-07-12 Thread Hendrik Rittich
On Sun, 10 Jul 2011 22:25:40 +0100
Michael Tautschnig m...@debian.org wrote:

 Hi,
 
  Dear mentors,
  
  I am looking for a sponsor for my package gogglesmm.
  
  * Package name: gogglesmm
Version : 0.12.2-5
Upstream Author : Sander Jansen s.jan...@gmail.com
  * URL : http://code.google.com/p/gogglesmm/
  * License : GPLv3
Section : sound
  
  It builds these binary packages:
  gogglesmm  - Goggles Music Manager
  
  The package appears to be lintian clean.
  
 [...]
 
 I've taken a look at your package and noticed the following issues that I'd 
 like
 to see addressed before sponsoring its upload:
 
 - No ITP. Please file an ITP first and close it in your changelog.
 - The conflicts/replaces for musicmanager-tray, musicmanager seem strange as
   neither of which exists as a Debian package.
 - debian/copyright: Please indicate which version of the GPL your packaging
   conforms to. Updating debian/copyright to DEP-5 format would be a plus.
 - Some header files in src/ are LGPL, not GPL. Needs to be noted in
   debian/copyright.
 - Have you considered moving to v3 (quilt) source format, dropping dpatch?
 - I can't confirm the lintian-cleanliness, there's one warning about the lack 
 of
   a man page and several info-level messages.
 
 Hope this helps,
 Michael
 

Hi,

Thank you for reviewing my package. I have fixed most of the issues. I also 
change to the new source format.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/g/gogglesmm
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/g/gogglesmm/gogglesmm_0.12.2-7.dsc

Left is the missing man page. The original package does not provide a man page, 
so I can not provide one.

Kind Regards,

Hendrik

-- 
Hendrik Rittich


signature.asc
Description: PGP signature


RFS: gogglesmm

2011-06-22 Thread Hendrik Rittich
Dear mentors,

I am looking for a sponsor for my package gogglesmm.

* Package name: gogglesmm
  Version : 0.12.2-5
  Upstream Author : Sander Jansen s.jan...@gmail.com
* URL : http://code.google.com/p/gogglesmm/
* License : GPLv3
  Section : sound

It builds these binary packages:
gogglesmm  - Goggles Music Manager

The package appears to be lintian clean.

My motivation for maintaining this package is: Goggles Music Manager is
a music collection manager and player. It is very lightweight and fast,
supports Ogg Vorbis , FLAC, MP3 , MP4 , ASF and Musepack files, has
support for AlbumArt and a very nice Browser for your music collection.
Furthermore it has last.fm and libre.fm audio scrobbler support. It has already 
been mentioned in several magazines

 Keeping it simple is probably GMM's biggest selling point - Andy Hudson in 
 Linux  Format Issue 123, October 2009

 Scratching that itch: Sander Jansen - Joe Barr on Linux.com / Newsforge- June 
 2006 (http://www.linux.com/archive/articles/54944)
 
 Goggles is my candidate for a lightweight music player - Bruce
 Byfield on Linux Magazine Blog 
 (http://www.linux-magazine.com/Online/Blogs/Off-the-Beat-Bruce-Byfield-s-Blog/Goggle-is-my-candidate-for-a-lightweight-music-player)

I am using Goggles for at least a year now and I am very happy with it. I would 
be happy to see this Software in the Debian official repositories.

Screenshots: http://picasaweb.google.com/s.jansen/GogglesMusicManager08

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/g/gogglesmm
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/g/gogglesmm/gogglesmm_0.12.2-5.dsc

I would be glad if someone uploaded this package for me.

Kind regards
 Hendrik Rittich


-- 
Hendrik Rittich


signature.asc
Description: PGP signature


RFS: gogglesmm

2011-06-10 Thread Hendrik Rittich
Dear mentors,

I am looking for a sponsor for my package gogglesmm.

* Package name: gogglesmm
  Version : 0.12.2-5
  Upstream Author : Hendrik Rittich hendrik.ritt...@gmx.de
* URL : http://code.google.com/p/gogglesmm/
* License : GPLv3
  Section : sound

It builds these binary packages:
gogglesmm  - Goggles Music Manager

The package appears to be lintian clean.

My motivation for maintaining this package is: Goggles Music Manager is
a music collection manager and player. I have been using the program for (at 
least) a year now. Furthermore I have provided a binary Debian package for 
Goggles on my personal web page, which is downloaded about 70 times per month. 
So I think there is a demand for a gogglesmm Debian package. It would be nice 
to see the package integrated into Debian.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/g/gogglesmm
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/g/gogglesmm/gogglesmm_0.12.2-5.dsc

I would be glad if someone uploaded this package for me.

Kind regards
 Hendrik Rittich


-- 
Hendrik Rittich


signature.asc
Description: PGP signature


Re: RFS: gogglesmm

2011-06-10 Thread Hendrik Rittich
On Fri, 10 Jun 2011 13:40:02 +0200
Hendrik Rittich hendrik.ritt...@gmx.de wrote:

 Dear mentors,
 
 I am looking for a sponsor for my package gogglesmm.
 
 * Package name: gogglesmm
   Version : 0.12.2-5
   Upstream Author : Hendrik Rittich hendrik.ritt...@gmx.de
 * URL : http://code.google.com/p/gogglesmm/
 * License : GPLv3
   Section : sound
 
 It builds these binary packages:
 gogglesmm  - Goggles Music Manager
 
 The package appears to be lintian clean.
 
 My motivation for maintaining this package is: Goggles Music Manager is
 a music collection manager and player. I have been using the program for (at 
 least) a year now. Furthermore I have provided a binary Debian package for 
 Goggles on my personal web page, which is downloaded about 70 times per 
 month. So I think there is a demand for a gogglesmm Debian package. It would 
 be nice to see the package integrated into Debian.
 
 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/g/gogglesmm
 - Source repository: deb-src http://mentors.debian.net/debian unstable main 
 contrib non-free
 - dget 
 http://mentors.debian.net/debian/pool/main/g/gogglesmm/gogglesmm_0.12.2-5.dsc
 
 I would be glad if someone uploaded this package for me.

I just have seen, that I messed up something. I am not the Upstream Author of
gogglesmm. The upstream author is Sander Jansen s.jan...@gmail.com.

Kind regards,

Hendrik Rittich

-- 
Hendrik Rittich


signature.asc
Description: PGP signature