Commits on Source (12)
-
Luca Boccassi authored
There is a corner case on a merged-usr system that affects users installing and then removing a libc6-<arch> package: the top-level symlink gets removed, as the library is usually the last package to install files there. Add a preinst snippet that, if the system is merged-usr, creates the top-level symlink used by the package. This way if it gets installed and then removed, and then installed again, everything will work. Note that this does not implement the full conversion, as that's the responsibility of the usrmerge package (moving files, etc) - this simply deals with the common case of the missing symlink. Once all packages ship only files under /usr, hopefully in Trixie, this can be removed. Closes: #926699
-
Aurelien Jarno authored
debian/rules.d/build.mk: fix the pt_chown permissions after installation when running with Rules-Requires-Root=no (for non-Linux systems). * debian/rules.d/build.mk: fix the pt_chown permissions after installation when running with Rules-Requires-Root=no (for non-Linux systems). * debian/control.in/main: set Rules-Requires-Root: no.
-
Aurelien Jarno authored
-
Aurelien Jarno authored
-
Samuel Thibault authored
* debian/patches/hurd-i386/git-net-route.h.diff: Add ifrtreq structure. * debian/patches/hurd-i386/submitted-net.diff: Drop net/route.h part.
-
Aurelien Jarno authored
-
The use of `pidof` creates an implicit depency on `sysvinit-utils`. `sysvinit-utils` is currently Essential, but that may change in the future. This specific use of `pidof` (finding if a process is running) is simple enough to be replaced with `grep`'ing `/proc/*/cmdline`.
-
Aurelien Jarno authored
-
Aurelien Jarno authored
-
Aurelien Jarno authored
-
Aurelien Jarno authored
-
Aurelien Jarno authored
Showing
- debian/changelog 19 additions, 8 deletionsdebian/changelog
- debian/control 1 addition, 0 deletionsdebian/control
- debian/control.in/main 1 addition, 0 deletionsdebian/control.in/main
- debian/debhelper.in/libc-alt.preinst 24 additions, 0 deletionsdebian/debhelper.in/libc-alt.preinst
- debian/debhelper.in/libc.preinst 3 additions, 3 deletionsdebian/debhelper.in/libc.preinst
- debian/patches/git-updates.diff 4174 additions, 141 deletionsdebian/patches/git-updates.diff
- debian/patches/hurd-i386/git-net-route.h.diff 87 additions, 0 deletionsdebian/patches/hurd-i386/git-net-route.h.diff
- debian/patches/hurd-i386/local-disable-ioctls.diff 0 additions, 11 deletionsdebian/patches/hurd-i386/local-disable-ioctls.diff
- debian/patches/hurd-i386/submitted-net.diff 11 additions, 468 deletionsdebian/patches/hurd-i386/submitted-net.diff
- debian/patches/series 1 addition, 0 deletionsdebian/patches/series
- debian/rules.d/build.mk 10 additions, 0 deletionsdebian/rules.d/build.mk
debian/debhelper.in/libc-alt.preinst
0 → 100644
This diff is collapsed.
This diff is collapsed.