Re: RFS: dhttpd (updated package)

2009-05-16 Thread Rogério Brito
Hi, Ryan.

On May 13 2009, Ryan Niebur wrote:
 I am looking for a sponsor for the new version 1.02a-18
 of my package dhttpd.
 
 It builds these binary packages:
 dhttpd - minimal secure webserver without cgi-bin support

I'm quite short on time and can't review your package, but updating
dhttpd is a very nice thing. Thanks.


Regards, Rogério.

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Upload just to fix a watch file?

2009-05-16 Thread Rogério Brito
On May 14 2009, Paul Wise wrote:
 On Thu, May 14, 2009 at 5:48 PM, Andrea Bolognani e...@kiyuko.org wrote:
  I'm not sure my English is up to the task... Moreover, being both
  upstream author and Debian maintainer, am I not a little too biased?
  ;)
 
 Also, I don't think debaday has more of an issue with lack of content
 than any issue with upstream/Debian maintainers submitting articles.

A tutorial showing how beef works would be very nice. Also, the upstream
author is a person that knows the program inside out and this is a good
thing for a well informed article (instead of some that have factual
errors).

A tutorial on brainfuck (not only on beef) would be nice, BTW. :-)


Regards,

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Dash and dot in package version

2009-05-16 Thread Jan Hauke Rahm
Hi,

On Fri, May 15, 2009 at 10:00:00PM -0700, Ludovico Cavedon wrote:
 My actual problem is:
 -current version of qutecom is 2.2~rc3.dfsg1
 -as per lintian warning, the next version will be +dfsg1 instead of
 .dfsg1
 -latest upstream version is still 2.2~rc3, but I would like to upload a
 more recent snapshot from upstream hg. What would be the correct
 packager version?
 
 - 2.2~rc3+hg365+dfsg1, being lucky that +hg comes after +dfsg
 - 2.2~rc3-hg365+dfsg1, but would have the - any drawback I do not see?

What about actually checking some possibilities:

$ dpkg --compare-versions 2.2~rc3+hg365+dfsg1 gt 2.2~rc3.dfsg1  echo true
$ dpkg --compare-versions 2.2~rc3+hg365.dfsg1 gt 2.2~rc3.dfsg1  echo true
$ dpkg --compare-versions 2.2~rc3.dfsg1+hg365 gt 2.2~rc3.dfsg1  echo true
true
$ dpkg --compare-versions 2.2~rc3+hg365+dfsg1 gt 2.2~rc3.dfsg1  echo true
$ dpkg --compare-versions 2.2~rc3-hg365.dfsg1 gt 2.2~rc3.dfsg1  echo true
$ dpkg --compare-versions 2.2~rc3.dfsg1+hg365 gt 2.2~rc3.dfsg1  echo true
true
$ dpkg --compare-versions 2.2~rc3.hg365.dfsg1 gt 2.2~rc3.dfsg1  echo true
true
$ dpkg --compare-versions 2.2~rc3+hg365+dfsg1 gt 2.2~rc3+dfsg1  echo true
true

Seems like you need to trick a bit and change your versioning...

Cheers,
Hauke


signature.asc
Description: Digital signature


Re: RFS (take 2): libapache2-mod-authz-unixgroup

2009-05-16 Thread LI Daobing
Hello,

On Sat, May 16, 2009 at 06:05, Hai Zaar haiz...@haizaar.com wrote:
 On Fri, May 15, 2009 at 6:19 PM, Didier Raboud did...@raboud.com wrote:
 Hai Zaar wrote:

 The author has responded and added copyright, but not released another
 version for it, so its currently only in SVN trunk:
 http://code.google.com/p/mod-auth-external/source/detail?r=62#
 Can I just add this as a patch to a current release?

 If necessary, I would rather be clean and go for a 3.2.3+svn62-1
 I've repackaged it using tarball from svn export. Now the version is
 1.0.1+svn67. Thanks for the hint.

 LI, I've re-uploaded the fixed package. I guess we go on now.

comments for:
dget 
http://mentors.debian.net/debian/pool/main/l/libapache2-mod-authz-unixgroup/libapache2-mod-authz-unixgroup_1.0.1+svn67-1.dsc

sounds the last issue:
1. debian/copyright:
a. you should provide a link to /usr/share/common-licenses/Apache-2.0
b. you should declare the license of your packaging works

you can take a look on the following file:
/usr/share/debhelper/dh_make/licenses/apache

thanks.

-- 
Best Regards
LI Daobing


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: libmemcached

