Re: Renaming config files

2010-03-09 Thread Dominique Dumont
On Saturday 27 February 2010 22:57:16 Ivan Jager wrote:
> It is conceptially the same file. suspend2.conf got renamed to
> tuxonice.conf because Software Suspend 2 got renamed to TuxOnIce.
> 
> Some of the configuration directives (the ones containing
> Suspend2 in their names) got renamed, so I'm a little tempted to
> go with Daniel's suggestion and also s/Suspend2/TuxOnIce/,
> although I'm hesitant to modify a user-modified config file...

Config::Model was designed to handle this kind of situation. 

Config::Model can be used to load old users data from old file, migrate data 
from old config directives to new config directives and save them in the new 
config file.

As this is an interesting real world use case, I will help you create this 
migration tool with Config::Model.

What do you think ?

Dominique
--
http://config-model.wiki.sourceforge.net/ -o- http://search.cpan.org/~ddumont/
http://www.ohloh.net/accounts/ddumont


-- 
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/201003090938.48489.dominique.dum...@hp.com



RFS: aumix (updated package)

2010-03-09 Thread Stefan Ott
Dear mentors,

I am looking for a sponsor for the new version 2.8+repack-1
of my package "aumix".

It builds these binary packages:
aumix  - Simple text-based mixer control program
aumix-common - Simple text-based mixer control program (common files)
aumix-gtk  - Simple mixer control program with GUI and text interfaces

The package appears to be lintian clean.

The upload would fix these bugs: 571366

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/a/aumix
- Source repository: deb-src http://mentors.debian.net/debian unstable
main contrib non-free
- dget http://mentors.debian.net/debian/pool/main/a/aumix/aumix_2.8+repack-1.dsc

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

Kind regards
-- 
Stefan Ott
http://www.ott.net/

"You are not Grey Squirrel?"


-- 
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/dffbd58d1003090728g2f2b02d3yaf3283d5daac0...@mail.gmail.com



RFS: billiard

2010-03-09 Thread Michael Fladischer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear mentors,

I am looking for a sponsor for my package "billiard".

* Package name: billiard
  Version : 0.2.3-1
  Upstream Author : Ask Solem 
* URL : http://celeryproject.org/
* License : BSD
  Section : python

It builds these binary packages:
python-billiard - Multiprocessing Pool Extensions

The package appears to be lintian clean.

The upload would fix these bugs: 571656

