Re: RFS: serpentine -- An application for creating audio CDs

2006-05-29 Thread Julien Valroff
Le lundi 29 mai 2006 à 12:27 +0200, Sebastien Bacher a écrit :
> Le samedi 27 mai 2006 à 22:14 +, Sam Morris a écrit :
> > I am searching for a sponsor for serpentine, a GNOME application for
> > burning audio CDs.
> 
> Hi,
> 
> There is already an ITP about that package:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=286806
> 
> Julien Valroff <[EMAIL PROTECTED]> mailed me some time ago because he
> worked and I accepted to co-maintain the package with him since I
> maintain it for Ubuntu already. Did you contact him about the package?

He did, and as his packge was much more complete than mine, I let him
this package.

Cheers,
Julien


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: RFS: serpentine -- An application for creating audio CDs

2006-05-29 Thread Sebastien Bacher
Le samedi 27 mai 2006 à 22:14 +, Sam Morris a écrit :
> I am searching for a sponsor for serpentine, a GNOME application for
> burning audio CDs.

Hi,

There is already an ITP about that package:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=286806

Julien Valroff <[EMAIL PROTECTED]> mailed me some time ago because he
worked and I accepted to co-maintain the package with him since I
maintain it for Ubuntu already. Did you contact him about the package?


Cheers,

Sebastien Bacher


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: RFS: serpentine -- An application for creating audio CDs

2006-05-28 Thread Loïc Minier
 (Uploaded to Debian.)

On Sun, May 28, 2006, Sam Morris wrote:
> >  - I'd include the Ubuntu changelog, it carries history of the changes
> >Ubuntu did and might be useful to explain particular aspects of the
> >package
> The only thing left from the Ubuntu package is the descriptions, so I
> didn't think the prior changelog was worth including.

 [ Still, the package was derived from Ubuntu, as this would point out,
 and this would also ease the review of the diff for Ubuntu folks as
 they'd know from which version you started (imagine they uploaded
 changes since you copied their package but would like to sync with
 yours). ]

 Now that I've built the package, I suggest getting rid of CDBS'
 build-dep generation to avoid these lintian warnings:
 W: serpentine source: build-depends-without-arch-dep autotools-dev
 W: serpentine source: build-depends-without-arch-dep pkg-config
 W: serpentine source: build-depends-without-arch-dep libxml-parser-perl
 (ie. to move these to BD-Indep)

 This feature is a bit ugly, and it also causes a duplicate debhelper
 build-dep.

PS: because I tend to forget it, it's nice to remind me of using -v
and/or -sa to build the package when necessary
-- 
Loïc Minier <[EMAIL PROTECTED]>
"You can gtk_main_run, but you can't gtk_widget_hide." --danw, 19-jul-04


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: RFS: serpentine -- An application for creating audio CDs

2006-05-28 Thread Sam Morris
On Sun, 28 May 2006 14:57:23 +0200, =?iso-8859-1?Q?Lo=EFc?= Minier wrote:
>  I had a preliminary look at your package, it's not uploadable as such
>  mostly because of lack of copyright information in debian/copyright,
>  and also because of the way arches without mono / muine are handled.
>  My full notes are below, please address or explain the points marked as
>  "required" and I'll finish the review.

Thanks, 0.6.4-3 has been uploaded with the required changes.

>  - I'd include the Ubuntu changelog, it carries history of the changes
>Ubuntu did and might be useful to explain particular aspects of the
>package

The only thing left from the Ubuntu package is the descriptions, so I
didn't think the prior changelog was worth including.

>  - the muine plugin should probably Recommend muine

Ok, at least until Enhances is implemented.

>  - you might want to contact upstream to change the copyrights
>mentionned above to have simpler copyright terms in serpentine, e.g.
>to move everything to GPL or to LGPL

Upstream seems to be moving to LGPL, the changelog notes that files are
gradually changing.

>  The README says the software needs libnautilus-burn-python, how do you
>  do without?

Oops, missing dependancy on libgnome2-python-extras. Thanks ;)

> Loïc Minier <[EMAIL PROTECTED]>

-- 
Sam Morris
http://robots.org.uk/

PGP key id 5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: RFS: serpentine -- An application for creating audio CDs

2006-05-28 Thread Loïc Minier
Hi,

On Sat, May 27, 2006, Sam Morris wrote:
> The 'serpentine' source package is available from mentors.debian.net.

 I had a preliminary look at your package, it's not uploadable as such
 mostly because of lack of copyright information in debian/copyright,
 and also because of the way arches without mono / muine are handled.
 My full notes are below, please address or explain the points marked as
 "required" and I'll finish the review.

 debian/changelog:
 - (required) dist will obviously have to be set to unstable
 - I'd include the Ubuntu changelog, it carries history of the changes
   Ubuntu did and might be useful to explain particular aspects of the
   package

 debian/control:
 - please depends on ${misc:Depends} for all packages (might cause a
   harmless warning)
 - the muine plugin should probably Recommend muine
 - (required) your muine build-dep should carry the same architectures
   as your plugin package

 debian/copyright:
 - (required) I'm afraid you'll need to include the header of
   serpentine/components.py as its copyright information herein
 - (required) serpentine/converting.py, serpentine/gaw.py,
   serpentine/gdkpiechart.py, serpentine/gtkutil.py,
   serpentine/mastering.py, serpentine/operations.py,
   serpentine/urlutil.py, serpentine/xspf.py, and most things below
   serpentine/plugins/ are LGPL, please mention that
 - you might want to contact upstream to change the copyrights
   mentionned above to have simpler copyright terms in serpentine, e.g.
   to move everything to GPL or to LGPL

 debian/rules:
 - (required) you're passing --enable-muine on all arches, yet the
   configure script will give up if you pass --enable-muine on arches
   which can't install mono
 - I suggest using DEB_CONFIGURE_EXTRA_FLAGS += instead of :=

 The README says the software needs libnautilus-burn-python, how do you
 do without?

 You should contact upstream to update to the new FSF address and to add
 copyright information to Python sources which don't have any (e.g.
 scripts/serpentine).

   Bye,
-- 
Loïc Minier <[EMAIL PROTECTED]>
"You can gtk_main_run, but you can't gtk_widget_hide." --danw, 19-jul-04


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RFS: serpentine -- An application for creating audio CDs

2006-05-27 Thread Sam Morris
I am searching for a sponsor for serpentine, a GNOME application for
burning audio CDs.

I prefer serpentine to other cd-burning programs such as gnome-baker and
xcdroast because it has a very clean and simple interface--all one has to
do is add audio tracks to the list, put in a blank CD and click 'write to
disc'.

The 'serpentine' source package is available from mentors.debian.net.

Package details:

  Package name: serpentine
  Version : 0.6.4
  Upstream Author : Tiago Cogumbreiro <[EMAIL PROTECTED]>
  URL : http://s1x.homelinux.net/projects/serpentine
  License : GPL
  Description : An application for creating audio CDs

 Serpentine is an application that lets you master (create) audio CDs.

 * Supports multiple file formats such as WAV, MP3, OGG, FLAC and every
   other format that Gstreamer can read
 * Supports PLS, M3U and XSPF playlists
 * Can extract the audio track from video files
 * Supports drag and drop: files can be dropped from Rhythmbox,
   Nautilus, etc.
 * Clean and simple GNOME interface makes it easy to use

-- 
Sam Morris
http://robots.org.uk/

PGP key id 5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]