[devscripts] 02/03: uscan: Add example for decompress

2018-01-31 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 50844c1ba710eebfb7645e07416e7377a5dbd495 Author: Osamu Aoki <os...@debian.org> Date: Thu Feb 1 01:59:00 2018 + uscan: Add example for deco

[devscripts] branch master updated (8751486 -> 3631440)

2018-01-31 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from 8751486 reproducible-check: Instruct to install python3-xdg if missing. new 656c66f uscan: Fix signature extension and add ftp test

[devscripts] python3 migration completed ... I think

2018-01-24 Thread Osamu Aoki
Hi, I think devscripts package is now migrated to python3, I think by updating python used in the test environment. Regards, Osamu ___ devscripts-devel mailing list devscripts-devel@lists.alioth.debian.org

Bug#888046: devscripts: Support signatures against uncompressed tarballs

2018-01-24 Thread Osamu Aoki
Hi, I know I wrote code to check signature after decompression. On Tue, Jan 23, 2018 at 10:46:55AM -0800, Vagrant Cascadian wrote: > On 2018-01-23, Osamu Aoki wrote: > > I am in a good mood to do my user support duty :-) So let me show. ... > > The obvious way is to read the m

Re: Good but ... mk-origtargz Allow more files to be deleted than can fit inside argv (`getconf ARG_MAX`)

2018-01-24 Thread Osamu Aoki
Hi, On Tue, Jan 23, 2018 at 03:58:11PM +0100, Mattia Rizzolo wrote: > On Tue, Jan 23, 2018 at 10:58:53PM +0900, Osamu Aoki wrote: > > This looks a reasonable patch. But I don't know why you chose > > 16384=0x400 as the max figure. ... (It's ARG_MAX is in BYTEs but ...) &g

[devscripts] 01/01: python3 migration: pylint -> pylint3

2018-01-23 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit b17add3d88bbcd46796b6d842a9c661271607786 Author: Osamu Aoki <os...@debian.org> Date: Tue Jan 23 23:50:29 2018 +0900 python3 migration:

[devscripts] branch master updated (240cae9 -> b17add3)

2018-01-23 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from 240cae9 uscan: test scripts migrate to python3 new b17add3 python3 migration: pylint -> pylint3 The 1 revisions listed above as "new" are

[devscripts] 01/01: uscan: test scripts migrate to python3

2018-01-23 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 240cae9a19c5532ab418bc63fcaca5231de1a470 Author: Osamu Aoki <os...@debian.org> Date: Tue Jan 23 23:37:48 2018 +0900 uscan: test scripts m

[devscripts] branch master updated (14834f2 -> 240cae9)

2018-01-23 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from 14834f2 uscan: changelog update new 240cae9 uscan: test scripts migrate to python3 The 1 revisions listed above as "new" are entirely new

Good but ... mk-origtargz Allow more files to be deleted than can fit inside argv (`getconf ARG_MAX`)

2018-01-23 Thread Osamu Aoki
Hi, On Sat, Jan 13, 2018 at 04:23:34PM +, Ximin Luo wrote: > This is an automated email from the git hooks/post-receive script. > > infinity0 pushed a commit to branch pu/mk-origtargz-argmax > in repository devscripts. > > commit 3fa9a36bb4f352c07a3537cb597aaf734ce936f1 > Author: Ximin Luo

Bug#827814: accept multiple watch lines as one group

2018-01-20 Thread Osamu Aoki
Hi, This is just a design note: Currently, one watch line (after concatenating physical lines if there is a tailing \) corresponds to one file download. Let's introduce "group" and "priority" to opts to use multiple lines to describe one download. Let's make the "watch" file to consist of

Bug#827814: support searching in multiple directories for matching files

2018-01-20 Thread Osamu Aoki
severity 819170 wishlist forcemerge 819170 827814 841499 thanks https://bugs.debian.org/819170 https://bugs.debian.org/827814 https://bugs.debian.org/841499 Thanks for reminding this fundamental problem of uscan. These are all the same problem. Current uscan watch line parser is not

[devscripts] 03/04: uscan: refactor safe_replace

2018-01-17 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 10b989e022505b2b8b2be933c857368bd2d48e22 Author: Osamu Aoki <os...@debian.org> Date: Wed Jan 17 07:06:22 2018 + uscan: refactor safe_r

