Bug#687564: RFS: irstlm/5.80.01-1 -- [ITP] IRST Language Modeling Toolkit

2014-01-03 Thread Koichi Akabe
Hi, Unfortunately, I'm not DD, so I can't become a sponsor of this package. I'm preparing some packages to build statistical machine translation systems using travatar[*], so I hope that this package will be contained in Debian. [*] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732718 I want

Quilt 3.0 format and .pc direcotry

2014-01-03 Thread Dariusz Dwornikowski
Hi, I am currently porting linuxlogo to quilt 3.0 format and got some questions. From the wiki I can read that current .pc drectory should be deleted ( https://wiki.debian.org/Projects/DebSrc3.0#How_to_convert_a_source_package.3F) for porting. How should I add patches then ? When I issue quilt the

Bug#712118: marked as done (RFS: splix/2.0.0+svn308-1)

2014-01-03 Thread Didier 'OdyX' Raboud
Hi Luca, Le mercredi, 1 janvier 2014, 20.58:02 Luca Niccoli a écrit : > Hi Didier and Till, > > I'm reopening the RFS bug for splix. I'm awfully sorry to have failed to answer you earlier, let's correct that now. > I've uploaded a new version of splix that merges the last upstream > changes (m

Re: Quilt 3.0 format and .pc direcotry

2014-01-03 Thread Stephen M. Webb
On 01/03/2014 06:04 AM, Dariusz Dwornikowski wrote: > Hi, > > I am currently porting linuxlogo to quilt 3.0 format and got some questions. > From the wiki I can read that current .pc > drectory should be deleted ( > https://wiki.debian.org/Projects/DebSrc3.0#How_to_convert_a_source_package.3F) >

Re: File modification and the copyright

2014-01-03 Thread T o n g
On Thu, 02 Jan 2014 14:59:42 -0800, Russ Allbery wrote: > Usually I . . . Thanks, as always! -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/la6gpb$i8$3...@ger.gm

Re: Bug#733987: RFS: dbab/1.0.1 [ITP] - dnsmasq-based ad-blocking using pixelserv

2014-01-03 Thread T o n g
Thank you Michael for your review. On Thu, 02 Jan 2014 17:44:33 -0600, Michael Shuler wrote: > 1) incomplete source and debian packaging (symlinked to nowhere) OK. didn't know that when I was using lndir. Easy fix. > 2) native package (version 1.0.1 and debian/ dir should be separate from > u

Re: Quilt 3.0 format and .pc direcotry

2014-01-03 Thread Dariusz Dwornikowski
Yes but then lintian will bork "patch-system-but-direct-changes-in-diff" because of .pc presence, and the .pc directory will be packed into the source package. Or should I delete .pc directory before running debuild ? On 3 January 2014 14:02, Stephen M. Webb wrote: > On 01/03/2014 06:04 AM, Dar

Re: Quilt 3.0 format and .pc direcotry

2014-01-03 Thread Stephen M. Webb
On 01/03/2014 09:33 AM, Dariusz Dwornikowski wrote: > Yes but then lintian will bork "patch-system-but-direct-changes-in-diff" > because of .pc presence, and the .pc directory > will be packed into the source package. Or should I delete .pc directory > before running debuild ? I use git-buildpac

Re: Bug#733987: RFS: dbab/1.0.1 [ITP] - dnsmasq-based ad-blocking using pixelserv

2014-01-03 Thread Michael Shuler
On 01/03/2014 08:24 AM, T o n g wrote: 2) native package (version 1.0.1 and debian/ dir should be separate from upstream source) Please elaborate. I'm the packer and also the upstream author. What's the easiest way for me to fix it? https://wiki.debian.org/DebianMentorsFaq#What_is_the_differe

Re: Quilt 3.0 format and .pc direcotry

2014-01-03 Thread Boris Pek
Hi, > Yes but then lintian will bork "patch-system-but-direct-changes-in-diff" > because of .pc presence, and the .pc directory will be packed into the source > package. Or should I delete .pc directory before running debuild ? Maybe .git/info/exclude file is what are you looking for. Best wishe

Please help me fix these build problems

2014-01-03 Thread T o n g
Hi, I'm trying to convert zh-autoconvert from pre-dh to using the dh for the making. I don't know how to fix the following problems: W: zh-autoconvert: hardening-no-relro usr/bin/autogb E: zh-autoconvert: pkg-has-shlibs-control-file-but-no-actual-shared-libs W: zh-autoconvert: postinst-has-use

Re: Quilt 3.0 format and .pc direcotry

2014-01-03 Thread Dariusz Dwornikowski
I am not yet keeping the package in git, so I am using plain debuild and .pc lands in source package. I will just delete it prior to debuilding. On 3 January 2014 16:58, Boris Pek wrote: > Hi, > > > Yes but then lintian will bork "patch-system-but-direct-changes-in-diff" > > because of .pc pres

Bug#732234: RFS: libgringotts/1:1.2.1-13 [RC]

2014-01-03 Thread Markus Koschany
Control: severity -1 important Control: retitle -1 RFS: libgringotts/1:1.2.1-13 [RC] Hello, I would also love to see libgringotts and osmo back in testing again. The original bug in libgringotts is RC thus the severity of this request for sponsorship should be important. Regards, Markus sign

Problem with unusual upstream source directory

2014-01-03 Thread Dariusz Dwornikowski
hi again, So I have got a problem, upstream has localization files in po/ directory. When make is called, it traverses to po/ and also calls make, then .po files change (they are updated with the current date) like in the example below. Unfortunately, debuild when using quilt 3.0 format crashes wi

Re: Please help me fix these build problems

2014-01-03 Thread Stephen M. Webb
On 01/03/2014 11:06 AM, T o n g wrote: > Hi, > > I'm trying to convert zh-autoconvert from pre-dh to using the dh for the > making. > I don't know how to fix the following problems: > > W: zh-autoconvert: hardening-no-relro usr/bin/autogb To fix this one, you need to add $CPPFLAGS and $LDFLAG

Re: Problem with unusual upstream source directory

2014-01-03 Thread Игорь Пашев
2014/1/3 Dariusz Dwornikowski : > hi again, > > So I have got a problem, upstream has localization files in po/ directory. > When make is called, it traverses to po/ and also calls make, then .po files > change (they are updated with the current date) like in the example below. > Unfortunately, deb

Re: Problem with unusual upstream source directory

2014-01-03 Thread Gabriele Giacone
On Fri, Jan 3, 2014 at 5:18 PM, Dariusz Dwornikowski wrote: > hi again, > > So I have got a problem, upstream has localization files in po/ directory. > When make is called, it traverses to po/ and also calls make, then .po files > change (they are updated with the current date) like in the exampl

Bug#733991: marked as done (RFS: librasterlite/1.1g-3)

2014-01-03 Thread Debian Bug Tracking System
Your message dated Fri, 03 Jan 2014 16:28:04 + with message-id and subject line closing RFS: librasterlite/1.1g-3 has caused the Debian Bug report #733991, regarding RFS: librasterlite/1.1g-3 to be marked as done. This means that you claim that the problem has been dealt with. If this is not

Bug#733992: marked as done (RFS: spatialite-tools/4.1.1-2)

2014-01-03 Thread Debian Bug Tracking System
Your message dated Fri, 03 Jan 2014 16:28:06 + with message-id and subject line closing RFS: spatialite-tools/4.1.1-2 has caused the Debian Bug report #733992, regarding RFS: spatialite-tools/4.1.1-2 to be marked as done. This means that you claim that the problem has been dealt with. If this

Bug#734012: marked as done (RFS: mapserver/6.4.1-1)

2014-01-03 Thread Debian Bug Tracking System
Your message dated Fri, 03 Jan 2014 16:28:05 + with message-id and subject line closing RFS: mapserver/6.4.1-1 has caused the Debian Bug report #734012, regarding RFS: mapserver/6.4.1-1 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the ca

Bug#733994: marked as done (RFS: pyspatialite/3.0.1-4)

2014-01-03 Thread Debian Bug Tracking System
Your message dated Fri, 03 Jan 2014 16:28:05 + with message-id and subject line closing RFS: pyspatialite/3.0.1-4 has caused the Debian Bug report #733994, regarding RFS: pyspatialite/3.0.1-4 to be marked as done. This means that you claim that the problem has been dealt with. If this is not

Re: Problem with unusual upstream source directory

2014-01-03 Thread Игорь Пашев
2014/1/3 Gabriele Giacone <1o5g4...@gmail.com>: > Teach clean target how to remove them. No-no-no :-) *.po files are handwritten [1] [1] http://www.gnu.org/software/gettext/manual/html_node/PO-Files.html -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "un

