Re: Stripping non-free/unnecessary files out of orig.tar.gz

2011-06-15 Thread Kilian Krause
Hi Anton, On Mon, 2011-06-13 at 22:30 +0200, Ove Kåven wrote: > Den 12. juni 2011 19:13, skrev Anton Martchukov: > > In my package (opencpn) there are couple of binary files > > without source code/with unfree license that is required > > only for OS X and Windows builds (those are some dlls and >

Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-15 Thread Kilian Krause
Hi Alessandro, On Thu, 2011-06-09 at 18:44 +0200, Alessandro Ghedini wrote: > On Thu, Jun 02, 2011 at 03:57:58PM +0200, Alessandro Ghedini wrote: > > I am looking for a sponsor for my package "cityhash". > > > > * Package name: cityhash > > Version : 1.0.2-1 > > Upstream Author :

Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-15 Thread Alessandro Ghedini
On Wed, Jun 15, 2011 at 10:20:21AM +0200, Kilian Krause wrote: > Hi Alessandro, Hi, > On Thu, 2011-06-09 at 18:44 +0200, Alessandro Ghedini wrote: > > On Thu, Jun 02, 2011 at 03:57:58PM +0200, Alessandro Ghedini wrote: > > > I am looking for a sponsor for my package "cityhash". > > > > > > * Pac

Re: Stripping non-free/unnecessary files out of orig.tar.gz

2011-06-15 Thread Thomas Goirand
On 06/15/2011 03:27 PM, Kilian Krause wrote: > > Definitely. And name your version with suffix +debian or ~debian as you > see fit. > We are very often using +dfsg in the version, as in: +dfsg- This way, you have the possibility to have to be increased if some day, you find out that you miss

Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-15 Thread Kilian Krause
Hi Alessandro, On Wed, 2011-06-15 at 15:04 +0200, Alessandro Ghedini wrote: > Thank you for your review. I've uploaded the new package to mentors.d.n (the > changes are also available on the git repository). Excellent. Have you talked to upstream whether they want to fix dpkg-shlibdeps: warnin

Re: Stripping non-free/unnecessary files out of orig.tar.gz

2011-06-15 Thread Kilian Krause
Hi Thomas, On Wed, 2011-06-15 at 21:16 +0800, Thomas Goirand wrote: > On 06/15/2011 03:27 PM, Kilian Krause wrote: > > > > Definitely. And name your version with suffix +debian or ~debian as you > > see fit. > > > > We are very often using +dfsg in the version, as in: -(snip)- right. Mixed th

Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-15 Thread Alessandro Ghedini
On Wed, Jun 15, 2011 at 03:36:55PM +0200, Kilian Krause wrote: > Hi Alessandro, > > On Wed, 2011-06-15 at 15:04 +0200, Alessandro Ghedini wrote: > > Thank you for your review. I've uploaded the new package to mentors.d.n (the > > changes are also available on the git repository). > > Excellent. >

Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-15 Thread Kilian Krause
Hi Alessandro, On Wed, 2011-06-15 at 16:24 +0200, Alessandro Ghedini wrote: > On Wed, Jun 15, 2011 at 03:36:55PM +0200, Kilian Krause wrote: > > Hi Alessandro, > > > > On Wed, 2011-06-15 at 15:04 +0200, Alessandro Ghedini wrote: > > > Thank you for your review. I've uploaded the new package to me

Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-15 Thread Alessandro Ghedini
On Wed, Jun 15, 2011 at 05:00:29PM +0200, Kilian Krause wrote: > Hi Alessandro, > > On Wed, 2011-06-15 at 16:24 +0200, Alessandro Ghedini wrote: > > On Wed, Jun 15, 2011 at 03:36:55PM +0200, Kilian Krause wrote: > > > Hi Alessandro, > > > > > > On Wed, 2011-06-15 at 15:04 +0200, Alessandro Ghedin

RFS: hwinfo (updated package)

2011-06-15 Thread William Vera
Dear mentors, I am looking for a sponsor for the new version 16.0-3 of my package "hwinfo". It builds these binary packages: hwinfo - Hardware identification system libhd-dev - Hardware identification system library and headers libhd-doc - Hardware identification system library documentatio

Please do not sponsor ia32-libs NMUs

2011-06-15 Thread Goswin von Brederlow
Hi, please do not sponsor the ia32-libs* uploads with "+nmu" in the version. Remi: If you want to join the ia32-libs team you are more than welcome to do so. Ia32-libs could certainly use some fresh blood. Request membership in the ia32-libs project on alioth and you will get write access to the

Re: /usr/lib64 or /usr/lib

2011-06-15 Thread Goswin von Brederlow
Russ Allbery writes: > Sven Joachim writes: > >> Er no, this is not how dpkg behaves. It never converts symlinks to >> directories or vice versa, so the actual outcome is¹ that your file gets >> actually installed into /usr/lib through the symlink. This means that >> if another package starts

Re: /usr/lib64 or /usr/lib

2011-06-15 Thread Goswin von Brederlow
Sven Joachim writes: > On 2011-06-13 12:11 +0200, Goswin von Brederlow wrote: > >> Sven Joachim writes: >> >>> On 2011-06-11 09:22 +0200, Goswin von Brederlow wrote: >>> Except for how dpkg behaves. If your package has a file in /usr/lib64/ and gets installed then dpkg records that tha

Announcing 5 Free Web Security Guides

2011-06-15 Thread Veracode
Hi,My name's Lesley and I work for a Web applications security company called Veracode. Since your site regularly publishes information in the security space, I wanted to reach out and see if you'd be open to adding our new "Free Security Threat Guides" to your site, be it in a helpful reso

Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-15 Thread Jakub Wilk
* Alessandro Ghedini , 2011-06-10, 12:59: I saw this in city.h: | typedef uint8_t uint8; | typedef uint32_t uint32; | typedef uint64_t uint64; | typedef std::pair uint128; | | inline uint64 Uint128Low64(const uint128& x) { return x.first; } | inline uint64 Uint128High64(const uint128& x) { retur

Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-15 Thread David Baird
On Wed, Jun 15, 2011 at 4:13 PM, Jakub Wilk wrote: > * Alessandro Ghedini , 2011-06-10, 12:59: >>> >>> I saw this in city.h: >>> >>> | typedef uint8_t uint8; >>> | typedef uint32_t uint32; >>> | typedef uint64_t uint64; >>> | typedef std::pair uint128; >>> | >>> | inline uint64 Uint128Low64(const

RFS: JLDrill

2011-06-15 Thread Mike Charlton
I'll try again. The last time I didn't include the source packages >< I noticed a few problems and fixed them too. I'm the author of a Japanese study tool called JLDrill. I am not a Debian developer, so I am looking for a sponsor to upload it into Debian. I'm still learning about Debian, so ple