2009-05-16 Thread LI Daobing
On Fri, May 15, 2009 at 00:22, Monty Taylor mord...@inaugust.com wrote:
 LI Daobing wrote:
 On Wed, May 13, 2009 at 02:35, Monty Taylor mord...@inaugust.com wrote:
 LI Daobing wrote:

 2. /usr/bin/memstat in libmemcached-tools is conflict with the same
 file in memstat package[1], one solution is install it as
 memstat.libmemcached and document this in README.Debian
 http://packages.qa.debian.org/m/memstat.html
 Done.

 README.Debian should be installed to libmemcached-tools instead of
 libmemcached-dev.

 Doh. Fixed.

 3. consider remove the .la file if you already have a .pc file.
 Is that a policy/best practice for library packages?

 ok, consider there is no conclusion here. you can keep this file there. :)

 Alright. Keeping it there for now - but I'll make sure to follow the
 ongoing conversation.

 New version with fixes above pushed to mentors.

uploaded.



-- 
Best Regards
LI Daobing


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS (take 2): libapache2-mod-authz-unixgroup

2009-05-16 Thread Hai Zaar
On Sat, May 16, 2009 at 10:24 AM, LI Daobing lidaob...@gmail.com wrote:
 Hello,

 On Sat, May 16, 2009 at 06:05, Hai Zaar haiz...@haizaar.com wrote:
 On Fri, May 15, 2009 at 6:19 PM, Didier Raboud did...@raboud.com wrote:
 Hai Zaar wrote:

 The author has responded and added copyright, but not released another
 version for it, so its currently only in SVN trunk:
 http://code.google.com/p/mod-auth-external/source/detail?r=62#
 Can I just add this as a patch to a current release?

 If necessary, I would rather be clean and go for a 3.2.3+svn62-1
 I've repackaged it using tarball from svn export. Now the version is
 1.0.1+svn67. Thanks for the hint.

 LI, I've re-uploaded the fixed package. I guess we go on now.

 comments for:
 dget 
 http://mentors.debian.net/debian/pool/main/l/libapache2-mod-authz-unixgroup/libapache2-mod-authz-unixgroup_1.0.1+svn67-1.dsc

 sounds the last issue:
 1. debian/copyright:
    a. you should provide a link to /usr/share/common-licenses/Apache-2.0
    b. you should declare the license of your packaging works

 you can take a look on the following file:
 /usr/share/debhelper/dh_make/licenses/apache

I've rewritten it according to DEP-5 together with fixes your the
issues you've mentioned. Re-uploaded.

P.S. My Lenny system does not have /usr/share/debhelper/dh_make/licenses/apache

Thanks,
-- 
Zaar


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS (take 2): libapache2-mod-authz-unixgroup

2009-05-16 Thread LI Daobing
Hello,

On Sat, May 16, 2009 at 15:43, Hai Zaar haiz...@haizaar.com wrote:
 On Sat, May 16, 2009 at 10:24 AM, LI Daobing lidaob...@gmail.com wrote:
 Hello,

 On Sat, May 16, 2009 at 06:05, Hai Zaar haiz...@haizaar.com wrote:
 On Fri, May 15, 2009 at 6:19 PM, Didier Raboud did...@raboud.com wrote:
 Hai Zaar wrote:

 The author has responded and added copyright, but not released another
 version for it, so its currently only in SVN trunk:
 http://code.google.com/p/mod-auth-external/source/detail?r=62#
 Can I just add this as a patch to a current release?

 If necessary, I would rather be clean and go for a 3.2.3+svn62-1
 I've repackaged it using tarball from svn export. Now the version is
 1.0.1+svn67. Thanks for the hint.

 LI, I've re-uploaded the fixed package. I guess we go on now.

 comments for:
 dget 
 http://mentors.debian.net/debian/pool/main/l/libapache2-mod-authz-unixgroup/libapache2-mod-authz-unixgroup_1.0.1+svn67-1.dsc

 sounds the last issue:
 1. debian/copyright:
    a. you should provide a link to /usr/share/common-licenses/Apache-2.0
    b. you should declare the license of your packaging works

 you can take a look on the following file:
 /usr/share/debhelper/dh_make/licenses/apache

 I've rewritten it according to DEP-5 together with fixes your the
 issues you've mentioned. Re-uploaded.
uploaded.



 P.S. My Lenny system does not have 
 /usr/share/debhelper/dh_make/licenses/apache

package dh-make 0.48 has this file.


-- 
Best Regards
LI Daobing


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Dash and dot in package version

2009-05-16 Thread Ludovico Cavedon
On Sat, May 16, 2009 at 12:22 AM, Jan Hauke Rahm i...@jhr-online.de wrote:
 - 2.2~rc3-hg365+dfsg1, but would have the - any drawback I do not see?