Bug#734087: RFS: mapcache/1.2.1-1

2014-01-03 Thread Bas Couwenberg
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "mapcache" Package name: mapcache Version : 1.2.1-1 Upstream Author : Thomas Bonfort and the MapServer team. URL : http://www.mapserver.org/mapcache/ License

Bug#734094: RFS: tinyows/1.1.0-3 [ITP]

2014-01-03 Thread Bas Couwenberg
Package: sponsorship-requests Severity: normal Package: sponsorship-requests Severity: normal [important for RC bugs, wishlist for new packages] Dear mentors, I am looking for a sponsor for my package "tinyows" Package name: tinyows Version : 1.1.0-3 Upstream Author : Barbara Phi

Bug#712118: marked as done (RFS: splix/2.0.0+svn308-1)

2014-01-03 Thread Luca Niccoli
On 3 January 2014 12:14, Didier 'OdyX' Raboud wrote: > I'm awfully sorry to have failed to answer you earlier, let's correct > that now. That's no problem, I've been caught up with work stuff so I dropped the ball as well. > Could you make your git repository available somewhere so that I could

dpkg-source: version does not contain a revision

2014-01-03 Thread T o n g
Hi, What's the cause (and fix) of the following error? dpkg-source -b dbab-1.0.1 dpkg-source: error: can't build with source format '3.0 (quilt)': version does not contain a revision dpkg-buildpackage: error: dpkg-source -b dbab-1.0.1 gave error exit status 255 Thanks -- To UNSUBSCR