My motivation for maintaining this package is:
It's one of the prerequisites for celery, a Python task queue/job queue
system (ITP #526350).

The package can be found on mentors.debian.net:
- - URL: http://mentors.debian.net/debian/pool/main/b/billiard
- - Source repository: deb-src http://mentors.debian.net/debian unstable
main contrib non-free
- - dget
http://mentors.debian.net/debian/pool/main/b/billiard/billiard_0.2.3-1.dsc

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

Kind regards
 Michael Fladischer
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkuWSAsACgkQeJ3z1zFMUGZBGQCeM5uNTgLFECmIAe9JwGNfPeEB
TSAAoIUDZO3qETO6QIqgsD7xsxSG23Km
=q0X9
-END PGP SIGNATURE-


-- 
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/4b96480b.4030...@fladi.at



Re: RFS: ceph

2010-03-09 Thread Asheesh Laroia

On Sat, 6 Mar 2010, Asheesh Laroia wrote:


On Tue, 2 Mar 2010, Sage Weil wrote:


On Thu, 11 Feb 2010, Asheesh Laroia wrote:

On Tue, 9 Feb 2010, Sage Weil wrote:
Ok, the build is fixed (man_MANS vs dist_man_MANS in the 
man/Makefile.am),

and pbuilder is behaving fine on my other box.  The updated .dsc is at

http://ceph.newdream.net/debian/dists/unstable/main/source/ceph_0.18git20100209082702-1.dsc


eek, have no spare time while prepping for a PyCon talk and
conference.freeculture.org this weekend. Ping me in 10 days?


Hi Asheesh,

I've rebuilt packages for the latest release (0.19.1).  The .dsc is at

http://ceph.newdream.net/debian/pool/ceph-stable/c/ceph/ceph_0.19.1-1.dsc

I've also futzed around with my scripts for building .debs for the
ceph.newdream.net repository (now using pbuilder, reprepro).  I suspect
I'm not quite doing the right thing wrt package versions for the different
distributions (I'm appending something like ~bpo50+1 for lenny .deb,
etc.), but for now at least it works well enough for the separate
repository.  And I'm not sure it's that important from the perspective of
getting the packages in sid anyway.

There is also a ceph-kclient package with the source code for the kernel
module:

http://ceph.newdream.net/debian/pool/ceph-stable/c/ceph-kclient/ceph-kclient_0.19.1-1.dsc

As I understand it there is some make-kpkg magic that is supposed to build
it automagically (if it's properly packaged) but I haven't found any good
documentation on how that should be done for standalone modules.


I'm behind on this, but I hope to look again deeper by Monday evening.


Reviewing now. Initial thoughts:

* Your diff.gz is empty. I guess that's better than making this a native 
package, but other maintainers will prefer that the debian directory be 
added during in the diff.gz. I think the ftpmasters might find your way a 
little shocking.


* You should remove the commented-out dh_* lines in debian/rules.

Your move_dbg_files script -- could be replaced by more careful use of 
dh_strip? Check out the --dbg-packages=package option described in "man 
dh_strip". (Also, if you feel like it, you could try debhelper 7, but 
that's no big deal.)


I'm still waiting for my build to finish. I hope that when it does and I 
have it installed, it will be clear how to use it so that I can easily 
test if it works as advertised. (-:


There are a lot of shared libraries here -- I hope you'll maintain their 
ABI stably and not cause too much churn.


Sorry to take so long on this. Let me know regarding the above comments!

-- Asheesh.

--
Politicians are the same all over.  They promise to build a bridge even
where there is no river.
-- Nikita Khrushchev


--
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/alpine.deb.2.00.1003090913560.4...@localhost



Re: RFS glpeces, What is the problem?

2010-03-09 Thread I. De Marchi

Hi Hector!

Thanks for your interest.

The package dependencies (for build) are

 Build-Depends: debhelper (> = 7), qt4-qmake (> = 4.4.3), qt4-dev-tools (> =
4.4.3), libqt4-dev (> = 4.4.3)

I am check and build the program with pbuild in Debian 5.0 stable and build
in Debian 5.0 sid, and work fine. I do not know that the package has other
dependencies. The package was compiled by a friend on their PC and I
reported no problem. Will it specify what problems you had?

If you want to know the program does, you can try the online version at
http://www.mallorcaweb.net/tangrampeces/applet/appletpeces.html  ( It is
a java version that requires the Sun Java 1.6) or You can view the video at
http://www.mallorcaweb.net/tangrampeces/video.html

Regards!

I. De Marchi


-- 
View this message in context: 
http://old.nabble.com/RFS-glpeces%2C-What-is-the-problem--tp27813138p27837494.html
Sent from the debian-mentors mailing list archive at Nabble.com.


-- 
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/27837494.p...@talk.nabble.com



RFS: qliss3d (updated package, DMUA candidate :)

2010-03-09 Thread Peter Pentchev
Dear mentors,

I am looking for a sponsor for the new version 1.3.2.1-1
of my package "qliss3d".  This is a new upstream version
with a couple of Debian packaging updates; also, since
I've caught up with upstream after adopting an earlier
version of the package in the previous upload, I've refreshed
and forwarded the Debian patches.

Also, if a kind sponsor would set the DM-Upload-Allowed flag
(see #569309), I would be most grateful! :)

There is a single binary package:
qliss3d- demonstration tool for Lissajous figures

The build has been tested with lintian and pbuilder.

The package can be found on mentors.debian.net:
dget http://mentors.debian.net/debian/pool/main/q/qliss3d/qliss3d_1.3.2.1-1.dsc

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

JFYI, here's the latest changelog entry:

qliss3d (1.3.2.1-1) unstable; urgency=low

  * New upstream version
- remove the 10-locale patch - integrated upstream
- regenerate the 12-destdir and 14-libm patches
- refresh the 13-warnings patch
  * Bump Standards-Version to 3.8.4 with no changes.
  * Append a ~ to the debhelper dependency's version to ease backporting.
  * Bump the copyright year on the debian/ files.
  * All the patches were forwarded upstream.

 -- Peter Pentchev   Tue, 09 Mar 2010 13:56:38 +0200

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.netr...@space.bgr...@freebsd.org
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115  C354 651E EFB0 2527 DF13
This sentence was in the past tense.


pgpy5NdnZ8NMp.pgp
Description: PGP signature


RFS: django-picklefield

2010-03-09 Thread Michael Fladischer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear mentors,

I am looking for a sponsor for my package "django-picklefield".

* Package name: django-picklefield
  Version : 0.1-1
  Upstream Author : Shrubbery Software 
* URL : http://github.com/shrubberysoft/django-picklefield
* License : MIT
  Section : python

It builds these binary packages:
python-django-picklefield - Pickled object field for Django

The package appears to be lintian clean.

The upload would fix these bugs: 573162

My motivation for maintaining this package is:
It's one of the prerequisites for celery, a Python task queue/job queue
system (ITP #526350).

The package can be found on mentors.debian.net:
- - URL: http://mentors.debian.net/debian/pool/main/d/django-picklefield
- - Source repository: deb-src http://mentors.debian.net/debian unstable
main contrib non-free
- - dget
http://mentors.debian.net/debian/pool/main/d/django-picklefield/django-picklefield_0.1-1.dsc

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

Kind regards
 Michael Fladischer
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkuWUWQACgkQeJ3z1zFMUGZCYACcCKmT/szhElltee0UcoVNT0yo
XHwAnRUh6ZC0H+UhAqYOXzOZqwfbEdUJ
=iDNl
-END PGP SIGNATURE-


-- 
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/4b965164.6030...@fladi.at



Re: RFS glpeces, What is the problem?

2010-03-09 Thread Hector Oron
Hello Innocent,

2010/3/9 I. De Marchi :
> I am check and build the program with pbuild in Debian 5.0 stable and build
> in Debian 5.0 sid, and work fine. I do not know that the package has other
> dependencies. The package was compiled by a friend on their PC and I
> reported no problem. Will it specify what problems you had?

On another machine (amd64) I get it right, but on my laptop (i386) I
get things like... (maybe these are only on my side)
Let me check... :-)

[...]
make[1]: Entering directory `/tmp/glpeces-4.0'
/usr/share/qt3/bin/uic formularis/frmDesaFigura.ui -o build/frmDesaFigura.h
g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT  -DQT_NO_DEBUG
-DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT
-I/usr/share/qt3/mkspecs/default -I. -I. -Iformularis -Icomuns -Ipeca
-I/usr/include/qt3 -Ibuild/ -Ibuild/ -o build/main.o main.cpp
main.cpp:1:24: error: QApplication: No such file or directory
In file included from formularis/frmPrincipal.h:7,
 from main.cpp:6:
./comuns/constants.h:4:19: error: QString: No such file or directory
./comuns/constants.h:6:18: error: QColor: No such file or directory
In file included from formularis/frmPrincipal.h:8,
 from main.cpp:6:
./comuns/rellotge.h:4:17: error: QtGui: No such file or directory
./comuns/rellotge.h:5:18: error: QLabel: No such file or directory
In file included from formularis/frmPrincipal.h:9,
 from main.cpp:6:
[...]
-- 
 Héctor Orón

"Our Sun unleashes tremendous flares expelling hot gas into the Solar
System, which one day will disconnect us."


--
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/dd0a3d701003090842o1a0a72b5x58cf7601a855f...@mail.gmail.com



Re: RFS glpeces, What is the problem?

2010-03-09 Thread Hector Oron
Hello Innocent,

I am having trouble checking your GPG key,

Your search - 0x1D019F05 - did not match any public keys. :-/
Is it uploaded to a keyserver?

Regards,
-- 
 Héctor Orón

"Our Sun unleashes tremendous flares expelling hot gas into the Solar
System, which one day will disconnect us."


--
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/dd0a3d701003090920u15d82124k7c1b773e39da4...@mail.gmail.com



RFS: complearn-gui (QA upload, solves RC bug)

2010-03-09 Thread Johann Felix Soden
Dear mentors,

I am looking for a sponsor for a QA-upload with version 1.0.7-2
of the package "complearn-gui".

It builds these binary packages:
complearn-gui - interactive 3d data mining tool and demo for universal machine 
le

The package appears to be lintian clean.

The upload would fix these (partially RC-)bugs: 543693, 554115, 556831

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/c/complearn-gui
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/c/complearn-gui/complearn-gui_1.0.7-2.dsc

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

Changelog:
  * QA upload.
  * Set maintainer to QA group.
  * Fixed FTBFS. Closes: #556831, #554115
  * Switched to dpkg-source 3.0 (quilt) format.
  * Depend now on freeglut3 instead of glut3. Closes: #543693
  * Updated to standard version 3.8.4.
  * Create debian/compat.

Kind regards
 Johann Felix Soden


-- 
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/1268155538.10736.2.ca...@lapjfs



Re: RFS: totem-plugin-arte

2010-03-09 Thread Erik Schanze
Hi,

Nicolas Delvaux Nicolas Delvaux :
> I am looking for a sponsor for my package "totem-plugin-arte".
> 
> * Package name: totem-plugin-arte
>   Version : 0.8.1-1
>   Upstream Author : Simon Wenner 
> * URL : http://gitorious.org/totem-plugin-arte
> * License : GPL v2+
>   Section : gnome
> 
> It builds this binary package:
> totem-plugin-arte - This plugin allows you to watch streams from arte.tv on 
> totem
> 
> The package appears to be lintian clean.
> 
> The upload would fix this bug: 572919
> 
> My motivation for maintaining this package is to provide users with a simple, 
> usefull and just great plugin.
> 
> The package can be found on mentors.debian.net:
> - URL: http://mentors.debian.net/debian/pool/main/t/totem-plugin-arte
> - Source repository: deb-src http://mentors.debian.net/debian unstable main 
> contrib non-free
> - dget 
> http://mentors.debian.net/debian/pool/main/t/totem-plugin-arte/totem-plugin-arte_0.8.1-1.dsc
> 

AFAIK they use very strict Geo-Localisation to block users from outside
of some selected European Countries.

Is this siutable for main then? Isn't it a usage restriction which
make it better fitting into contrib, is it?


Kindly regards,

Erik


-- 
 www.ErikSchanze.de *
 Bitte keine HTML-E-Mails! No HTML mails, please! Limit: 100 kB *


-- 
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/201003091912.28335.schan...@gmx.de



Re: RFS glpeces, What is the problem?

2010-03-09 Thread I. De Marchi

Hello Héctor,


>>make[1]: Entering directory `/tmp/glpeces-4.0'
>>/usr/share/qt3/bin/uic formularis/frmDesaFigura.ui -o
build/frmDesaFigura.h

My program is made with Qt4 ( I think 4.3 or 4.5: I can not remember). I
think it is normal that the code has problems to compile with the Qt3!


>>Your search - 0x1D019F05 - did not match any public keys. :-/
>>Is it uploaded to a keyserver?

I don't uploaded my GPG key to a keyserver. I tried to, but did not work
properly: I have not investigating why it did not work :-)   My experience
with the GPG is short, sorry!

Regards!

I. De Marchi
-- 
View this message in context: 
http://old.nabble.com/RFS-glpeces%2C-What-is-the-problem--tp27813138p27839991.html
Sent from the debian-mentors mailing list archive at Nabble.com.


--
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/27839991.p...@talk.nabble.com



Re: RFS: totem-plugin-arte

2010-03-09 Thread Nicolas Delvaux
Le mardi 09 mars 2010 à 19:12 +0100, Erik Schanze a écrit :
> Hi,
> 
> Nicolas Delvaux Nicolas Delvaux :
> > I am looking for a sponsor for my package "totem-plugin-arte".
> > 
> > * Package name: totem-plugin-arte
> >   Version : 0.8.1-1
> >   Upstream Author : Simon Wenner 
> > * URL : http://gitorious.org/totem-plugin-arte
> > * License : GPL v2+
> >   Section : gnome
> > 
> > It builds this binary package:
> > totem-plugin-arte - This plugin allows you to watch streams from arte.tv on 
> > totem
> > 
> > The package appears to be lintian clean.
> > 
> > The upload would fix this bug: 572919
> > 
> > My motivation for maintaining this package is to provide users with a 
> > simple, usefull and just great plugin.
> > 
> > The package can be found on mentors.debian.net:
> > - URL: http://mentors.debian.net/debian/pool/main/t/totem-plugin-arte
> > - Source repository: deb-src http://mentors.debian.net/debian unstable main 
> > contrib non-free
> > - dget 
> > http://mentors.debian.net/debian/pool/main/t/totem-plugin-arte/totem-plugin-arte_0.8.1-1.dsc
> > 
> 
> AFAIK they use very strict Geo-Localisation to block users from outside
> of some selected European Countries.
> 
> Is this siutable for main then? Isn't it a usage restriction which
> make it better fitting into contrib, is it?

I see your point.

But as far as I know main require only free *software* and so free
licences whereas contrib packages depend on other *software* that is not
free.
http://www.debian.org/distrib/packages.html

I mean that there is no restriction to use this plugin from anywhere. It
will work, but the arte.tv feed may be unavailable. Arte policy is not
written in stone, and we can hope that they will extend availability if
there is enough demand. For the time being, it's also possible to use a
proxy or a vpn (well, "auto-proxy if needed" may be a good TODO, I will
propose it upstream).

I'm not aware of a past similar case so it's interesting ;)


Best regards,

-- 
Nicolas Delvaux 


-- 
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/1268161244.2297.38.ca...@nicolas-laptop



Re: RFS: complearn-gui (QA upload, solves RC bug)

2010-03-09 Thread Christoph Egger
On Tue, Mar 09, 2010 at 06:25:38PM +0100, Johann Felix Soden wrote:
> - dget 
> http://mentors.debian.net/debian/pool/main/c/complearn-gui/complearn-gui_1.0.7-2.dsc

Uploaded, thanks!

Christoph

-- 
/"\  ASCII Ribbon : GPG-Key ID: 0xD49AE731
\ /Campaign   : CaCert Assurer
 X   against HTML : Debian Maintainer
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/


signature.asc
Description: Digital signature


Re: RFS: totem-plugin-arte

2010-03-09 Thread Erik Schanze
Hi,

Nicolas Delvaux Nicolas Delvaux :
> Le mardi 09 mars 2010 à 19:12 +0100, Erik Schanze a écrit :
> > Nicolas Delvaux Nicolas Delvaux :
> > > I am looking for a sponsor for my package "totem-plugin-arte".
> > > 
> > > * Package name: totem-plugin-arte
> > >   Version : 0.8.1-1
> > >   Upstream Author : Simon Wenner 
> > > * URL : http://gitorious.org/totem-plugin-arte
> > > * License : GPL v2+
> > >   Section : gnome
> > > 
> > > It builds this binary package:
> > > totem-plugin-arte - This plugin allows you to watch streams from arte.tv 
> > > on totem
> > > 
> > > The package appears to be lintian clean.
> > > 
> > > The upload would fix this bug: 572919
> > > 
> > > My motivation for maintaining this package is to provide users with a 
> > > simple, usefull and just great plugin.
> > > 
> > > The package can be found on mentors.debian.net:
> > > - URL: http://mentors.debian.net/debian/pool/main/t/totem-plugin-arte
> > > - Source repository: deb-src http://mentors.debian.net/debian unstable 
> > > main contrib non-free
> > > - dget 
> > > http://mentors.debian.net/debian/pool/main/t/totem-plugin-arte/totem-plugin-arte_0.8.1-1.dsc
> > > 
> > 
> > AFAIK they use very strict Geo-Localisation to block users from outside
> > of some selected European Countries.
> > 
> > Is this siutable for main then? Isn't it a usage restriction which
> > make it better fitting into contrib, is it?
> 
> I see your point.
> 
> But as far as I know main require only free *software* and so free
> licences whereas contrib packages depend on other *software* that is not
> free.
> http://www.debian.org/distrib/packages.html
> 

We had the same discussion on programs which were only be useful with
non-free data (Sorry, I don't remember the name) and the conclusion was
that the maintainer should aquire some free data so the package could be
used freely from anyone to place it into main.

> I mean that there is no restriction to use this plugin from anywhere. It
> will work, but the arte.tv feed may be unavailable. 

For what is the plugin useful, if it can not get its data? Is there any
free usecase, from anywhere?
If no, main should not be the right place.

> Arte policy is not
> written in stone, and we can hope that they will extend availability if
> there is enough demand.

So it could be moved from contrib to main then.

> For the time being, it's also possible to use a
> proxy or a vpn (well, "auto-proxy if needed" may be a good TODO, I will
> propose it upstream).
>
Is this legal?
 
> I'm not aware of a past similar case so it's interesting ;)
> 

There were some, but I didn't find it quickly.
Perhaps any of the other readers will remember?



Kind regards,

Erik


-- 
 www.ErikSchanze.de *
 Bitte keine HTML-E-Mails! No HTML mails, please! Limit: 100 kB *


--
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/201003092150.06342.schan...@gmx.de



Re: RFS: cobertura (updated package, new upstream release for a package already in Debian)

2010-03-09 Thread Torsten Werner
Hi Miguel,

On Sun, Mar 7, 2010 at 5:42 AM, Miguel Landaeta  wrote:
> - Vcs-Git: git://git.debian.org/svn/pkg-java/cobertura.git

It is /git/ not /svn/ ;-)

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

