Re: RFS: libssh -- SSH and SCP library (new package)

2006-12-21 Thread Daniel Baumann
Jean-Philippe Garcia Ballester wrote:
   So I've updated my package to fix the version number, and use real 
 orig.tar.gz (but still repackaging it to match version number, so different 
 md5).

first, it's good to use the ~, but then, upstream released 0.2rc, not
0.2rc1. So, the version should be 0.2~rc.

second, whatever version you use, there is absolutely no sense in
repacking it here. the directory name when the tarball is unpacked is of
no interest at all. please use the original upstream tarball.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Re: RFS: libssh -- SSH and SCP library (new package)

2006-12-21 Thread Jean-Philippe Garcia Ballester
On Thursday 21 December 2006 10:17, Daniel Baumann wrote:
 Jean-Philippe Garcia Ballester wrote:
So I've updated my package to fix the version number, and use real
  orig.tar.gz (but still repackaging it to match version number, so
  different md5).

 first, it's good to use the ~, but then, upstream released 0.2rc, not
 0.2rc1. So, the version should be 0.2~rc.

  I'm not sure why Laurent choose 0.2~rc1, maybe in case there is more than 
one RC. But since 0.2~rc is less than 0.2~rcX, it should be ok.

 second, whatever version you use, there is absolutely no sense in
 repacking it here. the directory name when the tarball is unpacked is of
 no interest at all. please use the original upstream tarball.

  That's what I thought by reading the developer's reference #6.7.8.1, but 
