Re: How to handle a package triggering ice or segv during build?

2013-06-17 Thread Thomas Moulard
On Mon, Jun 17, 2013 at 1:34 PM, Paul Wise p...@debian.org wrote: On Mon, Jun 17, 2013 at 8:53 AM, Thomas Moulard wrote: Actually I think so too but I am a bit reluctant to process the Doxygen documentation locally then copy it into the package (mainly because it will easy to forget updating

Re: How to handle a package triggering ice or segv during build?

2013-06-17 Thread Niels Thykier
On 2013-06-17 11:59, Thomas Moulard wrote: On Mon, Jun 17, 2013 at 1:34 PM, Paul Wise p...@debian.org wrote: [...] So what you need to do is move the building of the documentation into the build-indep debian/rules target (instead of the build target). That way it will not be built and thrown

Bug#712056: RFS: scantailor [ITP] -- interactive post-processing tool for scanned document pages

2013-06-17 Thread Daniel Stender
As a matter of fact, the CXX_BUILDFLAGS are recognized after a 2nd cmake run: http://www.cmake.org/pipermail/cmake/2013-June/055082.html Greetings, Daniel On 15.06.2013 18:20, Dmitry Smirnov wrote: 3) buildflags But Scantailor gets compiled w/o any customization That's because upstream

Re: How to handle a package triggering ice or segv during build?

2013-06-17 Thread Paul Wise
On Mon, Jun 17, 2013 at 5:59 PM, Thomas Moulard wrote: [1] http://anonscm.debian.org/gitweb/?p=debian-science/packages/visp.git;a=commitdiff;h=6994be42b1aa3e5d700187fd432a09abb4e542e4;hp=0361f28d746259e3131928c12786e90b7aace299 The first part of the patch is very wrong. You should override

Bug#710473: RFS: bats/0.2.0-1

2013-06-17 Thread Jakub Wilk
(I don't intend to sponsor this package. Sorry!) * Grzegorz Niewisiewicz grzeg...@niewisiewicz.pl, 2013-06-16, 22:30: http://mentors.debian.net/package/bats Direct link to .dsc for the lazy: http://mentors.debian.net/debian/pool/main/b/bats/bats_0.2.0-1.dsc Machine-readable d/copyright file

Re: RFS: s3cmd python module

2013-06-17 Thread Jakub Wilk
* Jakub Wilk jw...@debian.org, 2013-06-16, 22:31: http://mentors.debian.net/debian/pool/main/s/s3cmd/s3cmd_1.5.0~alpha1-1.dsc s3cmd.1 reads Copyright \(co 2007,2008,2009,2010,2011,2012, but d/copyright has only Copyright: 2007-2011. The new dependency (python-tz) is not documented in the

Bug#712544: RFS: xalan/1.11-1 [ITA]

2013-06-17 Thread Jakub Wilk
(I don't intend to sponsor this. Sorry!) * Bill Blough de...@blough.us, 2013-06-16, 20:06: http://mentors.debian.net/debian/pool/main/x/xalan/xalan_1.11-1.dsc Years in d/copyright are not up-to-date. Please forward fix-ftbfs-ld-as-needed.diff upstream. kfreebsd-support.diff might be worth

Bug#712610: RFS: meson/0.4.1-22-gea3e8f1-1 [ITP]

2013-06-17 Thread Jussi Pakkanen
Package: sponsorship-requests Severity: normal [wishlist] Dear mentors, I am looking for a sponsor for my package meson * Package name: meson Version : 0.4.1-22-gea3e8f1-1 Upstream Author : Jussi Pakkanen * URL : https://sourceforge.net/p/meson/ * License :

How to handle a package requiring external test data for its test suite?

2013-06-17 Thread Thomas Moulard
Dear all, I am currently packaging a computer vision software[1] which test suite requires external data (images). Considering the weight of the images (~75Mb) compared to the package size (a few Mb) they decided to distribute them separately. Right now, 30% of the tests are failing due to the

Re: How to handle a package requiring external test data for its test suite?

2013-06-17 Thread Charles Plessy
Le Tue, Jun 18, 2013 at 08:10:29AM +0900, Thomas Moulard a écrit : I am currently packaging a computer vision software[1] which test suite requires external data (images). Considering the weight of the images (~75Mb) compared to the package size (a few Mb) they decided to distribute them

Make Binary Debian File for Single Python3 Script

2013-06-17 Thread Devyn Collier Johnson
I made a Python3 script that converts degrees to radians (command-line tool). I intend to distribute this and other similar scripts via PPA on Launchpad. The issue is that I cannot make a Debian file using the many directions on the Internet. I made a control file, md5sum, the script itself,

Re: How to handle a package requiring external test data for its test suite?

2013-06-17 Thread Paul Wise
Since upstream distributes the data in a separate source package, I would suggest packaging it separately and then build-depending on the data package. We have larger packages in the archive so the size isn't a problem. -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to

Re: Make Binary Debian File for Single Python3 Script

2013-06-17 Thread Joe Healy
On Tue, Jun 18, 2013 at 9:44 AM, Devyn Collier Johnson devyncjohn...@gmail.com wrote: How do I make Debian files for single Python3 scripts? Have you tried following this: http://wiki.debian.org/Python/Packaging#Example_2:_Python_application What errors do you get? Cheers, Joe -- To

Bug#712056: RFS: scantailor [ITP] -- interactive post-processing tool for scanned document pages

2013-06-17 Thread Dmitry Smirnov
On Mon, 17 Jun 2013 21:15:09 Daniel Stender wrote: As a matter of fact, the CXX_BUILDFLAGS are recognized after a 2nd cmake run: http://www.cmake.org/pipermail/cmake/2013-June/055082.html Interesting... I found another post discussing similar bug: