- 05 Sep, 2022 5 commits
-
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
Update to upstream version '2.3.4' with Debian dir 1e2db596e3ca6d19199090c7c18b13ffc2ea39de
-
Michael Tokarev authored
-
- 04 May, 2022 2 commits
-
-
Michael Tokarev authored
-
Michael Tokarev authored
-
- 12 Apr, 2022 6 commits
-
-
Michael Tokarev authored
..or else make(1) attempts to run dh for targets which has dependencies but no rules ("phony" targets) -
Michael Tokarev authored
-
Michael Tokarev authored
This one is the best of all so far, running dpkg-architecture once to define all variables in one go. This should really be put into architecture.mk This change and previous clean target change makes running thigs significantly more comfortable.
-
Michael Tokarev authored
move build system leftovers into debian/clean, and list only things which *should* be cleaned up in d/rules. This way we only need to use single dh_clean invocation which does everything (it does dh_testdir too), so we do not need override_dh_auto_clean.
-
Michael Tokarev authored
-
Michael Tokarev authored
-
- 10 Apr, 2022 5 commits
-
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
-
- 09 Apr, 2022 15 commits
-
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
Not only remove the _PUBLIC_ markers from symbol declarations, but also remove definition of _PUBLIC_ itself, or else it might interfere even with samba own internal headers. We should not pollute a reserver namespace anyway.
-
Michael Tokarev authored
-
Michael Tokarev authored
this stop re-running configure on each build
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
It is not specific to a python version. This also allows us to remove override_dh_install rule and remove custom variable usage from .install file
-
Michael Tokarev authored
-
- 26 Mar, 2022 5 commits
-
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
The _PUBLIC_ marking for every symbol in a public header file is wrong, _PUBLIC_ can be #defined by some other module when including this file, and the compilation or link will fail. The markings should be done in the source files instead. More, _PUBLIC_ falls into reserved namespace which should not be (ab)used.
-
Michael Tokarev authored
-
- 14 Dec, 2021 2 commits
-
-
Mathieu Parent authored
-
Mathieu Parent authored
-