Re: dpkg-source: version does not contain a revision

2014-01-03 Thread Niels Thykier
On 2014-01-03 21:28, T o n g wrote: > Hi, > > What's the cause (and fix) of the following error? > >dpkg-source -b dbab-1.0.1 > dpkg-source: error: can't build with source format '3.0 (quilt)': > version does not contain a revision > dpkg-buildpackage: error: dpkg-source -b dbab-1.0.1 g

Re: Bug#733987: RFS: dbab/1.0.1 [ITP] - dnsmasq-based ad-blocking using pixelserv

2014-01-03 Thread T o n g
On Thu, 02 Jan 2014 17:44:33 -0600, Michael Shuler wrote: > 1) incomplete source and debian packaging (symlinked to nowhere) > 2) native package (version 1.0.1 and debian/ dir should be separate from > upstream source) Hi everyone, I've just uploaded a new version which should have fixed both i

Re: dpkg-source: version does not contain a revision

2014-01-03 Thread T o n g
On Fri, 03 Jan 2014 22:02:00 +0100, Niels Thykier wrote: > I guess (without having it confirmed) that your package has a "native" > version (i.e. without a "dash"). For 3.0 (quilt) packages your package > must have a non-native version (e.g. 1.0.1-1). BINGO. Thanks -- To UNSUBSCRIBE, email to

Re: Bug#733987: RFS: dbab/1.0.1 [ITP] - dnsmasq-based ad-blocking using pixelserv

2014-01-03 Thread Michael Shuler
On 01/03/2014 04:29 PM, T o n g wrote: On Thu, 02 Jan 2014 17:44:33 -0600, Michael Shuler wrote: 1) incomplete source and debian packaging (symlinked to nowhere) 2) native package (version 1.0.1 and debian/ dir should be separate from upstream source) Hi everyone, I've just uploaded a new ve

Re: Problem with unusual upstream source directory

2014-01-03 Thread Gabriele Giacone
On Fri, Jan 3, 2014 at 6:09 PM, Игорь Пашев wrote: > 2014/1/3 Gabriele Giacone <1o5g4...@gmail.com>: >> Teach clean target how to remove them. > > No-no-no :-) > > *.po files are handwritten [1] $ debuild -ipo -- G..e -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a