done

Thanks,
Torsten


-- 
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/a90bfcf1003091350w6910acedj42073fd35405d...@mail.gmail.com



Re: RFS: totem-plugin-arte

2010-03-09 Thread Nicolas Delvaux
> > > > I am looking for a sponsor for my package "totem-plugin-arte".
> > > > 
> > > > * Package name: totem-plugin-arte
> > > >   Version : 0.8.1-1
> > > >   Upstream Author : Simon Wenner 
> > > > * URL : http://gitorious.org/totem-plugin-arte
> > > > * License : GPL v2+
> > > >   Section : gnome
> > > > 
> > > > It builds this binary package:
> > > > totem-plugin-arte - This plugin allows you to watch streams from 
> > > > arte.tv on totem
> > > > 
> > > > The package appears to be lintian clean.
> > > > 
> > > > The upload would fix this bug: 572919
> > > > 
> > > > My motivation for maintaining this package is to provide users with a 
> > > > simple, usefull and just great plugin.
> > > > 
> > > > The package can be found on mentors.debian.net:
> > > > - URL: http://mentors.debian.net/debian/pool/main/t/totem-plugin-arte
> > > > - Source repository: deb-src http://mentors.debian.net/debian unstable 
> > > > main contrib non-free
> > > > - dget 
> > > > http://mentors.debian.net/debian/pool/main/t/totem-plugin-arte/totem-plugin-arte_0.8.1-1.dsc
> > > > 
> > > 
> > > AFAIK they use very strict Geo-Localisation to block users from outside
> > > of some selected European Countries.
> > > 
> > > Is this siutable for main then? Isn't it a usage restriction which
> > > make it better fitting into contrib, is it?
> > 
> > I see your point.
> > 
> > But as far as I know main require only free *software* and so free
> > licences whereas contrib packages depend on other *software* that is not
> > free.
> > http://www.debian.org/distrib/packages.html
> > 
> 
> We had the same discussion on programs which were only be useful with
> non-free data (Sorry, I don't remember the name) and the conclusion was
> that the maintainer should aquire some free data so the package could be
> used freely from anyone to place it into main.
>
> > I mean that there is no restriction to use this plugin from anywhere. It
> > will work, but the arte.tv feed may be unavailable. 
> 
> For what is the plugin useful, if it can not get its data? Is there any
> free usecase, from anywhere?
> If no, main should not be the right place.

It's quite understandable and there is no problem for me to target
contrib instead of main, I just interpreted the "main" definition word
for word, and AFAIK it only talk about software ;)

