Release to hibbian-trixie, make it buildd-compliant

This commit is contained in:
Hibby 2025-07-27 17:58:57 +01:00
parent 3a0e144996
commit b81e137f78
Signed by: hibby
SSH Key Fingerprint: SHA256:ViFfX52KgQaoCxTxHiwIrQMVu7w0GrUUnxAi3Em8JJs
2 changed files with 18 additions and 3 deletions

19
debian/changelog vendored
View File

@ -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

2
debian/rules vendored
View File

@ -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