[devscripts] 04/04: uscan: changelog update

2018-01-17 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 14834f252f7ba0fc464c7871af68127e6bd49f01 Author: Osamu Aoki <os...@debian.org> Date: Wed Jan 17 07:36:02 2018 + uscan: changelog

[devscripts] branch master updated (6ac354b -> 14834f2)

2018-01-17 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from 6ac354b Indent second column in ltnu.pod's shortcut list further new 43682dc uscan: add git HEAD heads/ tracking new e52fcc2

Bug#811565: [uscan] git mode: allow for scanning repositories without tags

2018-01-13 Thread Osamu Aoki
thub, git over WEBDAV, ... Latest local diff is attached. Osamu >From a635d170bfc8b09218c778ea1f7d3866b0776531 Mon Sep 17 00:00:00 2001 From: Osamu Aoki <os...@debian.org> Date: Sat, 13 Jan 2018 21:24:34 +0900 Subject: [PATCH] Improve git (wip) Now git and git-dumb exists Need to

[devscripts] 01/01: Use options{'mode'} with http/ftp

2018-01-13 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit ad47512f30a7bdbee37d5e76753b6d105a4948c4 Author: Osamu Aoki <os...@debian.org> Date: Sat Jan 13 23:26:06 2018 +0900 Use options{'mode'} with ht

[devscripts] branch master updated (37c7e96 -> ad47512)

2018-01-13 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from 37c7e96 Reorganize code for readability new ad47512 Use options{'mode'} with http/ftp The 1 revisions listed above as "new" are entirely

[devscripts] 01/01: Reorganize code for readability

2018-01-13 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 37c7e96e6b387144af3a654bc0c19bf5df6026e8 Author: Osamu Aoki <os...@debian.org> Date: Sat Jan 13 15:56:56 2018 +0900 Reorganize code for reada

[devscripts] branch master updated (646d7a8 -> 37c7e96)

2018-01-13 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from 646d7a8 hrefdecode new 37c7e96 Reorganize code for readability The 1 revisions listed above as "new" are entirely new to this repository

[devscripts] branch master updated (29a384a -> 646d7a8)

2018-01-12 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from 29a384a uscan: Bug number: 505857 -> 884880 new 646d7a8 hrefdecode The 1 revisions listed above as "new" are entirely new to this

Bug#884604: devscripts: [uscan] please support hexadecimal encoded URLs

2018-01-12 Thread Osamu Aoki
Hi, This wishlist bug seems to be a low hanging tasty fruit. On Sun, Dec 17, 2017 at 04:05:20PM +0100, Michael Banck wrote: > Package: devscripts > Version: 2.15.3+deb8u1 > Severity: wishlist > > Dear Maintainer, > > I have the issue that one of my upstreams is hosted on a GForge > instance,

[devscripts] branch master updated (57ea0c5 -> 29a384a)

2018-01-12 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from 57ea0c5 uscan: clarify the importance of version=4 new 29a384a uscan: Bug number: 505857 -> 884880 The 1 revisions listed above as "new"

[devscripts] 01/01: uscan: Bug number: 505857 -> 884880

2018-01-12 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 29a384ade1a1bff7327f871a7882a3d853a0f78a Author: Osamu Aoki <os...@debian.org> Date: Fri Jan 12 20:39:46 2018 +0900 uscan: Bug number:

[devscripts] branch master updated (658f865 -> 57ea0c5)

2018-01-12 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from 658f865 uupdate: fix bash completion new 57ea0c5 uscan: clarify the importance of version=4 The 1 revisions listed above as "new" are

[devscripts] 01/01: uscan: clarify the importance of version=4

2018-01-12 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 57ea0c53772767beb3e44697562ef821ceb9dfd4 Author: Osamu Aoki <os...@debian.org> Date: Fri Jan 12 20:08:03 2018 +0900 uscan: clarify the impo

[devscripts] 01/01: uupdate: fix bash completion

2018-01-12 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 658f8650f139ad302f888acb2910b819dfce3e3f Author: Osamu Aoki <os...@debian.org> Date: Fri Jan 12 18:11:39 2018 +0900 uupdate: fix bash comp