Ups, this does not work.

 What about actually checking some possibilities:

 $ dpkg --compare-versions 2.2~rc3+hg365+dfsg1 gt 2.2~rc3.dfsg1  echo true

Thanks for the suggestion, dpkg --compare-version will be useful!

I think that the hg365 pare should come before dfsg1, i.e. upstram
version before debian repackaging

 $ dpkg --compare-versions 2.2~rc3.hg365.dfsg1 gt 2.2~rc3.dfsg1  echo true
 true
 $ dpkg --compare-versions 2.2~rc3+hg365+dfsg1 gt 2.2~rc3+dfsg1  echo true
 true

 2.2~rc3.hg365+dfsg1 is an interesting alternative. However I think is
is not advisable for the same reason why +dfsg1 is better than
.dfsg1.

If in the future I want to do something like 2.3.hg789, and upstread
releases 2.3.1, this is going to be troublesome as:

dpkg --compare-versions  2.3.1 gt 2.3.hg789
is false

so I think I'll go for
2.2~rc3+hg365+dfsg1

Thanks for the hints,
Ludovico


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: libmemcached

2009-05-16 Thread LI Daobing
Hello,
On Fri, May 15, 2009 at 00:32, Matthias Julius m...@julius-net.net wrote:
 LI Daobing lidaob...@gmail.com writes:

 3. consider remove the .la file if you already have a .pc file.

 Is that a policy/best practice for library packages?

 ok, consider there is no conclusion here. you can keep this file there. :)

 But there seems to be a preference to remove it if rdepends don't need
 it.

Robert Collins mentioned that maybe this is still under discussion:
http://bit.ly/mJ9mD


-- 
Best Regards
LI Daobing


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: dhttpd (updated package)

2009-05-16 Thread LI Daobing
Hello,

On Wed, May 13, 2009 at 16:27, Ryan Niebur ryanrya...@gmail.com wrote:
 Dear mentors,

 I am looking for a sponsor for the new version 1.02a-18
 of my package dhttpd.

 It builds these binary packages:
 dhttpd     - minimal secure webserver without cgi-bin support

 The package appears to be lintian clean.

 The upload would fix these bugs: 333553, 447580, 455410, 468845, 468872, 
 516055, 525948

 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/d/dhttpd
 - Source repository: deb-src http://mentors.debian.net/debian unstable main 
 contrib non-free
 - dget http://mentors.debian.net/debian/pool/main/d/dhttpd/dhttpd_1.02a-18.dsc

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

comments:

1. can you provide more information in the manpage. for example, it
can't list dir for you, the default file is index.html (or some other
files will also be OK)

thanks.


-- 
Best Regards
LI Daobing


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: fpm2 (updated package)

2009-05-16 Thread LI Daobing
Hello,

On Thu, May 14, 2009 at 18:21, Wen-Yen Chuang ca...@calno.com wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Dear mentors,

 I am looking for a sponsor for the new version 0.75-1
 of my package fpm2.

 The upload would fix those bugs:
 #516196 Blowfish selftest failed: At startup password prompt.
        Please try again.
 Severity: important

 #493317 DEFAULTS is no longer the default on start-up
 Severity: wishlist

 It builds the binary package: fpm2

 Description: a password manager with GTK+ 2.x GUI
  Figaro's Password Manager 2 (FPM2) is a program that allows you to
  securely store the passwords. Passwords are encrypted with the AES-256
  algorithm.
  .
  If the password is for a web site, FPM2 can keep track of the URLs of
  your login screens and can automatically launch your browser. In this
  capacity, FPM2 acts as a kind of bookmark manager. You can teach FPM2
  to launch other applications, and optionally pass hostnames, usernames
  or passwords to the command line.
  .
  FPM2 also has a password generator that can choose passwords for you.
  It allows you to determine how long the password should be, and what
  types of characters (lower case, upper case, numbers and symbols)
  should be used. You can even have it avoid ambiguous characters such as
  a capital O or the number zero.

 The package is lintian clean.

 The package can be found on mentors.debian.net:
 - - dget http://mentors.debian.net/debian/pool/main/f/fpm2/fpm2_0.75-1.dsc

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

updated.

thanks.

-- 
Best Regards
LI Daobing


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: keynav (updated package) - keyboard-driven mouse cursor mover

2009-05-16 Thread LI Daobing
Hello,

