Release to hibbian-trixie, make it buildd-compliant
This commit is contained in:
parent
3a0e144996
commit
b81e137f78
|
@ -1,6 +1,21 @@
|
|||
libfap (1.5-3) UNRELEASED; urgency=medium
|
||||
libfap (1.5-3~hibbian~TRIXIE+1) trixie-hibbian-unstable; urgency=medium
|
||||
|
||||
* Packaging refresh
|
||||
* Packaging Refresh
|
||||
* d/copyright
|
||||
- URLs now https
|
||||
- License now has url instead of meatspace address
|
||||
* d/control
|
||||
- dependencies refreshed for dh13
|
||||
- it's mine now!
|
||||
- urls refreshed for githib/https
|
||||
* d/rules
|
||||
- delete .la files before dh_install
|
||||
- Added hardening
|
||||
* d/watch
|
||||
- https and watch v4
|
||||
* d/symbols
|
||||
- This now exists
|
||||
* MINI_BUILDD_OPTION: auto-ports=trixie-packetrepo-unstable,bookworm-packetrepo-unstable,bullseye-packetrepo-unstable,noble-packetrepo-unstable,jammy-packetrepo-unstable
|
||||
|
||||
-- Dave Hibberd <hibby@debian.org> Sun, 27 Jul 2025 16:50:50 +0100
|
||||
|
||||
|
|
|
@ -6,5 +6,5 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|||
dh $@ --with autoreconf
|
||||
|
||||
override_dh_install:
|
||||
find /build/package/package -type f -name "*.la" -delete
|
||||
find . -type f -name "*.la" -delete
|
||||
dh_install
|
||||
|
|
Loading…
Reference in New Issue