[devscripts] branch master updated (9c4a0a9 -> 658f865)

2018-01-12 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from 9c4a0a9 ltnu: Avoid using L<> with emails in the POD documentation, so it can be built with an older pod as well. new 658f865 uupdate: fix

Re: [devscripts] branch master updated (96b67fa -> 8536b84)

2017-10-06 Thread Osamu Aoki
On Sun, Oct 01, 2017 at 08:54:54PM +0200, Christoph Berg wrote: > Re: Osamu Aoki 2017-09-30 > <20170930125429.2rti77eylyvb5...@goofy.tc4.so-net.ne.jp> > > But I don't find strong reason nor have guts to take this chance without > > others encouraging me. Let me discuss

Re: [devscripts] branch master updated (96b67fa -> 8536b84)

2017-09-30 Thread Osamu Aoki
Hi, On Sat, Sep 30, 2017 at 10:53:12AM +0200, Christoph Berg wrote: > Re: Osamu Aoki 2017-09-30 > <20170930002527.er6whbjmtqjrq...@goofy.tc4.so-net.ne.jp> > > No download. Come to think of, this is expected. You requested > > USCAN_DOWNLOAD=no and it was hono

Re: [devscripts] branch master updated (96b67fa -> 8536b84)

2017-09-29 Thread Osamu Aoki
Hi, On Sat, Sep 30, 2017 at 09:25:27AM +0900, Osamu Aoki wrote: > I see no problem. Can you tell me what is the problem a bit in detail? I now see your concern. I sort of re-activated your patch to origtargz with slightly different twist. :-) Normally, uscan should respect USCAN_DOWNL

[devscripts] 01/01: origtargz: Force --download even when USCAN_DOWNLOAD=no

2017-09-29 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 4a3e770f429f791bcd4bac70187d7362e0bc208c Author: Osamu Aoki <os...@debian.org> Date: Sat Sep 30 11:07:30 2017 +0900 origtargz: Force --downloa

[devscripts] branch master updated (29565f9 -> 4a3e770)

2017-09-29 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from 29565f9 uscan: manpage readability (add bold) new 4a3e770 origtargz: Force --download even when USCAN_DOWNLOAD=no The 1 revisions listed

Re: [devscripts] branch master updated (96b67fa -> 8536b84)

2017-09-29 Thread Osamu Aoki
Hi, I see no problem. Can you tell me what is the problem a bit in detail? Here are my test with the same source with change log snipped to 3.0. It seems ito me the problem happens with setting in your .devscripts. Only "USCAN_VERBOSE=yes" but nothing else. | $ uscan

[devscripts] branch master updated (91ce221 -> 29565f9)

2017-09-29 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from 91ce221 uscan: Correct information on the OpenPGP fingerprint etc. new 29565f9 uscan: manpage readability (add bold) The 1 revisions listed

[devscripts] 01/01: uscan: manpage readability (add bold)

2017-09-29 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 29565f93a9d06a20e1d713ee847fd37b62780067 Author: Osamu Aoki <os...@debian.org> Date: Sat Sep 30 08:54:20 2017 +0900 uscan: manpage readabilit

[devscripts] 01/01: uscan: Correct information on the OpenPGP fingerprint etc.

2017-09-29 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 91ce22128143634fa46423e735ecf5bd35c0bb55 Author: Osamu Aoki <os...@debian.org> Date: Fri Sep 29 22:45:29 2017 +0900 uscan: Correct infor

[devscripts] branch master updated (a2366f8 -> 91ce221)

2017-09-29 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from a2366f8 uscan: Auto enable --force-download new 91ce221 uscan: Correct information on the OpenPGP fingerprint etc. The 1 revisions listed

[devscripts] branch master updated (6f09b5f -> a2366f8)

2017-09-29 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from 6f09b5f TRAVIS_DEBIAN_BACKPORTS is now a list of strings. new 32f43a9 Revert "origtargz: Add --force-download to uscan --download-current

[devscripts] 02/02: uscan: Auto enable --force-download

2017-09-29 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit a2366f8562bf8ee08523a628c415f3fabfbad52e Author: Osamu Aoki <os...@debian.org> Date: Fri Sep 29 21:33:25 2017 +0900 uscan: Auto enable -

