[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ruby-cmdparse



Am Freitag, den 13.11.2020, 23:29 +0100 schrieb Klaumi Klingsporn:
> Am / On Fri, 13 Nov 2020 21:53:17 +0100
> schrieb / wrote Daniel Leidert <dleidert@debian.org>:
> 
> > $lintian_opts = ['-i', '-I', '-E', '--pedantic'];
> 
> Thanks!
> 
> I created a new merge request for you to get my
> latest changes. Just realized, that I have to to that ;-)

Merged it. Then I took a closer look and found some issues. The link creation
broke due to using the gem installation layout. Also this resulted in having
the doc sources and the example script in the gem location. I did some fixing
and also added some superficial autopkgtest test cases using the example net.rb
script. You can hve a look at it:

- add the team's git repository to yours:

git remote add team git@salsa.debian.org:ruby-team/ruby-cmdparse.git

(check the output of: `git remote -v` afterwards to understand what you did)

- Then update the git repository and get the team's repo's contents (this will
not pull the changes):

git fetch --all

- You can check the changes between your master branch and the one in the
team's repository:

git diff master team/master

- Then you can merge my changes into your master branch (assuming you are in
your master branch):

git merge team/master

- If yomething happens you can always abort:

git merge --abort

Do you want any other changes to be incorporated into the package? From my
point of view it seems ready to be uploaded.

Regards, Daniel
-- 
Regards,
Daniel Leidert <dleidert@debian.org> | https://www.wgdd.de/
GPG-Key RSA4096 / BEED4DED5544A4C03E283DC74BCD0567C296D05D
GPG-Key ED25519 / BD3C132D8B3805D1808123AB7ACE00941E338C78

If you like my work consider sponsoring me via
https://www.patreon.com/join/dleidert

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: