Re: RFS: cflow (updated package)

2009-08-03 Thread Jakub Wilk
* George Danchev danc...@spnet.net, 2009-08-03, 06:22: I am looking for a sponsor for the new version 1:1.3-1 of my package cflow. It builds these binary packages: cflow - Analyze control flow in C source files The package appears to be lintian (-I -E --pedantic) clean. The package can

RFS: remotetea

2009-08-03 Thread Picca Frédéric-Emmanuel
Dear mentors, I am working at the french synchotron radiation facility and we are using the Tango constrol system http://tango-controls.org for all our experiments. Most of the graphical part of the control system was written using java (swig) and based on CORBA. The ancestor of this control

Re: RFS: cflow (updated package)

2009-08-03 Thread Bernhard R. Link
* George Danchev danc...@spnet.net [090803 05:22]: cflow 1:1.2-3 (from sid) does not distribute /usr/share/info/dir.gz, so it seems that something has changed to the upstream build system, without being documented in their last ChangeLog entry... diff to the rescue? Most likely it is not

pbuilder: The following packages have unmet dependencies

2009-08-03 Thread mathieu . malaterre
Hi there, I am trying to build a package within pbuilder, but I keep getting: $ sudo pbuilder --update W: /home/mathieu/.pbuilderrc does not exist ... The following information may help to resolve the situation: The following packages have unmet dependencies: aptitude: Depends:

Re: pbuilder: The following packages have unmet dependencies

2009-08-03 Thread Pau Garcia i Quiles
Hello, Most probable cause: - You have a Debian Sid pbuilder - A new version of apt was released, thus removing the old 6.4.7 that your pbuilder knew about - You did not properly update your pbuilder Try sudo pbuilder update --override-config. If that does not work, try sudo pbuilder create

Re: pbuilder: The following packages have unmet dependencies

2009-08-03 Thread Chow Loong Jin
On Monday 03,August,2009 06:04 PM, mathieu.malate...@gmail.com wrote: Hi there, I am trying to build a package within pbuilder, but I keep getting: $ sudo pbuilder --update W: /home/mathieu/.pbuilderrc does not exist ... The following information may help to resolve the situation:

Re: RFS: remotetea

2009-08-03 Thread Paul Wise
2009/8/3 Picca Frédéric-Emmanuel frederic-emmanuel.pi...@synchrotron-soleil.fr: This is my first java package so I need your advices about the way to add the right dependencies and how to deal with all the java implementations in Debian. Which one is the debian default java implementation ?.

Re: pbuilder: The following packages have unmet dependencies

2009-08-03 Thread Jonathan Wiltshire
On Mon, Aug 03, 2009 at 12:04:04PM +0200, mathieu.malate...@gmail.com wrote: The following packages have unmet dependencies: aptitude: Depends: libapt-pkg-libc6.9-6-4.7 Depends: libept0 (= 0.5.26+b1) but it is not going to be installed E: Broken packages Right now, apt and friends

Re: pbuilder: The following packages have unmet dependencies

2009-08-03 Thread Charles Plessy
Le Mon, Aug 03, 2009 at 12:04:04PM +0200, mathieu.malate...@gmail.com a écrit : Hi there, I am trying to build a package within pbuilder, but I keep getting: $ sudo pbuilder --update W: /home/mathieu/.pbuilderrc does not exist ... The following information may help to resolve the

Re: RFS: remotetea

2009-08-03 Thread Picca Frédéric-Emmanuel
Le Mon, 3 Aug 2009 12:13:56 +0200, Paul Wise p...@debian.org a écrit : 2009/8/3 Picca Frédéric-Emmanuel frederic-emmanuel.pi...@synchrotron-soleil.fr: This is my first java package so I need your advices about the way to add the right dependencies and how to deal with all the java

Re: RFS: magicfilter (updated package)