> > Arte policy is not
> > written in stone, and we can hope that they will extend availability if
> > there is enough demand.
> 
> So it could be moved from contrib to main then.
It's ok for me.

> > For the time being, it's also possible to use a
> > proxy or a vpn (well, "auto-proxy if needed" may be a good TODO, I will
> > propose it upstream).
> >
> Is this legal?

After some investigations, it looks like it may be illegal.

But this is not clear, I was unable to find any "terms of use" page,
terms are spread on the plus7.arte.tv website.


> > I'm not aware of a past similar case so it's interesting ;)
> > 
> 
> There were some, but I didn't find it quickly.
> Perhaps any of the other readers will remember?

One last thing:
I saw that totem-plugins (which featured the youtube plugin) is in main.
But videos on youtube are not free, are they? So, what about this?


Kind regards,

Nicolas

ps: I updated the source package. The section is now set to "video" so
it's now consistent with other totem packages


-- 
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/1268176761.5159.75.ca...@nicolas-laptop



New packager

2010-03-09 Thread Fabrizio Furnari
Hi all,
first of all presentations: I'm Fabrizio, Italian, Linux sysadm who's
involved from looong time in Debina/Ubuntu/FSF, and so on.
I'm an active developer for ArcheOS (www.archeos.eu), a Squeeze-based distro
for archaeological purposes, still in development but very promising.
For that distro me and my colleagues need to include a lot of packages that
are not in official Debian repositories, so we start the hard packaging
work. Navigating through the various howto and guides I've decided to kill
two birds with one stone and become a DM/DD, starting, of course, with
packaging.
Now, the great of the software we need in ArcheOS are in Java, some are web
applications (some webGIS, and so on). Licensing is not a problem but
packaging is a little more difficult than usual, so the conclusion to write
in this ML to ask help to you: I need someone that can assist me in
packaging and later will guide me through the process to became a DD.
What do you think about? I'm forgetting something? I'm too arrogant?