On Tue, Apr 14, 2009 at 14:58, Wen-Yen Chuang ca...@calno.com wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Dear mentors,

 I am looking for a sponsor for the new version 0.20080614.01-1
 of my package keynav.

 The upload would fix those bugs:
 #487024 new upstream available fixes crashes
 Severity: normal

 #487023 missing documentation
 Severity: normal

 It builds the binary package: keynav

 Description: a keyboard-driven mouse cursor mover
  Keynav makes your keyboard a fast mouse cursor mover. You can move the
  cursor to any point on the screen with a few key strokes. It also
  simulates mouse click. You can do everything mouse can do with a
  keyboard.

 The package is lintian clean.

 The package can be found on mentors.debian.net:
 - - dget
 http://mentors.debian.net/debian/pool/main/k/keynav/keynav_0.20080614.01-1.dsc


uploaded.

thanks.


-- 
Best Regards
LI Daobing


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: evilvte (updated package) - VTE terminal emulator

2009-05-16 Thread LI Daobing
On Tue, Apr 14, 2009 at 14:27, Wen-Yen Chuang ca...@calno.com wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Dear mentors,

 I am looking for a sponsor for the new version 0.4.4.1-1
 of my package evilvte.

 The upload would fix the bug:
 #518513 backspace sends \0 under gnu screen
 Severity: normal

 It builds the binary package: evilvte

 Description: an VTE based super lightweight terminal emulator
  evilvte is a terminal emulator. It supports almost everything VTE
  provides. It also supports tabs, tabbar autohide, and switch encoding
  at runtime. Configuration is via editing source code and recompilation.
  .
  This build provides all runtime changeable options in the right-click
  menu.

 The package is lintian clean.

 The package can be found on mentors.debian.net:
 - - dget
 http://mentors.debian.net/debian/pool/main/e/evilvte/evilvte_0.4.4.1-1.dsc

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


uploaded.


-- 
Best Regards
LI Daobing


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: hping3

2009-05-16 Thread LI Daobing
On Fri, May 15, 2009 at 20:39, Guillaume Delacour g...@iroqwa.org wrote:
 Dear mentors,

 I am looking for a sponsor for my package hping3.

 * Package name    : hping3
  Version         : 3.a2.ds2-4
  Upstream Author : Salvatore Sanfilippo anti...@invece.org
 * URL             : http://www.hping.org/download.php
 * License         : BSD and GPL-2
  Section         : net

 It builds these binary packages:
 hping3     - Active Network Smashing Tool

 The package appears to be lintian clean.

 The upload would fix these bugs: 482844, 522830

 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/h/hping3
 - Source repository: deb-src http://mentors.debian.net/debian unstable
 main contrib non-free
 - dget
 http://mentors.debian.net/debian/pool/main/h/hping3/hping3_3.a2.ds2-4.dsc

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

uploaded.


-- 
Best Regards
LI Daobing


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: kplayer

2009-05-16 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

David Palacio schrieb:
 - URL: http://mentors.debian.net/debian/pool/main/k/kplayer

 * debian/control:
 - The bugs field is useless here
Now format is useless
 - Please add the homepage field
There is a doubled http://

 * debian/copyright:
 - You may leave your own copyright there
 - The files in doc/ are licensed with the GFDL, see COPYING-DOCS
 They are not being installed. Or do you want them out of sources too?

If they are in the tarball, they have to be listed in copyright.

Also here is another warning:
P: kplayer: experimental-to-unstable-without-comment

You may add a ITP or overtake an existing and close it with your firstz
initial debian upload.

You also want to add a menu file.

- --
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org

Comment:
Always if we think we are right,
we were maybe wrong.
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkoOigAACgkQ2XA5inpabMcACACdFOv9I41x6uGJFQiqgYP3EIQ/
3/EAniDXLPyvfXyR1ZtHtvoUxzF9KS7v
=IHum
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Dash and dot in package version

2009-05-16 Thread Felipe Sateler
Ludovico Cavedon wrote:

 Hi,
 
 I could not find exactly how - and . are ordered in package names.
 Are they equivalent, counting as non-digits?
 
 My actual problem is:
 -current version of qutecom is 2.2~rc3.dfsg1
 -as per lintian warning, the next version will be +dfsg1 instead of
 .dfsg1
 -latest upstream version is still 2.2~rc3, but I would like to upload a
 more recent snapshot from upstream hg. What would be the correct
 packager version?
 
 - 2.2~rc3+hg365+dfsg1, being lucky that +hg comes after +dfsg
 - 2.2~rc3-hg365+dfsg1, but would have the - any drawback I do not see?

When adding a dfsg or whatever suffix, always use ~ to avoid problems like 
the one Jan pointed out. So your version would be 2.2~rc3~dfsg1, and then 
you bump to 2.2~rc3+hg123~dfsg1.