2009-08-03 Thread Rogério Brito
Hi, Russ. On Aug 02 2009, Russ Allbery wrote: Rogério Brito rbr...@ime.usp.br writes: |* Fix magicfilter dj550c truncates with dj670c (sometimes): | no problems printing the attached file and marked unreproducible for | almost 7 years. (Closes: #33666) |* magicfilter

Re: RFS: remotetea

2009-08-03 Thread Paul Wise
2009/8/3 Picca Frédéric-Emmanuel frederic-emmanuel.pi...@synchrotron-soleil.fr: I already sent this message twice on the debian-java list without answer :(. Bummer :( It would be nice to have some feedback about the packaging to know if I work in the right direction. I don't know anything

git-buildpackage issues

2009-08-03 Thread Mathieu Malaterre
Hi there, I am really struggling to understand the process with git/debian/collab-maint and git-buildpackage. I have been reading: http://wiki.debian.org/Haskell/CollabMaint/GitPackaging But the steps do not work for me: $ \rm -fr rsvndump $ mkdir rsvndump $ cd rsvndump $ git init

Re: RFS: remotetea

2009-08-03 Thread Picca Frédéric-Emmanuel
Le Mon, 3 Aug 2009 14:13:34 +0200, Paul Wise p...@debian.org a écrit : There are an awful lot of changes to the code in the diff.gz and many of these seem to be unnessecary because they only change a date in a comment. Any other changes should be forwarded upstream. I did not notice this

Re: RFS: remotetea

2009-08-03 Thread Paul Wise
2009/8/3 Picca Frédéric-Emmanuel frederic-emmanuel.pi...@synchrotron-soleil.fr: Based on the copyright file, you've repacked the tarball, a get-orig-source target in debian/rules might be appropriate. Do you have a link to explain how to write this rule ? I forget where exactly, but

Re: RFS: cflow (updated package)

2009-08-03 Thread Jakub Wilk
* Jakub Wilk uba...@users.sf.net, 2009-08-03, 09:43: Just one comment: lintian 2.2.13 (from sid) reports: $ lintian -i --pedantic *.changes E: cflow: package-contains-info-dir-file usr/share/info/dir.gz [snip] and in fact it is correct: $ dpkg --contents cflow_1.3-1_i386.deb | grep info

Re: RFS: remotetea

2009-08-03 Thread Picca Frédéric-Emmanuel
Le Mon, 3 Aug 2009 15:26:15 +0200, Paul Wise p...@debian.org a écrit : 2009/8/3 Picca Frédéric-Emmanuel frederic-emmanuel.pi...@synchrotron-soleil.fr: Based on the copyright file, you've repacked the tarball, a get-orig-source target in debian/rules might be appropriate. Do you have a

Re: git-buildpackage issues

2009-08-03 Thread David Bremner
At Mon, 3 Aug 2009 14:48:12 +0200, Mathieu Malaterre wrote: $ \rm -fr rsvndump $ mkdir rsvndump $ cd rsvndump $ git init Initialized empty Git repository in /home/mathieu/Perso/gdcm/Sandbox/debian-med/build-area/rsvndump/.git/ $ git-import-dsc --pristine-tar ../rsvndump_0.5.2.dsc try

Re: git-buildpackage issues

2009-08-03 Thread Boyd Stephen Smith Jr.
In bf0c3b3f0908030548q79d2b647rfa40ee427d7a1...@mail.gmail.com, Mathieu Malaterre wrote: $ \rm -fr rsvndump $ mkdir rsvndump $ cd rsvndump $ git init Initialized empty Git repository in /home/mathieu/Perso/gdcm/Sandbox/debian-med/build-area/rsvndump/.git/ $ git-import-dsc --pristine-tar

Re: RFS: cflow (updated package)

2009-08-03 Thread George Danchev
* Jakub Wilk uba...@users.sf.net, 2009-08-03, 09:43: Hi, Just one comment: lintian 2.2.13 (from sid) reports: $ lintian -i --pedantic *.changes E: cflow: package-contains-info-dir-file usr/share/info/dir.gz [snip] and in fact it is correct: $ dpkg --contents cflow_1.3-1_i386.deb |

RFS: task-spooler

2009-08-03 Thread Alexander Inyukhin
Dear mentors, I am looking for a sponsor for my package task-spooler. * Package name: task-spooler Version : 0.6.4-2 Upstream Author : Lluís Batlle i Rossel vi...@vicerveza.homeunix.net * URL : http://vicerveza.homeunix.net/~viric/soft/ts/ * License : GPLv2+

Re: RFS: cflow (updated package)

2009-08-03 Thread Jakub Wilk
* George Danchev danc...@spnet.net, 2009-08-03, 21:17: $ dpkg --contents cflow_1.3-1_i386.deb | grep info drwxr-xr-x root/root 0 2009-08-03 03:03 ./usr/share/info/ -rw-r--r-- root/root 448 2009-08-03 03:02 ./usr/share/info/dir.gz -rw-r--r-- root/root 24212 2009-08-03 03:03

Re: RFS: magicfilter (updated package)

2009-08-03 Thread Russ Allbery
Rogério Brito rbr...@ime.usp.br writes: I have one off-topic comment: I've seen some well known maintainers do some things without the rigor that mentors apply to prospective maintainers. Yes. It's a little frustrating. Wouldn't it be the case to require said maintainers to shape up their

Re: RFS: task-spooler

2009-08-03 Thread David Bremner
Thanks for your work packaging this. I'm not a DD, so I can't upload it. 1) I expect whoever does sponsor it will ask you to compress debian/changelog a bit. Typically there should be 1 changelog entry per debian upload. Sorry I didn't mention this in my mail to BTS. 2) Is there any security

RFS: yajl

2009-08-03 Thread John Stamp
Dear mentors, I am looking for a sponsor for my package yajl. * Package name: yajl Version : 1.0.5.dfsg-1 Upstream Author : Lloyd Hilaiel ll...@hilaiel.com * URL : http://lloyd.github.com/yajl/ * License : BSD Section : libs It builds these binary