Ciao,

Fabrizio
-- 
@P=split//,".URRUU\c8R";@d=split//,"\niranruF oizirbaF";sub p{
@p{"r$p","u$p"}=(P,P);pipe"r$p","u$p";++$p;($q*=2)+=$f=!fork;map{$P=$P[$f^ord
($p{$_})&6];$p{$_}=/
^$P/ix?$P:close$_}keys%p}p;p;p;p;p;map{$p{$_}=~/^[P.]/&&
close$_}%p;wait until$?;map{/^r/&&<$_>}%p;$_=$d[$q];sleep
rand(2)if/\S/;print


RFS: Clamz

2010-03-09 Thread Chris
Greetings Master Mentors!

I am looking for a sponsor for my first attempt at packaging.

The package can be found on mentors.debian.net (see below please).

All praises (and ALL negative comments) are welcome!

Thanks for your time and consideration.
-

Package Name: 
 Clamz 0.2-1

Licence: 
 GPL v3

Short Description:  
 A command-line program to download MP3's from Amazon.

Long Description:
 Clamz is intended to serve as a substitute for Amazon's official
 MP3 Downloader, which is not free software. Clamz can be used to
 download either individual songs or complete albums that you have
 purchased from Amazon.

Package Location: 
 http://mentors.debian.net/debian/pool/contrib/c/clamz


