Re: Help for watch file needed
On Sunday 29 June 2014 14:22:18 Daniel Lintott wrote: > I don't know if this is the best method... but it seems to work. > > uversionmangle=s/(\d)-(\d-\d)/$1.$2/g This will break as soon as any field of the version goes beyond 9: a \d alone does not match '10'. Given that upstream version begins with v, you may want to do: uversionmangle=s/(v\d+)-/$1./ This way, uversionmangles deals only with the first field and leave the other alone. This is more robust to potential upstream changes. HTH -- https://github.com/dod38fr/ -o- http://search.cpan.org/~ddumont/ http://ddumont.wordpress.com/ -o- irc: dod at irc.debian.org -- 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/4985778.Uz3M8EFOYU@ylum
Re: Help for watch file needed
Hi On Mon, Jun 30, 2014 at 10:21:55AM +0800, Paul Wise wrote: > On Mon, Jun 30, 2014 at 1:04 AM, Andreas Tille wrote: > > >opts="s/(\d)-(\d-\d)/$1.$2/,filenamemangle=... > > uscan warning: unrecognised option s/(\d)-(\d-\d)/$1.$2/ > ... > > at least with uscan from latest devscripts this does not seem to > > work ... > > You are missing the uversionmangle= option name. yep, my eyes were opened earlier by PM. Stupid me. However, the filenamemangle problem remains ... and I guess/hope it was not only a stupid typo of mine. Thanks for your patience Andreas. -- http://fam-tille.de -- 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/20140630124428.gc10...@an3as.eu
Re: Any help for upstream to create proper release tarballs on Github? (Was: Patch for idba to build with clang compiler)
Hi, while I can not comment on the advise of Paul since I have no code hosted at Github I assume you might have not completely implemented his hint. If I try to download the source package the "tarball inside tarball problem" remains. Or do you mean this will be fixed for the next release of idba? Kind regards Andreas. On Sun, Jun 29, 2014 at 11:45:21AM -0700, Yu PENG wrote: > Thanks for advice. I added the binary into the release. ( > https://github.com/loneknightpy/idba/releases/download/1.1.2/idba-1.1.2.tar.gz > ) > > Thanks, > Yu Peng > > > > On Fri, Jun 20, 2014 at 10:32 PM, Paul Wise wrote: > > > On Sat, Jun 21, 2014 at 1:07 PM, Andreas Tille wrote: > > > > > upstream of idba switched to Github and I have adapted the packaging > > here: > > > > > > svn://anonscm.debian.org/debian-med/trunk/packages/idba/trunk/ > > > > > > It has turned out that the download tarball contains the source and what > > > is supposted to be the release tarball. Upstream has asked me for help > > > in this but I'm not at Github and thus I wonder if somebody on this list > > > might have a solution for the problem described below. > > > > github has the ability to upload tarballs/binary packages that > > correspond to releases. So delete your tarballs from the git > > repository, then generate your tarball as per normal (if using > > autotools: make distcheck) and attach it to the relevant tag using the > > github web interface. > > > > -- > > bye, > > pabs > > > > http://wiki.debian.org/PaulWise > > > > -- http://fam-tille.de -- 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/20140630141908.gh10...@an3as.eu
Re: Any help for upstream to create proper release tarballs on Github? (Was: Patch for idba to build with clang compiler)
On Mon, Jun 30, 2014 at 10:19 PM, Andreas Tille wrote: > hint. If I try to download the source package the "tarball inside > tarball problem" remains. The tarball he linked to does not appear to have that issue, perhaps you are looking at the tarball generated by github running `git archive` instead? -- bye, pabs http://wiki.debian.org/PaulWise -- 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/CAKTje6FttxEr4uTO_KFcrygrERV7BRamCDVw6SeeZ=pvodb...@mail.gmail.com
Re: Any help for upstream to create proper release tarballs on Github? (Was: Patch for idba to build with clang compiler)
Yep, fixed debian/watch file. Sorry for the noise Andreas. On Mon, Jun 30, 2014 at 10:25:04PM +0800, Paul Wise wrote: > On Mon, Jun 30, 2014 at 10:19 PM, Andreas Tille wrote: > > > hint. If I try to download the source package the "tarball inside > > tarball problem" remains. > > The tarball he linked to does not appear to have that issue, perhaps > you are looking at the tarball generated by github running `git > archive` instead? > > -- > bye, > pabs > > http://wiki.debian.org/PaulWise > > > -- > 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/CAKTje6FttxEr4uTO_KFcrygrERV7BRamCDVw6SeeZ=pvodb...@mail.gmail.com > > -- http://fam-tille.de -- 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/20140630143103.gi10...@an3as.eu
Bug#742330: RFS: gravit/0.5.1-1 ITP -- visually stunning gravity simulator
Hi Tomasz, I guess you missed my review! https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742330#24 Kind regards, Thibaut. -- 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/53b17a2a.3080...@free.fr
Re: vtk, another upload might be needed
On Mon, Jun 30, 2014 at 5:13 PM, Gianfranco Costamagna wrote: > Hi Vincent, Julian, Jordi and debian-mentors, > > unfortunately this morning on irc Julian Taylor pointed out that this > release breaks tcl/tk 8.6 underlinking > Seems that the upload of -15.1 was not completely correct just to clarify, the upload is technically correct, the underlinking seems fixed. The issue is that vtk is using tcl/tk 8.5 while some parts of debian are already using tcl/tk 8.6 both versions of tcl/tk are incompatible and cannot be used at the same time. as vtk is a base library it using 8.5 is a problem because any component using 8.6 will crash when it somehow also uses vtk. An example is python-scitools which can use tcl 8.6 via matplotlib/python-tk and tcl 8.5 via vtk. This causes a crash on startup (note matplotlib is currently broken due to another uncoordinated tcl/tk change (multiarch)) The state of the tcl/tk migration is currently unclear to me, and so is also what vtk should use. Due to the incompatiblity all tcl/tk libraries and apps that are connected need to be moved to the same version in one go and not each package at its leisure. I'm not familiar with the vtk dependency graph to judge if it is the right time to move vtk to 8.6 yet. I add the tcl maintainer Sergei Golovan maybe he can clarify what we should do. Somewhat related: I noticed that the tcl bindings of vtk 6 are not working at all. It does not find the tcl libraries in their multiarch location. See apt-get install tcl-vtk6 tclsh; tclsh package require vtk couldn't load file "/usr/lib/libvtkCommonCoreTCL-6.1.so": /usr/lib/libvtkCommonCoreTCL-6.1.so: cannot open shared object file: No such file or directory -- 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/CAK5FAtF9M7FDve7MraDj307qWjqACiBEa+zufdjsKqXT=ad...@mail.gmail.com
vtk, another upload might be needed
Hi Vincent, Julian, Jordi and debian-mentors, unfortunately this morning on irc Julian Taylor pointed out that this release breaks tcl/tk 8.6 underlinking Seems that the upload of -15.1 was not completely correct 5.8.0-15.1 * Non-maintainer upload. * Look for TCL and TK in the multi-arch triplet dir (closes: #724831). * Apply patch from Julian Taylor to fix TCL underlinking (closes: #742359). So I grab the debdiff [1] and changed it to apply to the new 17.3 upload (the patch was already there, just some tweaks in debian/changelog I don't know if you can upload of I need to open an RC bug, please let me know the most convenient way I'm attaching the new debdiff file, please let me know if I need to do something more [1] https://launchpadlibrarian.net/170382680/vtk_5.8.0-14.1ubuntu2_5.8.0-14.1ubuntu3.diff.gz cheers, Gianfranco diff Description: Binary data
Re: How to do a test sbuild with additional package, not in the repositories?
Paul Elliott writes: > 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? Check out https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700522 I'm using gthomas' extra-package branch for quite some time with success. -- Regards, Feri. -- 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/877g3ybfkj@lant.ki.iif.hu
Re: vtk, another upload might be needed
Ops, ubuntu folks were slightly faster than me here the debdiff https://launchpadlibrarian.net/179006161/vtk_5.8.0-17.3_5.8.0-17.3ubuntu1.diff.gz cheers, Gianfranco Il Lunedì 30 Giugno 2014 17:13, Gianfranco Costamagna ha scritto: > > >Hi Vincent, Julian, Jordi and debian-mentors, > > > >unfortunately this morning on irc Julian Taylor pointed out that this release >breaks tcl/tk 8.6 underlinking > >Seems that the upload of -15.1 was not completely correct > >5.8.0-15.1 > > * Non-maintainer upload. > * Look for TCL and TK in the multi-arch triplet dir (closes: #724831). > * Apply patch from Julian Taylor to fix TCL underlinking (closes: #742359). > > > >So I grab the debdiff [1] and changed it to apply to the new 17.3 upload (the >patch was already there, just some tweaks in debian/changelog > > >I don't know if you can upload of I need to open an RC bug, please let me know >the most convenient way > > >I'm attaching the new debdiff file, please let me know if I need to do >something more > > > > > >[1] >https://launchpadlibrarian.net/170382680/vtk_5.8.0-14.1ubuntu2_5.8.0-14.1ubuntu3.diff.gz > > >cheers, > >Gianfranco > > > >
Bug#753341: RFS: postr/0.13-2
Package: sponsorship-requests Severity: important Dear mentors, I am looking for a sponsor for my package "postr" * Package name: postr Version : 0.13-2 Upstream Author : Ross Burton Upstream Maintainer : Germán Póo-Caamaño * URL : https://wiki.gnome.org/Apps/Postr * License : GPL-2+ Section : graphics It builds those binary packages: postr - upload photos to Flickr To access further information about this package, please visit the following URL: http://mentors.debian.net/package/postr Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/p/postr/postr_0.13-2.dsc More information about postr can be obtained from https://wiki.gnome.org/Apps/Postr. Changes since the last upload: Added patch to make the application useable with the new Flickr HTTPS-only API. Update the Vcs-* fields in debian/control to fix lintian vcs-field-not-canonical tag. Fixed typo on copyright year for manpage. PS: I do not have access to the collab-maint repository[0] and therefore have used a github repository to make my changes available online[1]. I hope that if anyone sponsors the package, that my changes are also pushed to the collab-maint repository. [0]: git://git.debian.org/git/collab-maint/postr.git [1]: g...@github.com:scanf/postr.git -- 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/20140630181535.ga30...@gmail.com
Bug#753348: RFS: gnustep-performance/0.5.0-1 [ITP] -- GNUstep performance library
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "gnustep-performance". * Package name: gnustep-performance Version : 0.5.0-1 Upstream Author : Richard Frith-Macdonald * URL : http://gnustep.org * License : LGPL-3+ Section : libs Programing Lang : Objective-C It builds these binary packages: libperformance-dev - GNUstep performance library (development files) libperformance0.5 - GNUstep performance library (runtime library) libperformance0.5-dbg - GNUstep performance library (debugging symbols) To access further information about this package, please visit the following URL: http://mentors.debian.net/package/gnustep-performance Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/g/gnustep-performance/gnustep-performance_0.5.0-1.dsc The ITP bug is #753092. -- 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/87egy6455r@yavor.doganov.org
Bug#745126: RFS: passwordsafe/0.93+dfsg-1 [ITP]
Hi folks, It's been a couple of months since my initial RFS went out, but there haven't been any volunteers. So I thought I'd ping again and see if anyone would be willing to review/upload. Thanks! Bill - Forwarded message from Bill Blough - Date: Fri, 18 Apr 2014 04:31:00 -0400 From: Bill Blough To: sub...@bugs.debian.org Subject: Bug#745126: RFS: passwordsafe/0.93+dfsg-1 [ITP] User-Agent: Mutt/1.5.21 (2010-09-15) Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "passwordsafe" * Package name: passwordsafe Version : 0.93+dfsg-1 Upstream Author : Rony Shapiro * URL : http://passwordsafe.sourceforge.net/ * License : Artistic 2.0 Section : utils It builds those binary packages: passwordsafe - Simple & Secure Password Management passwordsafe-common - architecture independent files for Password Safe To access further information about this package, please visit the following URL: http://mentors.debian.net/package/passwordsafe Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/p/passwordsafe/passwordsafe_0.93+dfsg-1.dsc More information about passwordsafe can be obtained from http://www.pwsafe.org/ Regards, Bill Blough -- 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/20140418083059.ga15...@blough.us - End forwarded message - signature.asc Description: Digital signature
Bug#738555: marked as done (RFS: qpid-dispatch/0.1-1 [ITP])
Your message dated Tue, 01 Jul 2014 04:25:04 + with message-id and subject line closing RFS: qpid-dispatch/0.1-1 [ITP] has caused the Debian Bug report #738555, regarding RFS: qpid-dispatch/0.1-1 [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.) -- 738555: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738555 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "qpid-dispatch" * Package name: qpid-dispatch Version : 0.1-1 Upstream Author : Qpid team * URL : http://qpid.apache.org/components/dispatch-router/ * License : ASL 2.0 Section : misc It builds those binary packages: libqpid-dispatch - The Qpid Dispatch Router library libqpid-dispatch-devel - Development files for Qpid Dispatch qpid-dispatch-router - The Qpid Dispatch router qpid-dispatch-router-docs - Documentation for the Qpid Dispatch router qpid-dispatch-tools - Tools for the Qpid Dispatch router To access further information about this package, please visit the following URL: http://mentors.debian.net/package/qpid-dispatch Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/q/qpid-dispatch/qpid-dispatch_0.1-1.dsc More information about hello can be obtained from http://qpid.apache.org/components/dispatch-router/ -- Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc. Delivering value year after year. Red Hat ranks #1 in value among software vendors. http://www.redhat.com/promo/vendor/ --- End Message --- --- Begin Message --- Package qpid-dispatch has been removed from mentors.--- End Message ---