[devscripts] 01/02: Revert "origtargz: Add --force-download to uscan --download-current ..."

2017-09-29 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 32f43a977e84e695073356707f3aaa4e4d9f746d Author: Osamu Aoki <os...@debian.org> Date: Fri Sep 29 21:31:28 2017 +0900 Revert "origtargz:

Re: [devscripts] branch master updated (96b67fa -> 8536b84)

2017-09-29 Thread Osamu Aoki
Hi, On Fri, Sep 29, 2017 at 09:50:12AM +0200, Christoph Berg wrote: > Re: Osamu Aoki 2017-09-28 > <20170928125625.uvpux6wmsjqyo...@goofy.tc4.so-net.ne.jp> > > > from 96b67fa Expand changelog based on output of gbp dch > > > --git-log="--author=Chris

debuild/dpkg-buildpackage/... outdated wrapper scripts

2017-09-28 Thread Osamu Aoki
; From: Osamu Aoki <aoki.os...@gmail.com> > To: jean-christophe manciot <actionmysti...@gmail.com> > Cc: 876024-qu...@bugs.debian.org, 876024-submit...@bugs.debian.org > Subject: Re: Bug#876024: marked as pending > > Hi, > > On Sun, Sep 24, 2017 at 05:08:52PM +0200,

Alternative solution origtargz -> uscan

2017-09-28 Thread Osamu Aoki
On Wed, Sep 27, 2017 at 05:33:00PM +, Christoph Berg wrote: ... >new 8536b84 origtargz: Add --force-download to uscan > --download-current version; recent uscan versions require it How about: If --safe, let's not change $download to 2 If normal download, enable --force-download

Re: [devscripts] branch master updated (96b67fa -> 8536b84)

2017-09-28 Thread Osamu Aoki
Hi, On Wed, Sep 27, 2017 at 05:33:00PM +, Christoph Berg wrote: > This is an automated email from the git hooks/post-receive script. > > myon pushed a change to branch master > in repository devscripts. > > from 96b67fa Expand changelog based on output of gbp dch >

Re: Bug#876701: rc-alert: a patch for ~/.boring-bugs to ignore

2017-09-27 Thread Osamu Aoki
Hi, On Mon, Sep 25, 2017 at 09:32:32PM +0200, Adam Borowski wrote: > On Mon, Sep 25, 2017 at 09:03:08PM +0900, Osamu Aoki wrote: > > On Mon, Sep 25, 2017 at 12:37:57AM +0200, Adam Borowski wrote: > > ... > > > Here's a patch that implements "~/.boring-bugs".

[devscripts] branch master updated (7126493 -> c90c4d6)

2017-09-27 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from 7126493 debuild: Avoid uninitialized value $1 new c90c4d6 Drop Uploaders altogether. The 1 revisions listed above as "new" are entirely new

[devscripts] 01/01: Drop Uploaders altogether.

2017-09-27 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit c90c4d61f5be93da79fa84cc66e9a43d04707768 Author: Osamu Aoki <os...@debian.org> Date: Wed Sep 27 20:53:46 2017 +0900 Drop Uploaders alto

Re: backporting latest devscripts version

2017-09-27 Thread Osamu Aoki
Hi, On Wed, Sep 27, 2017 at 12:28:58PM +0200, Mattia Rizzolo wrote: > On Tue, Sep 26, 2017 at 09:54:32PM +0200, Paul Gevers wrote: > > The devscripts have a history of being provided to backports. Do you > > want to provide the backport? > > Right, I'll take care of doing such backport. > > I

Re: James McCoy removed from Uploaders

2017-09-27 Thread Osamu Aoki
Hi, On Wed, Sep 27, 2017 at 12:45:29AM +0200, Benjamin Drung wrote: > Am Freitag, den 15.09.2017, 00:15 +0900 schrieb Osamu Aoki: > > Hi, > > > > Thanks James for your good work and help. > > > > >  Maintainer: Devscripts Devel Team <devscrip

Updating the Uploaders for devscripts