I think you should use 2.2~rc3.hg123~dfsg1 for now, and when 2.2 is released 
you go to 2.2.0~dfsg1 (the .0 is needed because dfsg sorts before rc3).

-- 
Felipe Sateler



-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: evilvte (updated package) - VTE terminal emulator

2009-05-16 Thread Y Giridhar Appaji Nag
Hi Wen-Yen,

On Tue, Apr 14, 2009 at 14:27, Wen-Yen Chuang ca...@calno.com wrote:
 I am looking for a sponsor for the new version 0.4.4.1-1
 of my package evilvte.

 It builds the binary package: evilvte

 Description: an VTE based super lightweight terminal emulator

Please have evilvte Provides: x-terminal-emulator in your next upload.

Giridhar

-- 
Y Giridhar Appaji Nag | http://appaji.net/


signature.asc
Description: Digital signature


Re: Dash and dot in package version

2009-05-16 Thread Noel David Torres Taño
On Saturday 16 May 2009 07:00:00 Ludovico Cavedon wrote:
 Hi,
 
 I could not find exactly how - and . are ordered in package names.
 Are they equivalent, counting as non-digits?
 
 My actual problem is:
 -current version of qutecom is 2.2~rc3.dfsg1
 -as per lintian warning, the next version will be +dfsg1 instead of
 .dfsg1
 -latest upstream version is still 2.2~rc3, but I would like to upload a
 more recent snapshot from upstream hg. What would be the correct
 packager version?
 
 - 2.2~rc3+hg365+dfsg1, being lucky that +hg comes after +dfsg
 - 2.2~rc3-hg365+dfsg1, but would have the - any drawback I do not see?
 
 Thanks,
 Ludovico
 
 

Try dpkg --compare-versions

Noel
er Envite


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


Re: RFS: debsigs (adopted, fixed bugs, updated)

2009-05-16 Thread Matthew Palmer
On Sat, May 16, 2009 at 06:44:54PM +0300, Peter Pentchev wrote:
 The package can be found on mentors.debian.net:
 dget -x 
 http://mentors.debian.net/debian/pool/main/d/debsigs/debsigs_0.1.15.dsc

curl: (22) The requested URL returned error: 404
dget: curl debsigs_0.1.15.dsc
http://mentors.debian.net/debian/pool/main/d/debsigs/debsigs_0.1.15.dsc
failed

Has this already been uploaded?

- Matt


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: debsigs (adopted, fixed bugs, updated)

2009-05-16 Thread Salvatore Bonaccorso
Hi

On Sun, May 17, 2009 at 07:41:44AM +1000, Matthew Palmer wrote:
 On Sat, May 16, 2009 at 06:44:54PM +0300, Peter Pentchev wrote:
  The package can be found on mentors.debian.net:
  dget -x 
  http://mentors.debian.net/debian/pool/main/d/debsigs/debsigs_0.1.15.dsc
 
 curl: (22) The requested URL returned error: 404
 dget: curl debsigs_0.1.15.dsc
 http://mentors.debian.net/debian/pool/main/d/debsigs/debsigs_0.1.15.dsc
 failed
 
 Has this already been uploaded?

It seems yes!

http://packages.qa.debian.org/d/debsigs/news/20090516T180202Z.html

Bests
Salvatore


signature.asc
Description: Digital signature


Re: Dash and dot in package version

2009-05-16 Thread Magnus Holmgren
On lördagen den 16 maj 2009, Felipe Sateler wrote:
 When adding a dfsg or whatever suffix, always use ~ to avoid problems like
 the one Jan pointed out. So your version would be 2.2~rc3~dfsg1, and then
 you bump to 2.2~rc3+hg123~dfsg1.

However, that won't work if you have already uploaded e.g. version 1.2-3 of a 
package, and then somebody files a bug that the tarball contains some 
non-free file, and you'd like to upload 1.2~dfsg-1 to fix it without waiting 
for a new upstream release.

-- 
Magnus Holmgrenholmg...@debian.org
Debian Developer 


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


Re: Dash and dot in package version

2009-05-16 Thread Ludovico Cavedon
On Sat, May 16, 2009 at 3:14 PM, Magnus Holmgren holmg...@debian.org wrote:
 On lördagen den 16 maj 2009, Felipe Sateler wrote:
 When adding a dfsg or whatever suffix, always use ~ to avoid problems like
 the one Jan pointed out. So your version would be 2.2~rc3~dfsg1, and then
 you bump to 2.2~rc3+hg123~dfsg1.

 However, that won't work if you have already uploaded e.g. version 1.2-3 of a
 package, and then somebody files a bug that the tarball contains some
 non-free file, and you'd like to upload 1.2~dfsg-1 to fix it without waiting
 for a new upstream release.