-- 
Regards,

Chris

"When the people fear their government, there is tyranny; when the
government fears the people, there is liberty."

   -- Thomas Jefferson


-- 
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/20100309180101.0cf02...@makeworld.com



Re: RFS: ceph

2010-03-09 Thread Asheesh Laroia

On Tue, 9 Mar 2010, Asheesh Laroia wrote:


On Sat, 6 Mar 2010, Asheesh Laroia wrote:


On Tue, 2 Mar 2010, Sage Weil wrote:


On Thu, 11 Feb 2010, Asheesh Laroia wrote:

On Tue, 9 Feb 2010, Sage Weil wrote:
Ok, the build is fixed (man_MANS vs dist_man_MANS in the 
man/Makefile.am),

and pbuilder is behaving fine on my other box.  The updated .dsc is at

http://ceph.newdream.net/debian/dists/unstable/main/source/ceph_0.18git20100209082702-1.dsc


eek, have no spare time while prepping for a PyCon talk and
conference.freeculture.org this weekend. Ping me in 10 days?


Hi Asheesh,

I've rebuilt packages for the latest release (0.19.1).  The .dsc is at

http://ceph.newdream.net/debian/pool/ceph-stable/c/ceph/ceph_0.19.1-1.dsc

I've also futzed around with my scripts for building .debs for the
ceph.newdream.net repository (now using pbuilder, reprepro).  I suspect
I'm not quite doing the right thing wrt package versions for the different
distributions (I'm appending something like ~bpo50+1 for lenny .deb,
etc.), but for now at least it works well enough for the separate
repository.  And I'm not sure it's that important from the perspective of
getting the packages in sid anyway.

