Can I upload a Python application to DPMT?
Hello, Would anyone have a problem with me moving the s3ql package from the DPAT to the DPMT repository? I want to switch from svn to git (-dpm). If that's not a good idea, I'll create some new git repo somewhere, but I figured that DPMT might be better. Best, -Nikolaus -- GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F »Time flies like an arrow, fruit flies like a Banana.«
Is pristine-tar failing just for me?
Hello, Whenever I use pristine-tar, I'm getting the following warning: | warning: pristine-gz cannot reproduce build of [whatever].orig.tar.gz; storing 85% size diff in delta | (Please consider filing a bug report so the delta size can be improved.) I've reported this as a bug, but since pristine-tar is unmaintained I don't except any quick fix. However, I am wondering: am I the only one who sees this, or do other people here have the same issue? The most recent example is the python-llfuse tarball. It is generated by uscan after filtering out non-DFSG files. Best, -Nikolaus -- GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F »Time flies like an arrow, fruit flies like a Banana.«
Re: Can I upload a Python application to DPMT?
[Nikolaus Rath, 2016-03-09] > Would anyone have a problem with me moving the s3ql package from the > DPAT to the DPMT repository? I want to switch from svn to git (-dpm). yes. Please don't do that. If you don't want to maintain it in PAPT, move it to collab-maint or anywhere else but not DPMT. DPMT is for libraries, not for applications, sorry. -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645
Re: Is pristine-tar failing just for me?
On Mar 09, 2016, at 11:21 AM, Nikolaus Rath wrote: >Whenever I use pristine-tar, I'm getting the following warning: > >| warning: pristine-gz cannot reproduce build of [whatever].orig.tar.gz; >storing 85% size diff in delta >| (Please consider filing a bug report so the delta size can be improved.) > >I've reported this as a bug, but since pristine-tar is unmaintained I >don't except any quick fix. > >However, I am wondering: am I the only one who sees this, or do other >people here have the same issue? > >The most recent example is the python-llfuse tarball. It is generated by >uscan after filtering out non-DFSG files. I think saw it the other day on python-virtualenv, which also filters out non-DFSG files. I don't remember seeing it on python-colorama or python-pip (which doesn't mean it didn't happen ;). It was just a warning and didn't seem to affect anything so I ignored it. Maybe I shouldn't have. Cheers, -Barry
Re: Is pristine-tar failing just for me?
On Wed, 9 Mar 2016, Nikolaus Rath wrote: Hello, Whenever I use pristine-tar, I'm getting the following warning: | warning: pristine-gz cannot reproduce build of [whatever].orig.tar.gz; storing 85% size diff in delta | (Please consider filing a bug report so the delta size can be improved.) I've reported this as a bug, but since pristine-tar is unmaintained I don't except any quick fix. I saw this a few months ago and filed https://bugs.debian.org/805488 after a bit of debugging -- it seems like it's specifically the result of uscan / mk-origtargz calling gzip --rsyncable, and pristine-tar not knowing how to handle that. Probably it's the same thing; you can try by manually un-gzipping and redoing with regular gzip. -- Geoffrey Thomas https://ldpreload.com geo...@ldpreload.com