Yes, I agree with that (and also with
http://lintian.debian.org/tags/dfsg-version-with-period.html). dfsg it
is something that comes *after* the upstream release.

Thanks,
Ludovico


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Dash and dot in package version

2009-05-16 Thread Ludovico Cavedon
On Sat, May 16, 2009 at 4:08 PM, Ludovico Cavedon
ludovico.cave...@gmail.com wrote:
 On Sat, May 16, 2009 at 3:14 PM, Magnus Holmgren holmg...@debian.org wrote:
 On lördagen den 16 maj 2009, Felipe Sateler wrote:
 When adding a dfsg or whatever suffix, always use ~ to avoid problems like
 the one Jan pointed out. So your version would be 2.2~rc3~dfsg1, and then
 you bump to 2.2~rc3+hg123~dfsg1.

 However, that won't work if you have already uploaded e.g. version 1.2-3 of a
 package, and then somebody files a bug that the tarball contains some
 non-free file, and you'd like to upload 1.2~dfsg-1 to fix it without waiting
 for a new upstream release.

 Yes, I agree with that (and also with
 http://lintian.debian.org/tags/dfsg-version-with-period.html). dfsg it
 is something that comes *after* the upstream release.

I mean: repackaging for dfsg compliance is something that comes after
the upstream release, so +dfsg1 is the right one.

My problem is how to deal with hg375 in combination with +dfsg1.

Thanks,
Ludovivo


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



On upstream source tarballs and dpkg-source

2009-05-16 Thread Rogério Brito
On May 12 2009, LI Daobing wrote:
 and you need not (or should not) repack the upstream tarball if the
 upstream tarball is already in .tar.gz format. rename or make a soft
 link is enough.

There's no need to use a symlink. dpkg-source is smart enough to
understand a lot of odd-ball tarballs. See, for instance, my package
hfsprogs (which Apple calls diskdev_cmds or something similar).

If you unpack the orig.tar.gz from my package, you can see that
dpkg-source even renames the directory that would be created to
something that we want.


Regards, Rogério Brito.

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: libmemcached

2009-05-16 Thread Monty Taylor

LI Daobing wrote:

On Fri, May 15, 2009 at 00:22, Monty Taylor mord...@inaugust.com wrote:

LI Daobing wrote:

On Wed, May 13, 2009 at 02:35, Monty Taylor mord...@inaugust.com wrote:

LI Daobing wrote:


2. /usr/bin/memstat in libmemcached-tools is conflict with the same
file in memstat package[1], one solution is install it as
memstat.libmemcached and document this in README.Debian
http://packages.qa.debian.org/m/memstat.html

Done.

README.Debian should be installed to libmemcached-tools instead of
libmemcached-dev.

Doh. Fixed.


3. consider remove the .la file if you already have a .pc file.

Is that a policy/best practice for library packages?

ok, consider there is no conclusion here. you can keep this file there. :)

Alright. Keeping it there for now - but I'll make sure to follow the
ongoing conversation.

New version with fixes above pushed to mentors.


uploaded.


Awesome. Thanks!

Monty


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Dash and dot in package version

2009-05-16 Thread Felipe Sateler
Ludovico Cavedon wrote:

 On Sat, May 16, 2009 at 4:08 PM, Ludovico Cavedon
 ludovico.cave...@gmail.com wrote:
 On Sat, May 16, 2009 at 3:14 PM, Magnus Holmgren holmg...@debian.org
 wrote:
 On lördagen den 16 maj 2009, Felipe Sateler wrote:
 When adding a dfsg or whatever suffix, always use ~ to avoid problems
 like the one Jan pointed out. So your version would be 2.2~rc3~dfsg1,
 and then you bump to 2.2~rc3+hg123~dfsg1.

 However, that won't work if you have already uploaded e.g. version 1.2-3
 of a package, and then somebody files a bug that the tarball contains
 some non-free file, and you'd like to upload 1.2~dfsg-1 to fix it
 without waiting for a new upstream release.

 Yes, I agree with that (and also with
 http://lintian.debian.org/tags/dfsg-version-with-period.html). dfsg it
 is something that comes *after* the upstream release.
 
 I mean: repackaging for dfsg compliance is something that comes after
 the upstream release, so +dfsg1 is the right one.
 
 My problem is how to deal with hg375 in combination with +dfsg1.

Of course, you can always do 2.2~rc3+dfsg1+hg375 (a bit uglier, but works).

 
 Thanks,
 Ludovivo

-- 
Felipe Sateler



-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



RFC: Proposal for template for uploads

2009-05-16 Thread Rogério Brito
Hi.

After some time looking at some commonly complained lack of details in
requests for sponsoring, I took a few minutes and came up with the
template attached to this mail, based on the comments on top of what
mentors.d.n suggests.

This is all the information that I would like to know if I were
sponsoring packages from someone else and I think that others could,
perhaps, appreciate it.

The separation of parts of the document is also something to get more
legibility.

OK, I will stop now and just let you see it. Comment it. Modify
it. Adopt it. Trash it. It is yours.


Regards,

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org
Dear mentors,

I am looking for a sponsor for my package foo.

---

Its summary is:

* Package name: foo
  Version : version without Debian revision
  Debian Revision : Debian revision
  Upstream Author : Upstream Author em...@address.here.example.com
* URL : http://www.example.com/
* License : License here
  Language: C | C++ | Perl | Python | Any other
  Section : section
  Long description:
  put the long description here

---

It builds this/these binary package/s:
foo-binary01 - short description 01
foo-binary02 - short description 02
foo-binary03 - short description 03
...
foo-binaryn  - short description n

---

The latest entry in the Debian changelog is:
 the description that is contained in your .changes file

---

As required, I tested the package against unstable's version of lintian
and it (is|is not) lintian clean.

 list of possible lintian warnings

---

The package can be found at example.com:
- URL:
  http://example.com/debian/pool/main/f/foo
- Source repository:
  deb-src http://example.com/debian unstable main contrib non-free
- dget line:
  dget http://example.com/debian/pool/main/f/foo/foo_version-revision.dsc

---

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

Kind regards,
 Joe Doe Maintainer


Re: RFS: gnus -- A versatile news and mail reader for Emacsen

2009-05-16 Thread Rogério Brito
On May 11 2009, Russ Allbery wrote:
 Just to double-check: did you already know the background on this?  The
 gnus Debian package is not really recommended for most users.  Most
 users of Gnus are probably better off not installing the gnus Debian
 package and instead using the version that comes with Emacs.

Could any of you give a brief comment regarding what is the rationale?

I'm an Emacs user that wants to use it more and one of my next steps is
to get gnus to work (but the problem is that it seems to require another
degree on that). :-(


Thanks,

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: On upstream source tarballs and dpkg-source

2009-05-16 Thread LI Daobing
Hello,

2009/5/17 Rogério Brito rbr...@ime.usp.br:
 On May 12 2009, LI Daobing wrote:
 and you need not (or should not) repack the upstream tarball if the
 upstream tarball is already in .tar.gz format. rename or make a soft
 link is enough.

 There's no need to use a symlink. dpkg-source is smart enough to
 understand a lot of odd-ball tarballs. See, for instance, my package
 hfsprogs (which Apple calls diskdev_cmds or something similar).

 If you unpack the orig.tar.gz from my package, you can see that
 dpkg-source even renames the directory that would be created to
 something that we want.

I mean:

1. download foo-1.2.3.tar.gz
2. run ln -s foo-1.2.3.tar.gz foo_1.2.3.orig.tar.gz, so debuild can
recognize that you already have a orig tarball



-- 
Best Regards
LI Daobing


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFC: Proposal for template for uploads

2009-05-16 Thread Ben Finney
Rogério Brito rbr...@ime.usp.br writes:

 After some time looking at some commonly complained lack of details in
 requests for sponsoring, I took a few minutes and came up with the
 template attached to this mail, based on the comments on top of what
 mentors.d.n suggests.

I have done a brief scan of the proposed template, and I very much
approve. Implementing it as-is would already be a significant
improvement over the current template.

Thank you for this work.

-- 
 \   “A lot of people are afraid of heights. Not me, I'm afraid of |
  `\   widths.” —Steven Wright |
_o__)  |
Ben Finney


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: gnus -- A versatile news and mail reader for Emacsen

2009-05-16 Thread Russ Allbery
Rogério Brito rbr...@ime.usp.br writes:
 On May 11 2009, Russ Allbery wrote:

 Just to double-check: did you already know the background on this?
 The gnus Debian package is not really recommended for most users.
 Most users of Gnus are probably better off not installing the gnus
 Debian package and instead using the version that comes with Emacs.

 Could any of you give a brief comment regarding what is the rationale?

The version that ships with Emacs is more stable (often very stable,
which can be a drawback, but I've rarely had any trouble with it).  It
sometimes also has some Emacs-specific fixes that haven't made it into a
separate Gnus release yet, since Gnus releases separate from Emacs are
fairly rare these days.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: On upstream source tarballs and dpkg-source

2009-05-16 Thread Rogério Brito
Hi, LI.

On May 17 2009, LI Daobing wrote:
 1. download foo-1.2.3.tar.gz
 2. run ln -s foo-1.2.3.tar.gz foo_1.2.3.orig.tar.gz, so debuild can
 recognize that you already have a orig tarball

Yes, I understood that. I just replied to comment that dpkg-source is
more general than that, working with very weird package names.

Please, check my package hfsprogs to see what I mean. :-) I have
completely overridden Apple's naming. :-)


Regards,

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Regarding icons (was: Re: RFS: udav)

2009-05-16 Thread Rogério Brito
On May 11 2009, Paul Wise wrote:
 Alternately depend on or use icons from the tango icon library, which
 is now public domain:

Oh, nice. I just updated that info in the SVN repo of vrms. An update
will soon follow.


Regards, Rogério Brito.

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: How to create quilt-based source packages using debuild

2009-05-16 Thread Rogério Brito
Hi.

On May 03 2009, Benjamin Mesing wrote:
 I've tried to add Format: 3.0 (quilt) to the control file and a Format
 3 source package is correctly created (i.e. an orig.tar.gz and a
 debian.tar.gz), but that resulted in a lintian warning:
(...)

Does the archive accept 3.0 source packages already? If yes, then I
think that I will migrate some of my packages.

A loong time ago I converted one of my packages to the 3.0 (quilt)
format and I will see if I have it yet. I can upload it as a demo of the
result/process to create it.


Regards,

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: On upstream source tarballs and dpkg-source

2009-05-16 Thread Matthew Palmer
On Sun, May 17, 2009 at 12:07:31AM -0300, Rogério Brito wrote:
 Hi, LI.
 
 On May 17 2009, LI Daobing wrote:
  1. download foo-1.2.3.tar.gz
  2. run ln -s foo-1.2.3.tar.gz foo_1.2.3.orig.tar.gz, so debuild can
  recognize that you already have a orig tarball
 
 Yes, I understood that. I just replied to comment that dpkg-source is
 more general than that, working with very weird package names.

I saw nothing in Li's comments that implied that he believed that
dpkg-source was unable to work with arbitrary directories in tarballs.

 Please, check my package hfsprogs to see what I mean. :-) I have
 completely overridden Apple's naming. :-)

I'm sure that Li is well aware of how dpkg-source works.  I also think you
need to have an urgent and invasive emoticondectomy.

- Matt


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Lintian clean? (was: Re: RFS: mpview)

2009-05-16 Thread Rogério Brito
On May 05 2009, Paul Wise wrote:
 Please mail v...@debconf.org, they can help you with letters of
 invitation/etc if you need a visa to get into Spain.

I just discovered that I won't need to have a visa to get into Spain. I
would have problems, though, with attending debconf as I'm quite short
on money and I didn't register until Apr 15th. :-(

I guess that the work that I was planning on doing with debexpo won't be
as I would like. :-(


Regards,

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: How to create quilt-based source packages using debuild

2009-05-16 Thread Paul Wise
2009/5/17 Rogério Brito rbr...@ime.usp.br:

 Does the archive accept 3.0 source packages already? If yes, then I
 think that I will migrate some of my packages.

No:

http://bugs.debian.org/457345

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



RFS: gddrescue-1.10

2009-05-16 Thread Rince
Dear mentors,

I am looking for a sponsor for the new version 1.10 of gddrescue.

It builds these binary packages:
gddrescue - the GNU data recovery tool

The package appears to be lintian clean.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/g/gddrescue
- Source repository: deb-src http://mentors.debian.net/debian unstable
main contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/g/gddrescue/gddrescue_1.10+nmu1.dsc

The maintainer, Ayman Negm, has said he'll be unavailable for the next
six months, and
consented to an NMU in the meantime.

It would be great if someone would upload this for me. :)

Thanks!
- Rich

-- 

Anyone who considers protocol unimportant has never dealt with a cat.
-- R. Heinlein


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: How to create quilt-based source packages using debuild

2009-05-16 Thread Rogério Brito
On May 17 2009, Paul Wise wrote:
 No:
 http://bugs.debian.org/457345

Thanks.

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: On upstream source tarballs and dpkg-source

2009-05-16 Thread Rogério Brito
On May 17 2009, Matthew Palmer wrote:
 I also think you need to have an urgent and invasive emoticondectomy.

I do have psychiatric problems.

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org