Re: Problem with unusual upstream source directory

2014-01-03 Thread Gabriele Giacone
On Sat, Jan 4, 2014 at 1:08 AM, Gabriele Giacone <1o5g4...@gmail.com> wrote: > On Fri, Jan 3, 2014 at 6:09 PM, Игорь Пашев wrote: >> 2014/1/3 Gabriele Giacone <1o5g4...@gmail.com>: >>> Teach clean target how to remove them. >> >> No-no-no :-) >> >> *.po files are handwritten [1] > > $ debuild -ipo

Re: Bug#733987: RFS: dbab/1.0.1 [ITP] - dnsmasq-based ad-blocking using pixelserv

2014-01-03 Thread T o n g
On Fri, 03 Jan 2014 17:29:18 -0600, Michael Shuler wrote: > Prior to sending additional emails - make sure your build actually > works. Oh I'm terribly sorry. Will do... -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listma

Bug#734125: RFS: deal.ii/8.1.0-1 [ITP] -- Finite Element Differential Equations Analysis Library

2014-01-03 Thread Matthias Maier
Package: sponsorship-requests Severity: wishlist X-Debbugs-CC: debian-scie...@lists.debian.org Dear mentors, I am looking for a sponsor for my package "deal.ii" * Package name: deal.ii Version : 8.1.0-1 * URL : http://www.dealii.org * License : LGPL-2.1+

Bug#719651: marked as done (RFS: qserve/0.2.8-1 [ITP] -- job queue server which is used by mwlib)

2014-01-03 Thread Debian Bug Tracking System
Your message dated Sat, 04 Jan 2014 04:28:24 + with message-id and subject line closing RFS: qserve/0.2.8-1 [ITP] -- job queue server which is used by mwlib has caused the Debian Bug report #719651, regarding RFS: qserve/0.2.8-1 [ITP] -- job queue server which is used by mwlib to be marked as

Bug#734087: marked as done (RFS: mapcache/1.2.1-1)

2014-01-03 Thread Debian Bug Tracking System
Your message dated Sat, 04 Jan 2014 04:28:27 + with message-id and subject line closing RFS: mapcache/1.2.1-1 has caused the Debian Bug report #734087, regarding RFS: mapcache/1.2.1-1 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case

Bug#719713: marked as done (RFS: timelib/0.2.4-1 [ITP] -- short wrapper around PHP's internal DateTime ext)

2014-01-03 Thread Debian Bug Tracking System
Your message dated Sat, 04 Jan 2014 04:28:26 + with message-id and subject line closing RFS: timelib/0.2.4-1 [ITP] -- short wrapper around PHP's internal DateTime ext has caused the Debian Bug report #719713, regarding RFS: timelib/0.2.4-1 [ITP] -- short wrapper around PHP's internal DateTim

Bug#733995: marked as done (RFS: spatialite-gui/1.7.1-2)

2014-01-03 Thread Debian Bug Tracking System
Your message dated Sat, 04 Jan 2014 04:28:25 + with message-id and subject line closing RFS: spatialite-gui/1.7.1-2 has caused the Debian Bug report #733995, regarding RFS: spatialite-gui/1.7.1-2 to be marked as done. This means that you claim that the problem has been dealt with. If this is

Bug#720137: marked as done (RFS: mwlib.rl/0.14.3-1 [ITP] -- library for creating PDF from MediaWiki)

2014-01-03 Thread Debian Bug Tracking System
Your message dated Sat, 04 Jan 2014 04:28:24 + with message-id and subject line closing RFS: mwlib.rl/0.14.3-1 [ITP] -- library for creating PDF from MediaWiki has caused the Debian Bug report #720137, regarding RFS: mwlib.rl/0.14.3-1 [ITP] -- library for creating PDF from MediaWiki to be ma

Re: Problem with unusual upstream source directory

2014-01-03 Thread Paul Wise
On Sat, Jan 4, 2014 at 12:18 AM, Dariusz Dwornikowski wrote: > So I have got a problem, upstream has localization files in po/ directory. > When make is called, it traverses to po/ and also calls make, then .po files > change (they are updated with the current date) like in the example below. > Un