2017-09-25 Thread Osamu Aoki
sending this mail.) Regards, Osamu On Thu, Sep 14, 2017 at 05:25:12PM +0200, Mattia Rizzolo wrote: > On Fri, Sep 15, 2017 at 12:15:23AM +0900, Osamu Aoki wrote: > > Thanks James for your good work and help. > > Indeed, thank you a whole bunch for all your work in this years! >

Bug#876701: rc-alert: a patch for ~/.boring-bugs to ignore

2017-09-25 Thread Osamu Aoki
Hi, On Mon, Sep 25, 2017 at 12:37:57AM +0200, Adam Borowski wrote: ... > Here's a patch that implements "~/.boring-bugs". If such a file exists, all > lines starting with a bug number make rc-alert and tools that use it filter > out those bugs. Interesting idea. I thought it needs to update

[devscripts] branch master updated (404f2b9 -> 7126493)

2017-09-24 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from 404f2b9 debuild: support -ui new 7126493 debuild: Avoid uninitialized value $1 The 1 revisions listed above as "new" are entirely new to

[devscripts] 01/01: debuild: Avoid uninitialized value $1

2017-09-24 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 7126493cb8ecbf85515a6c54132aa6754f67a3f4 Author: Osamu Aoki <os...@debian.org> Date: Sun Sep 24 19:34:35 2017 +0900 debuild: Avoid uninitialized

Bug#874718: dch " " was the answer

2017-09-23 Thread Osamu Aoki
control: forcemerge 842468 874718 Hi This was fixed with Debian Bug report logs - #842468 add option to suppress "New upstream release" in changelog debchange manpage was updated and clarified that "" and " " makes difference. I just forgot to add this to changelog. Regards, Osamu

[devscripts] 01/01: debuild: support -ui

2017-09-23 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 404f2b9fb1427c6e030e01ba9579af84fef85954 Author: Osamu Aoki <os...@debian.org> Date: Sat Sep 23 09:36:13 2017 +0900 debuild: suppo

Re: Bug#876024: dpkg-buildpackage tries to sign buildinfo despite --unsigned-buildinfo or --no-sign passed to debuild

2017-09-18 Thread Osamu Aoki
Hi, On Mon, Sep 18, 2017 at 09:55:55AM +0200, jean-christophe manciot wrote: > @Osamu Aoki > You say --no-sign and --unsigned-buildinfo options are unsupported by  > dpkg-buildpackage, but: No I try to say these dpkg-buildpackage options are not supported by debuild. > # dpkg-

Re: Bug#876024: dpkg-buildpackage tries to sign buildinfo despite --unsigned-buildinfo or --no-sign passed to debuild

2017-09-17 Thread Osamu Aoki
Hi, On Sun, Sep 17, 2017 at 07:58:16PM +0200, Guillem Jover wrote: > Control: reassign -1 devscripts > > Hi! > > On Sun, 2017-09-17 at 15:36:00 +0200, jean-christophe manciot wrote: > > Package: dpkg-dev > > Version: 1.18.24 > > > With --unsigned-buildinfo: > > ... > > Finished running

James McCoy removed from Uploaders

2017-09-14 Thread Osamu Aoki
Hi, Thanks James for your good work and help. > Maintainer: Devscripts Devel Team > -Uploaders: James McCoy , > - Martin Zobel-Helas , > +Uploaders: Martin Zobel-Helas , >

skipped 'pylint crashed :/

2017-09-10 Thread Osamu Aoki
Hi, Just to make this more noticeable. pylint seems to crash when running test_pylint as a part of "make test" Then it reports as "OK (skipped=1)". Is this normal and OK? Osamu PS: See Bug#874718 for more. ___ devscripts-devel mailing list

[devscripts] branch master updated (ecb818d -> b69b2b9)

2017-09-10 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from ecb818d scripts/Makefile: clean up .PHONY new b69b2b9 scripts/Makefile: test_py to depend on ../version The 1 revisions listed above as

[devscripts] 01/01: scripts/Makefile: test_py to depend on ../version

2017-09-10 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit b69b2b9cd3fb7ece26033ea97442dace707d2122 Author: Osamu Aoki <os...@debian.org> Date: Sun Sep 10 22:11:21 2017 +0900 scripts/Makefile: t

Bug#874718: debchange doesn't allow empty changelog entry