someone (can't remember who) told me that orig tarball should unpack to 
packagename-version.
  Anyway, this is fixed.
  http://dgnr.free.fr/debian/unstable/libssh_0.2~rc-1.dsc
  Thanks a lot for your help.

-- 
Jean-Philippe Garcia Ballester


pgpgdOKD4i6Qu.pgp
Description: PGP signature


Re: RFS: libssh -- SSH and SCP library (new package)

2006-12-21 Thread Daniel Baumann
Jean-Philippe Garcia Ballester wrote:
   That's what I thought by reading the developer's reference #6.7.8.1, but 
 someone (can't remember who) told me that orig tarball should unpack to 
 packagename-version.

should, yes. but doesn't have to.

loosing the upstream-digest-compatiblity is the greater bad than just
beeing not so beautiful with directory names (besides, apt-get source
enforces unpacking to $package-$version anyway :).

   http://dgnr.free.fr/debian/unstable/libssh_0.2~rc-1.dsc

uploaded.

contact me off-list if you need/want further sponsoring:
http://people.debian.org/~daniel/documents/sponsoring.html#contact

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Re: RFS: libssh -- SSH and SCP library (new package)

2006-12-20 Thread Laurent Bigonville
Hi,

The name of the binary packages have been changed to avoid conflict
with an other library (libssh2 != libssh). The new packages are at the
same URL. (http://bigon.be/vrac/libssh/)

A direct link to the .dsc file as requested:
http://bigon.be/vrac/libssh/libssh_0.2~rc1-1.dsc


Regards :)

Laurent



pgpy4IVZHcrzy.pgp
Description: PGP signature


Re: RFS: libssh -- SSH and SCP library (new package)

2006-12-20 Thread Daniel Baumann
Laurent Bigonville wrote:
 http://bigon.be/vrac/libssh/libssh_0.2~rc1-1.dsc

  * wondering: the '[ $name ]' is only used when more than one person is
doing things within the same upload; here, you're the only one.

  * tipp: debhelper (= 5.0.0) is over precise, debhelper (= 5) is just
enough.

  * tipp: add a lintian override for the
libssh-2: package-name-doesnt-match-sonames libssh2
warning.

  * must: libssh-2-dbg shall be of priority extra.

the rest is fine. if you fix above things, i'm happy to sponsor it.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Re: RFS: libssh -- SSH and SCP library (new package)

2006-12-20 Thread Jean-Philippe Garcia Ballester
On Wednesday 20 December 2006 23:26, Daniel Baumann wrote:
 Laurent Bigonville wrote:
  http://bigon.be/vrac/libssh/libssh_0.2~rc1-1.dsc

   * wondering: the '[ $name ]' is only used when more than one person is
 doing things within the same upload; here, you're the only one.

   * tipp: debhelper (= 5.0.0) is over precise, debhelper (= 5) is just
 enough.

   * tipp: add a lintian override for the
 libssh-2: package-name-doesnt-match-sonames libssh2
 warning.

   * must: libssh-2-dbg shall be of priority extra.

 the rest is fine. if you fix above things, i'm happy to sponsor it.

  Hello,
  I've updated the package to fix these issues.
  The updated version can be found on http://dgnr.free.fr/debian/unstable, and 
the .dsc is http://dgnr.free.fr/debian/unstable/libssh_0.2rc-1.dsc.
  I'm sorry for the different download place, but Laurent and myself haven't 
got a common place to upload our package.
  I used install -D -m 644 to install the lintian overrides, but I'm not sure 
this is the best solution.
  Regards,

-- 
Jean-Philippe Garcia Ballester


pgpv3W52kLGh0.pgp
Description: PGP signature


Re: RFS: libssh -- SSH and SCP library (new package)

2006-12-20 Thread Daniel Baumann
Jean-Philippe Garcia Ballester wrote:
   I've updated the package to fix these issues.

...and imported another glitch:

  * useless empty line at the end of the changelog file.

   I'm sorry for the different download place, but Laurent and myself haven't 
 got a common place to upload our package.

to me, it doesn't matter where i'm downloading it...

   I used install -D -m 644 to install the lintian overrides, but I'm not sure 
 this is the best solution.

well, it ok, but you could make it much simpler.

first: you could install it directly to
debian/$packagename/usr/share/lintian/[...] instead of first installing
it to debian/tmp, and then copying it with an install file to
debian/$packagename.

second: since you already have a install file for the respective binary
package, i would install it within this with:

debian/libssh-2.lintian-overrides /usr/share/lintian/overrides/libssh-2

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Re: RFS: libssh -- SSH and SCP library (new package)

2006-12-20 Thread Jean-Philippe Garcia Ballester
On Thursday 21 December 2006 02:18, Daniel Baumann wrote:
 Jean-Philippe Garcia Ballester wrote:
I've updated the package to fix these issues.

 ...and imported another glitch:

   * useless empty line at the end of the changelog file.

  Fixed.

I used install -D -m 644 to install the lintian overrides, but I'm not
  sure this is the best solution.

 well, it ok, but you could make it much simpler.

 first: you could install it directly to
 debian/$packagename/usr/share/lintian/[...] instead of first installing
 it to debian/tmp, and then copying it with an install file to
 debian/$packagename.

 second: since you already have a install file for the respective binary
 package, i would install it within this with:

 debian/libssh-2.lintian-overrides /usr/share/lintian/overrides/libssh-2

  According to dh_install man, Files named debian/package.install list the 
files to install into each package and the directory they should be installed 
to, so if I'm not mistaken, this will 
install /usr/share/lintian/overrides/libssh-2/libssh-2.lintian-overrides, 
which is not the wanted behaviour.
  Thus I used your first solution : installing it directly to 
debian/libssh-2/...
  Updated package is here http://dgnr.free.fr/debian/unstable/ and .dsc is 
here http://dgnr.free.fr/debian/unstable/libssh_0.2rc-1.dsc
  Thanks a lot for your help.

-- 
Jean-Philippe Garcia Ballester


pgprAyQrcQwPg.pgp
Description: PGP signature


Re: RFS: libssh -- SSH and SCP library (new package)

2006-12-20 Thread Daniel Baumann
Jean-Philippe Garcia Ballester wrote:
   According to dh_install man, Files named debian/package.install list the 
 files to install into each package and the directory they should be installed 
 to, so if I'm not mistaken, this will 
 install /usr/share/lintian/overrides/libssh-2/libssh-2.lintian-overrides, 
 which is not the wanted behaviour.

jftr: well, in this case you're right. i'm personally keeping the
lintian overrides in a directory named debian/lintian, because i want in
the debian top directory only to have files, which are directly
interpreted by debhelper (look at e.g. 9base), so assumed you place the
files like i do, this would have worked.

however...

   Thus I used your first solution : installing it directly to 
 debian/libssh-2/...

good, i would uploaded it.. but why is your orig.tar.gz not maching the
upstream ones (different md5)?

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Re: RFS: libssh -- SSH and SCP library (new package)

2006-12-20 Thread Jean-Philippe Garcia Ballester
On Thursday 21 December 2006 03:24, Daniel Baumann wrote:
 good, i would uploaded it.. but why is your orig.tar.gz not maching the
 upstream ones (different md5)?

  Laurent's orig.tar.gz has different md5 because from dpkg's point of view, 
0.2rc is superior to 0.2, thus he renamed the top directory to 0.2~rc1, which 
is a better version number for Debian.
  My orig.tar.gz had different md5 because I'm used to make packages against a 
subversion snapshot, thus generating orig.tar.gz myself, which is a very bad 
habit.
  So I've updated my package to fix the version number, and use real 
orig.tar.gz (but still repackaging it to match version number, so different 
md5).
  http://dgnr.free.fr/debian/unstable/libssh_0.2~rc1-1.dsc

-- 
Jean-Philippe Garcia Ballester


pgpayRmincEgr.pgp
Description: PGP signature


RFS: libssh -- SSH and SCP library (new package)

2006-12-19 Thread Laurent Bigonville
Hi,

Could someone sponsor this package?

Please see bug #316872

Packages are available at http://bigon.be/vrac/libssh/

Thanks

Laurent Bigonville



pgpW9p82a0APa.pgp
Description: PGP signature