There is also a ceph-kclient package with the source code for the kernel
module:

http://ceph.newdream.net/debian/pool/ceph-stable/c/ceph-kclient/ceph-kclient_0.19.1-1.dsc

As I understand it there is some make-kpkg magic that is supposed to build
it automagically (if it's properly packaged) but I haven't found any good
documentation on how that should be done for standalone modules.


I'm behind on this, but I hope to look again deeper by Monday evening.


Reviewing now. Initial thoughts:

* Your diff.gz is empty. I guess that's better than making this a native 
package, but other maintainers will prefer that the debian directory be added 
during in the diff.gz. I think the ftpmasters might find your way a little 
shocking.


* You should remove the commented-out dh_* lines in debian/rules.


Generally a great package. Hey other mentors -- is an empty .diff.gz 
something that will make the ftpmasters upset?


If not, I will upload it immediately. Sage, I hope we work together to 
improve the other issues, but they're minor bugs compared to the great 
work you've done so far.


-- Asheesh.

--
Do more than anyone expects, and pretty soon everyone will expect more.


--
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/alpine.deb.2.00.1003092111030.8...@localhost



Re: New packager

2010-03-09 Thread Matthew Palmer
On Wed, Mar 10, 2010 at 12:53:46AM +0100, Fabrizio Furnari wrote:
> Now, the great of the software we need in ArcheOS are in Java, some are web
> applications (some webGIS, and so on). Licensing is not a problem but
> packaging is a little more difficult than usual, so the conclusion to write
> in this ML to ask help to you: I need someone that can assist me in
> packaging and later will guide me through the process to became a DD.
> What do you think about? I'm forgetting something?

You've forgetten to provide a specific, answerable question.  We don't
generally "pair up" with someone straight off the bat (although over time
you'll no doubt find yourself talking to the same subset of people, as they
deal with similar issues you do).  But for now, ask specific and detailed
questions on this list, and hope that someone's come across the problem too
and solved it.  Providing the complete source package you're dealing with,
for examination, is also strongly encouraged.

> I'm too arrogant?

There's no such thing as "too" arrogant.

- Matt


-- 
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/20100310043024.gm13...@hezmatt.org



Re: RFS: ceph

2010-03-09 Thread Sage Weil
On Tue, 9 Mar 2010, Asheesh Laroia wrote:
> > Reviewing now. Initial thoughts:
> > 
> > * Your diff.gz is empty. I guess that's better than making this a native
> > package, but other maintainers will prefer that the debian directory be
> > added during in the diff.gz. I think the ftpmasters might find your way a
> > little shocking.
> > 
> > * You should remove the commented-out dh_* lines in debian/rules.
> 
> Generally a great package. Hey other mentors -- is an empty .diff.gz something
> that will make the ftpmasters upset?
> 
> If not, I will upload it immediately. Sage, I hope we work together to improve
> the other issues, but they're minor bugs compared to the great work you've
> done so far.

Thanks!  I'm moving debian/ into the diff.gz and cleaning out 
debian/rules, but will need some time to remember what my problem was with 
dh_strip (IIRC I couldn't make it generate multiple -dbg versions for the 
various binary .debs?).

I'm having one other problem: I'm using pbuilder to build debs on multiple 
platforms.  So I used dpkg-source -b to generate the original .dsc and 
.diff.gz.  Then copy these to another platform (i386 in this case) and run 
something like

sudo pbuilder build --basetgz ~/debian-base/sid.tgz --distribution sid  \
--buildresult release/0.19.1/out --debbuildopts -j`grep -c processor \
/proc/cpuinfo` release/0.19.1/ceph_0.19.1-1.dsc

The problem is that pbuilder is generating a _new_ .dsc and .diff.gz, with 
a slightly different md5sum (maybe in a timestamp in the .gz?), and the 
.changes file references the new .dsc.  Which then makes reprepro complain 
when I try to put it in the repository.  Shouldn't there be a single 
version of the .dsc and .diff.gz for all platforms?  Is there any reason 
pbuilder is generating a new one, and/or is there a way to make it not do 
that?  (I'm running pbuilder on lenny, if that's relevant... maybe I 
should try on a i386 sid machine.)

Also, should I be signing the .dsc?

Thanks!
sage


-- 
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/pine.lnx.4.64.1003092059060.7...@cobra.newdream.net