View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009752 | Kali Linux | Kali Package Bug | public | 2026-06-23 10:23 | 2026-07-03 18:26 |
| Reporter | tchet | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | new | Resolution | open | ||
| Summary | 0009752: cruft-ng does not get rebuilt for Kali | ||||
| Description | Hi, From the md5sum, it seems that the amd64 .deb is taken as-is from Debian buildd. Is it possible to triggrer a systematic rebuild on Kali infrastructure. The build is hybridized to detect Kali. Greetings Alexandre $ grep kali ruleset.sh -C 4 concat non-free >> "$RULESET" Kali is a rolling release, no backportif dpkg-vendor --is kali | ||||
Correct.
We don't do that so far, AFAIK. We never had this case. We can fork the package for the sake of rebuilding it, but then updates are manual on our side, so it's a bit of recurring work. |
|
|
Ok I will ship the same .deb for both OS. What is the easiest way to check for Kali at runtime ? A stat on /etc/dpkg/origins/kali ? I will check if libdpkg provides tag |
|
|
If you can do the check at runtime, indeed it works better for us. Yes you can check dpkg origin:
That works also for Ubuntu: |
|
|
Thank you for the support. I've uploaded cruft-ng 0.9.87 that test for /etc/dpkg/origins/kali at runtime You may close this bug Kali linux packages are encoraged to use dh-cruft to register the volatiles files If doing so we could start with "wordlists" which looks is a simple package. |
|