2017-09-10 Thread Osamu Aoki
Hi Good news mostly but some concern on pylint, now. On Sun, Sep 10, 2017 at 12:00:08AM +0100, Adam D. Barratt wrote: > Control: retitle -1 dch "" should not create maintainer header > Control: tags -1 + patch Title: I agree. Patch: I committed a slightly different patch. Your proposal: > diff

[devscripts] 01/01: scripts/Makefile: clean up .PHONY

2017-09-10 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit ecb818dcfc7c98122b9fb5e93dbccf71d6c14a8f Author: Osamu Aoki <os...@debian.org> Date: Sun Sep 10 19:38:53 2017 +0900 scripts/Makefile: clean up

[devscripts] branch master updated (df9e22f -> ecb818d)

2017-09-10 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from df9e22f debchange: update changelog entry correctly new ecb818d scripts/Makefile: clean up .PHONY The 1 revisions listed above as "new" are

[devscripts] 04/05: uupdate: Add an empty changelog entry

2017-09-10 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit a0a2cd85c3d1e29fa242857d7c192d8cc39bf46f Author: Osamu Aoki <os...@debian.org> Date: Sun Sep 10 08:09:44 2017 +0900 uupdate: Add an empty cha

[devscripts] 03/05: test_uscan*: test with debchange in the source

2017-09-10 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit bc9ce29d0090a31644f0d2396835aa7fdb4edab9 Author: Osamu Aoki <os...@debian.org> Date: Sun Sep 10 09:48:57 2017 +0900 test_uscan*: test with deb

[devscripts] 02/05: Makefile: Syntax check scripts before test runs

2017-09-10 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 02a50a070be10807de498d70933f7a123e97566b Author: Osamu Aoki <os...@debian.org> Date: Sun Sep 10 08:19:18 2017 +0900 Makefile: Syntax check s

[devscripts] branch master updated (3771d62 -> df9e22f)

2017-09-10 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from 3771d62 ci: Add backports and nocheck builds to matrix new 4901fb8 scrips/Makefile: test target fixes and helper targets new 02a50a0

[devscripts] 05/05: debchange: update changelog entry correctly

2017-09-10 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit df9e22fb0e16c5bd693595e0d03e86164380e471 Author: Osamu Aoki <os...@debian.org> Date: Sun Sep 10 07:44:14 2017 +0900 debchange: update changelog

[devscripts] 01/05: scrips/Makefile: test target fixes and helper targets

2017-09-10 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 4901fb804cc1c6b29f93011db5dcc53078a092c6 Author: Osamu Aoki <os...@debian.org> Date: Sun Sep 10 08:27:38 2017 +0900 scrips/Makefile: test target

Bug#874718: debchange doesn't allow empty changelog entry

2017-09-09 Thread Osamu Aoki
kind of changelog chokes other tools parsing it. pkg-parsechangelog: warning: debian/changelog(l4): found trailer where expected start of change data LINE: -- Osamu Aoki <os...@debian.org> Sat, 09 Sep 2017 10:10:20 +0900 To me, it is better to create an empty entry to be modified later b

[devscripts] branch master updated (5d2c714 -> 66ff181)

2017-09-08 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from 5d2c714 uscan: rename downloaded signature to .asc new 66ff181 mk-origtargz: skip upstream signature when repacking The 1 revisions listed

[devscripts] 01/01: mk-origtargz: skip upstream signature when repacking

2017-09-08 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 66ff1816fdce7bdd46a7d770d83fdb53599f9de8 Author: Osamu Aoki <os...@debian.org> Date: Sat Sep 9 08:44:20 2017 +0900 mk-origtargz: skip up

[devscripts] branch master updated (226b0d8 -> 5d2c714)

2017-09-08 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from 226b0d8 uscan: use proper file extension for signature new 5d2c714 uscan: rename downloaded signature to .asc The 1 revisions listed above

[devscripts] 01/01: uscan: rename downloaded signature to .asc

2017-09-08 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 5d2c7149c9467addf50aa51277258be9d0b8a112 Author: Osamu Aoki <os...@debian.org> Date: Sat Sep 9 00:27:42 2017 +0900 uscan: rename downloaded sig

Bug#874667: uscan: please remove upstream signature when repacking tarballs

