Bug#750920: missing dependency, broken interpreter

2014-06-12 Thread Scott Kitterman
The debhelper one is a false positive. dh_python3 is a debhelper add-on, but the way I used it doesn't actually require debhelper. I missed I was overwriting the libc depends. I'll fix that. Thanks. Using the versioned python3 depends is the standard Debian way to do it (makes more sense in c

Bug#750920: missing dependency, broken interpreter

2014-06-12 Thread Stefan Bühler
Hi, On Thu, 12 Jun 2014 01:49:37 -0400 Scott Kitterman wrote: > On Sunday, June 08, 2014 15:00:00 Stefan Bühler wrote: > > Hi, > > > > attic uses #!/usr/bin/python3 as interpreter, but has native > > (cython) modules that were compiled with a certain python3 version > > (3.3 in the archive, but

Bug#750920: missing dependency, broken interpreter

2014-06-11 Thread Scott Kitterman
On Sunday, June 08, 2014 15:00:00 Stefan Bühler wrote: > Package: attic > Version: 0.10-1 > Severity: grave > > Hi, > > attic uses #!/usr/bin/python3 as interpreter, but has native (cython) > modules that were compiled with a certain python3 version (3.3 in the > archive, but depends on python3-d

Bug#750920: missing dependency, broken interpreter

2014-06-08 Thread Stefan Bühler
Package: attic Version: 0.10-1 Severity: grave Hi, attic uses #!/usr/bin/python3 as interpreter, but has native (cython) modules that were compiled with a certain python3 version (3.3 in the archive, but depends on python3-dev version at build time). As testing now switched to 3.4 as default, th