Bug#753016: RFS - policyd-weight/0.1.15.2-8 (fixes broken policyd-weight in unstable/testing rc bug #752845)
Package: sponsorship-requests Subject: RFS - policyd-weight/0.1.15.2-8 Hi everybody, currently, policyd-weight is broken in unstable/testing due to recent libnet-dns-perl upgrade, technically speaking policyd-weight used Net::DNS::Packet function dh_expand() which does not exist anymore. This upgrade fixes policyd-weight, policyd-weight now uses Net::DNS::Packet function dh_expand_PP(). * Package name: policyd-weight Version : 0.1.15.2-8 Upstream Author : Robert Felber * URL : www.policyd-weight.org * License : GPL-2+ Section : mail Changes: * Add 10_replace_net_dns_dn_expand.patch which replaces Net::DNS::Packet function dh_expand() with dh_expand_PP() (Closes: #752845) * Fixed description in 09_fix_net_dns_usage.patch It builds those binary packages: policyd-weight - Perl policy daemon for the Postfix MTA To access further information about this package, please visit the following URL: http://mentors.debian.net/package/policyd-weight Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/p/policyd-weight/policyd-weight_0.1.15.2-6.dsc It would be great if you could upload this package for me. Cheers, Werner Detter -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/53aee41e.9050...@aloah-from-hell.de
Bug#753018: RFS - policyd-weight/0.1.15.2-8 (fixes broken policyd-weight in unstable/testing rc bug #752845)
Package: sponsorship-requests Subject: RFS - policyd-weight/0.1.15.2-8 (fixes broken policyd-weight in unstable/testing rc bug #752845) > dget -x > http://mentors.debian.net/debian/pool/main/p/policyd-weight/policyd-weight_0.1.15.2-6.dsc Sorry, right URL is, of course: dget -x http://mentors.debian.net/debian/pool/main/p/policyd-weight/policyd-weight_0.1.15.2-8.dsc Cheers, Werner Detter -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/53aee7c7.2050...@aloah-from-hell.de
Bug#753021: RFS: cpl-plugin-muse/0.18.1+dfsg-1 [ITP] -- ESO data reduction pipeline for MUSE
Package: sponsorship-requests Severity: wishlist X-Debbugs-Cc: debian-as...@lists.debian.org, debian-scie...@lists.debian.org, debian-mentors@lists.debian.org Dear Mentors, I am looking for a sponsor for my package "cpl-plugin-muse". * Package name: cpl-plugin-muse Version : 0.18.1 Upstream Author : Peter Weilbacher * URL : http://www.eso.org/sci/facilities/paranal/instruments/muse.html * License : GPL Section : science Description : ESO data reduction pipeline for MUSE It builds those binary packages: cpl-plugin-muse - ESO data reduction pipeline muse cpl-plugin-muse-calib - ESO data reduction pipeline calibration data downloader muse cpl-plugin-muse-doc - ESO data reduction pipeline documentation muse To access further information about this package, please visit the following URL: http://mentors.debian.net/package/cpl-plugin-muse Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/c/cpl-plugin-muse/cpl-plugin-muse_0.18.1+dfsg-1.dsc The package is a prerelease used for science verification of the instrument. I put this into experimental to collect experiences until the official release is made. Best regards Ole -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/53aeebbf.8070...@liska.ath.cx
Bug#751534: RFS: crunch/3.6-1 [ITP] -- tool for creating wordlist
* Jakub Wilk , 2014-06-25, 21:35: I put now GPL-2.0+ in debian/copyright But that's not what upstream says. They say explicitly “version 2 only of the License”. Ping? I can't upload a package with incorrect d/copyright. GCC emits these warnings: crunch.c: In function 'main': crunch.c:2999:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(response,8,stdin); ^ crunch.c: In function 'resumesession': crunch.c:2199:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] (void)fgets(buff, (int)sizeof(buff), optr); ^ crunch.c: In function 'renamefile': crunch.c:1476:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] (void)fgets(buff, (int)sizeof(buff), optr); ^ crunch.c:1479:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] (void)fgets(buff, (int)sizeof(buff), optr); ^ I see that upstream explicitly throws away return value of some fgets(3) calls, but I don't think it's right. fgets() can fail, and such failure should not be ignored. Please nudge upstream about this problem. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140628185353.ga8...@jwilk.net
How to do a test sbuild with additional package, not in the repositories?
I must prepare a new version of my package because of a transition. however they are holding one package that my package depends on, out of unstable because "that would start the transition". The package is libwxsqlite3-3.0-dev I want to be one jump ahead of them when they do do the transition. I have grabed the source from experimental built it under unstable, and used it to test build my package with debuild. However I want to test build my package with sbuild. Sometimes debuild succeeds when it should not, because my test system has some unlisted dependancy. How do I get the one package that is not in unstable (libwxsqlite3-3.0-dev) into sbuild's list of packages for a test build? Thank you for considering this question. -- Paul Elliott 1(512)837-1096 pelli...@blackpatchpanel.com PMB 181, 11900 Metric Blvd Suite J http://www.free.blackpatchpanel.com/pme/ Austin TX 78758-3117 signature.asc Description: Digital signature
Re: How to do a test sbuild with additional package, not in the repositories?
On 28/06/14 20:37, Paul Elliott wrote: > How do I get the one package that is not in unstable > (libwxsqlite3-3.0-dev) into sbuild's list of packages for a > test build? > I thought I'd seen this on the Debian sbuild wiki page... but alas it's not there! The only thing I was able to find was this- http://www.wefearchange.org/2011/09/sbuild-with-local-newer-dependencies.html HTH Daniel Lintott signature.asc Description: OpenPGP digital signature
Re: How to do a test sbuild with additional package, not in the repositories?
On Jun 28, 2014, at 09:13 PM, Daniel Lintott wrote: >The only thing I was able to find was this- >http://www.wefearchange.org/2011/09/sbuild-with-local-newer-dependencies.html I still use that setup extensively, most recently while adding Python 3 support to a stack of zope.* and other packages. It really comes in handy for developing packages while you're waiting for their dependencies to clear NEW. It still has the limitation that all chroots share the same repo, but as I usually work in one distro at a time, I haven't been bothered by this enough to fix it. I still keep the referenced bzr repository up-to-date and occasionally have to fix things with newer versions of sbuild. Feedback and improvements are of course welcome! Cheers, -Barry signature.asc Description: PGP signature
Bug#751534: RFS: crunch/3.6-1 [ITP] -- tool for creating wordlist
>>I put now GPL-2.0+ in debian/copyright >But that's not what upstream says. They say explicitly “version 2 only >of the License”. >Ping? I can't upload a package with incorrect d/copyright. I put now GPL-2.0. I was wrong because when I read: >License: GPL-2.0 > This package is free software; you can redistribute it and/or modify > it under the terms of the GNU General Public License as published by > the Free Software Foundation; either version 2 of the License, or > (at your option) any later version. >This is inconsistent. The short name says it's GPLv2, but the license >text says it's GPLv2+. I got it wrong. But I see GPLv2(http://www.gnu.org/licenses/gpl-2.0.txt) and and there contains the words "... or (at your option) any later version.". If I remove the words "or (at your option) any later version." I would not be modifying the license? Regards -- Marcio Souza pgpwfqDVvETp6.pgp Description: PGP signature
Bug#751534: RFS: crunch/3.6-1 [ITP] -- tool for creating wordlist
>I see that upstream explicitly throws away return value of some fgets(3) >calls, but I don't think it's right. fgets() can fail, and such failure >should not be ignored. Please nudge upstream about this problem. You can be sure I nudge the upstream. Regards, -- Marcio Souza pgpBuTPZej9pJ.pgp Description: PGP signature
Bug#738191: marked as done (RFS: klein/0.2.3-2 [ITP])
Your message dated Sun, 29 Jun 2014 04:23:49 + with message-id and subject line closing RFS: klein/0.2.3-2 [ITP] has caused the Debian Bug report #738191, regarding RFS: klein/0.2.3-2 [ITP] to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 738191: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738191 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "klein" * Package name: klein Version : 0.2.3-2 Upstream Author : David Reid * URL : https://github.com/twisted/klein * License : MIT (Expat) Section : python It builds those binary packages: python-klein - werkzeug + twisted.web To access further information about this package, please visit the following URL: http://mentors.debian.net/package/klein Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/k/klein/klein_0.2.3-2.dsc More information about Klein can be obtained from https://github.com/twisted/klein or https://pypi.python.org/pypi/klein/0.2.3 Changes since the last upload: klein (0.2.3-2) unstable; urgency=low * Tweaks based on lintian complaints: - Capitalization of Python in description - Add Homepage - Close ITP bug - Add debian/watch * Closes: #738156 -- Brian Campbell Sat, 08 Feb 2014 03:24:38 -0500 klein (0.2.3-1) unstable; urgency=low * source package automatically created by stdeb 0.6.0+git: - Changed maintainer to myself. - Refomatted control file and trimmed description. - Added klein.egg-info/* to debian/clean - Add copyright file. -- Brian Campbell Sat, 08 Feb 2014 02:50:19 -0500 Regards, Brian Campbell smime.p7s Description: S/MIME cryptographic signature --- End Message --- --- Begin Message --- Package klein has been removed from mentors.--- End Message ---