Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.bugs.dist > #981267
| From | "Chris Lamb" <lamby@debian.org> |
|---|---|
| Newsgroups | linux.debian.bugs.dist |
| Subject | Bug#943471: khard: please make the build reproducible |
| Date | 2019-10-28 15:30 +0100 |
| Message-ID | <yWebT-2P7-3@gated-at.bofh.it> (permalink) |
| References | <yV3BU-7ng-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
forwarded 943471 https://github.com/scheibler/khard/pull/233
thanks
Félix Sipma wrote:
> Thanks for the report and the attached patch. Would you want to file a
> pull request to upstream directly?
No problem. I've forwarded this upstream here:
https://github.com/scheibler/khard/pull/233
As part of this I noticed that the patch I previously attached was a
little bit garbled so it won't apply completely cleanly... but I think
after the above PR is merged and released you will just need to do:
--- a/debian/rules 2019-10-25 09:18:54.208690284 +0100
--- b/debian/rules 2019-10-25 09:33:48.499676643 +0100
@@ -8,5 +8,9 @@
make man
dh_auto_build
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -f khard/version.py
+
… but you may need to add `tar-ignore = "*/version.py"` to debian/
source/options too, I am not quite sure right now.
Hope that helps.
Best wishes,
--
,''`.
: :' : Chris Lamb
`. `'` lamby@debian.org / chris-lamb.co.uk
`-
Back to linux.debian.bugs.dist | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Bug#943471: khard: please make the build reproducible "Chris Lamb" <lamby@debian.org> - 2019-10-25 11:00 +0200
Bug#943471: khard: please make the build reproducible Félix Sipma <felix+debian@gueux.org> - 2019-10-28 14:50 +0100
Bug#943471: khard: please make the build reproducible "Chris Lamb" <lamby@debian.org> - 2019-10-28 15:30 +0100
Bug#943471: khard: please make the build reproducible Félix Sipma <felix+debian@gueux.org> - 2019-10-28 15:40 +0100
csiph-web