Re: [Rpm-maint] [rpm-software-management/rpm] Trying to upstream Debian patches: Use the Debian standard (and safe) mechanism of generating temporary files. (#987)

2019-12-24 Thread KOLANICH
I am not the original author of the patch (and also in the patch metadata it is written that the author is unknown, but the maintainer says he doesn't remember any contributions whose author is unknown, the most likely the patch should be also attributed to him) but I guess that `tempfile`

Re: [Rpm-maint] [rpm-software-management/rpm] Trying to upstream debian patches: Delete some crap after running autogen. (#986)

2019-12-24 Thread KOLANICH
Closed #986. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/986#event-2907357914___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Trying to upstream Debian patches: warning about non-native package manager (#989)

2019-12-24 Thread KOLANICH
Closed #989. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/989#event-2907356880___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Trying to upstream debian patches: Do not use bashism for gettext (#984)

2019-12-24 Thread KOLANICH
Even though the commit message looks like this (it have been inherited from the patch file) I don't see this patch removing any calls. I can guess that the most of the patch got missing (already merged?) but the text haven't been changed. -- You are receiving this because you are subscribed

Re: [Rpm-maint] [rpm-software-management/rpm] Trying to upstream debian patches: Verbose installplatform Just make installplatform to ease debugging problems with creatin platform files. (#988)

2019-12-24 Thread KOLANICH
Closed #988. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/988#event-2907351343___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Trying to upstream debian patches: Do not use bashism for gettext (#984)

2019-12-24 Thread ニール・ゴンパ
It'd probably be better to use a POSIX sh-compatible way to use gettext instead of straight up dropping internationalization capability. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Trying to upstream debian patches: Fix compilation on platforms without MAP_POPULATE (#985)

2019-12-24 Thread ニール・ゴンパ
I feel like this patch is just asking for trouble. Given that it touches the debuginfo generation code, I'm not terribly comfortable passing judgment here. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Trying to upstream debian patches: Delete some crap after running autogen. (#986)

2019-12-24 Thread ニール・ゴンパ
This seems Debian specific? It also seems wholly unnecessary. This could probably be dropped downstream too. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Trying to upstream Debian patches: Use the Debian standard (and safe) mechanism of generating temporary files. (#987)

2019-12-24 Thread ニール・ゴンパ
Why is this safe? And is this a universally available property? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Trying to upstream debian patches: Verbose installplatform Just make installplatform to ease debugging problems with creatin platform files. (#988)

2019-12-24 Thread ニール・ゴンパ
This patch doesn't make sense to upstream. It also should just probably be dropped downstream. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Trying to upstream Debian patches: warning about non-native package manager (#989)

2019-12-24 Thread ニール・ゴンパ
This has been forwarded before. We did this in a different form upstream with the "dummy" backend. Using that by default in Debian will "break" rpm as Debian wishes. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Rpm-maint] [rpm-software-management/rpm] Trying to upstream Debian patches: (#989)

2019-12-24 Thread KOLANICH
In Debian, rpm should be used to install packages, but rather as a tool to work with rpm packages or as a helper in alien. Because of this we protect complain, when user tries to install a package. This warning can be hidden by --force-debian. Forwarded: http://rpm.org/ticket/79

[Rpm-maint] [rpm-software-management/rpm] Trying to upstream debian patches: Verbose installplatform Just make installplatform to ease debugging problems with creatin platform files. (#988)

2019-12-24 Thread KOLANICH
… https://salsa.debian.org/pkg-rpm-team/rpm/raw/master/debian/patches/installplatform-verbose.patch You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/988 -- Commit Summary -- * Verbose installplatform Just make

[Rpm-maint] [rpm-software-management/rpm] Trying to upstream Debian patches: Use the Debian standard (and safe) mechanism of generating temporary files. (#987)

2019-12-24 Thread KOLANICH
From: https://salsa.debian.org/pkg-rpm-team/rpm/raw/master/debian/patches/tempfile.patch You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/987 -- Commit Summary -- * Use the Debian standard (and safe) mechanism of

[Rpm-maint] [rpm-software-management/rpm] Trying to upstream debian patches: Delete some crap after running autogen. (#986)

2019-12-24 Thread KOLANICH
https://salsa.debian.org/pkg-rpm-team/rpm/raw/master/debian/patches/autogen-cleanup.patch You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/986 -- Commit Summary -- * Delete some crap after running autogen. -- File Changes

[Rpm-maint] [rpm-software-management/rpm] Trying to upstream debian patches: Fix compilation on platforms without MAP_POPULATE (#985)

2019-12-24 Thread KOLANICH
https://salsa.debian.org/pkg-rpm-team/rpm/raw/master/debian/patches/map-populate.patch You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/985 -- Commit Summary -- * Fix compilation on platforms without MAP_POPULATE -- File

[Rpm-maint] [rpm-software-management/rpm] Trying to upstream debian patches: Do not use bashism for gettext (#984)

2019-12-24 Thread KOLANICH
There are no translations anyway... https://salsa.debian.org/pkg-rpm-team/rpm/raw/master/debian/patches/bashism.patch You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/984 -- Commit Summary -- * Do not use bashism for