2017-09-08 Thread Osamu Aoki
Hi, On Fri, Sep 08, 2017 at 04:38:55PM +0200, Guido Günther wrote: > Package: devscripts > Version: 2.17.9 > Severity: wishlist > File: /usr/bin/uscan > > Hi, > the upstream signture will no longer verify successfully if uscan > repacks the tarball using the information from debian/copyright. In

Bug#874666: uscan: please rename downloaded signature to .asc

2017-09-08 Thread Osamu Aoki
Hi, On Fri, Sep 08, 2017 at 04:35:35PM +0200, Guido Günther wrote: > Package: devscripts > Version: 2.17.9 > Severity: wishlist > > Hi, > while uscan handle .gpg, gpg, .asc, … dpkg expects .asc so it would be > great if uscan would rename to .asc when signature verification is > successful.

[devscripts] 01/01: uscan: use proper file extension for signature

2017-09-08 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 226b0d8265d815fedcfc076ed2b862d17d9ca655 Author: Osamu Aoki <os...@debian.org> Date: Fri Sep 8 23:26:26 2017 +0900 uscan: use proper file ext

Bug#874569: /usr/bin/uscan: Please rename the signature to .asc when using the mangle mode

2017-09-07 Thread Osamu Aoki
control: tags -1 pending Hi, On Thu, Sep 07, 2017 at 01:09:35PM +0200, Laurent Bigonville wrote: ... > The problem is that dpkg-souces only knows about .asc files apparently, > this means that the signature is not included in the source package. > > The signature should be renamed to .asc IMVHO

[devscripts] 03/03: Make source package bootstrappable

2017-09-07 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 6b552538aa8ab5aa17f4e6fba0da0e0aefa78ced Author: Osamu Aoki <os...@debian.org> Date: Thu Sep 7 21:27:47 2017 +0900 Make source package bootstra

[devscripts] 01/03: uscan: proper suffix

2017-09-07 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit b2d8a49a428fc179b8ba08e3b7852b95fd0c1a4a Author: Osamu Aoki <os...@debian.org> Date: Sat Sep 2 11:47:46 2017 +0900 uscan: proper suffix

[devscripts] 02/03: test_uscan_mangle: check auto mode too

2017-09-07 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit d8e494cdbf827f3005a4bff0840a458c115a7a38 Author: Osamu Aoki <os...@debian.org> Date: Sat Sep 2 17:34:14 2017 +0900 test_uscan_mangle: check aut

[devscripts] branch master updated (0390020 -> 6b55253)

2017-09-07 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from 0390020 debcheckout: Set git's remote..pushurl for --auth new b2d8a49 uscan: proper suffix new d8e494c test_uscan_mangle: check

Bug#833012: Need better example URL

2017-09-03 Thread Osamu Aoki
control: tags -1 moreinfo thanks (FYI: https://bugs.debian.org/833012 ) I tested my updated script and fixed several loose ends. I think thought is right but I need an actual example which works with this new pgpmode=auto with "?" in URL. Your bug report isn't good enough for me to proceed. I

Bug#870640: Make source package bootstrappable

2017-08-29 Thread Osamu Aoki
Hi, On Tue, Aug 29, 2017 at 04:27:16PM +0200, Mattia Rizzolo wrote: ... > tbh, I fail to properly read your sentence above, so I'll avoid doing a > guess of what you mean. hahaha... Basically it breaks my current lazy development work flow and asks me to do one extra step. "make test" in script

Bug#833012: OpenPGP signature mangling rule for auto/default

2017-08-29 Thread Osamu Aoki
Hi, I made a quick fix to address this bug as attached against git head: a830277fec6cea2b4c6cba86ca3a45ceea309b06 This should not only works for default but also work for auto. Sean Whitton, what do you think of this? I will test this later this week when I find some time. Regards, Osamu

Bug#870640: Make source package bootstrappable

2017-08-29 Thread Osamu Aoki
Hi, Thanks for your reply. On Mon, Aug 28, 2017 at 06:49:02PM +0200, Mattia Rizzolo wrote: > On Mon, Aug 28, 2017 at 10:36:45PM +0900, Osamu Aoki wrote: ... > > Then the commit message made me wonder why perl library is needed for build > > script. It was unintuitive but remind

Bug#831521: Custom repacking

2017-08-28 Thread Osamu Aoki
Hi, On Sun, Aug 27, 2017 at 05:24:43PM -0400, Sergio Durigan Junior wrote: > Anyway, I took the liberty and implemented the following mostly-untested > patch to uscan which uses your idea and executes debian/mk-origtargz (if > it exists and is executable) instead of the system's mk-origtargz.

Re: debian/upstream/signing-key.asc in policy 4.1.0

2017-08-28 Thread Osamu Aoki
Hi, On Sun, Aug 27, 2017 at 08:51:49PM -0300, Henrique de Moraes Holschuh wrote: > On Wed, 23 Aug 2017, Russ Allbery wrote: > > Note that this Policy language is carefully written to make it perfectly > > fine for uscan to support all the things it currently supports, since it > > only talks

Bug#870640: Make source package bootstrappable

2017-08-28 Thread Osamu Aoki
Hi, Here is an idea for improvement. Please check my idea is right or not. I am not familiar with this bootstrapping tricks. (What does means? If nocheck is defined, skip it for dependency? Following script may need to flip logic ifeq/ifneq) Recent commits by Mattia Rizzolo made me wonder

Bug#831521: Custom repacking

2017-08-27 Thread Osamu Aoki
control: tags -1 - patch control: severity -1 wishlist control: retitle -1 implement capability to run custom mk-origtargz control: severity 858319 wishlist control: retitle 858319 implement capability to run custom mk-origtargz control: merge 858319 831521 Hi, Just because uupdate entry in

[devscripts] 02/03: uupdate: -b option is not "New upstream release"

2017-08-27 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 5051b9b44006161c79b06ddc960988e5f209bb4a Author: Osamu Aoki <os...@debian.org> Date: Sun Aug 27 20:24:51 2017 +0900 uupdate: -b option is no

[devscripts] branch master updated (b5560b0 -> 3e93f2e)

2017-08-27 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a change to branch master in repository devscripts. from b5560b0 test_uscan_online: update for version 4 new 49e4797 test_uscan: tar only under $PKG new 5051b9b uupdate: -b option is not

[devscripts] 01/03: test_uscan: tar only under $PKG

2017-08-27 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 49e47974fa6733d7280a26167b98f3bb924766b4 Author: Osamu Aoki <os...@debian.org> Date: Sun Aug 27 22:54:12 2017 +0900 test_uscan: tar only unde

[devscripts] 03/03: changelog: signature for upstream tarball

2017-08-27 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit 3e93f2e5c83b948bc7969998b0f88e8fb37ee756 Author: Osamu Aoki <os...@debian.org> Date: Sun Aug 27 23:12:29 2017 +0900 changelog: signature for up

Re: debian/upstream/signing-key.asc in policy 4.1.0

2017-08-27 Thread Osamu Aoki
Oops. On Sun, Aug 27, 2017 at 12:55:26AM +0900, Osamu Aoki wrote: > Hi, > > On Wed, Aug 23, 2017 at 09:27:25AM -0700, Russ Allbery wrote: > > Osamu Aoki <os...@debian.org> writes: > > > The updated uscan will support debian/upstream/signing-key.asc only and > &

[devscripts] 03/04: test_uscan_mangle: Binary key-ring test

2017-08-27 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit c45b9a622b2c2c0811354861ab367ff28b0b8cd8 Author: Osamu Aoki <os...@debian.org> Date: Sun Aug 27 13:14:33 2017 +0900 test_uscan_mangle: Binary ke

[devscripts] 02/04: mk-origtargz: refactor to support symlink

2017-08-27 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit cd1d5e8429aaa335731a524b089c8d2107ad8c0d Author: Osamu Aoki <os...@debian.org> Date: Sun Aug 27 17:31:04 2017 +0900 mk-origtargz: refactor to s

[devscripts] 01/04: uscan: convert to upstream/sign-key.asc

2017-08-27 Thread Osamu Aoki
This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts. commit d702ceb95b935f01d96bf6c0eb98a16e7bbc4129 Author: Osamu Aoki <os...@debian.org> Date: Sun Aug 27 13:12:21 2017 +0900 uscan: convert to upstrea

  1   2   3   4   5   6   >