Merge remote-tracking branch 'official/improve/debianization' into upstream/16.0

This commit is contained in:
Sébastien Delafond
2024-11-17 14:43:32 +01:00
17 changed files with 139 additions and 17 deletions
+9 -1
View File
@@ -20,7 +20,15 @@ override_dh_auto_clean:
rm -rf obj-$(DEB_TARGET_GNU_TYPE)/
dh_auto_clean
override_dh_auto_test: # disabled
override_dh_auto_build:
echo $(DEB_VERSION) > VERSION
go build -o build/aptly
# when dependencies fully debianized:
# echo $(DEB_VERSION) > obj-$(DEB_TARGET_GNU_TYPE)/src/github.com/aptly-dev/aptly/VERSION
# dh_auto_build
override_dh_auto_test:
override_dh_auto_install:
dh_auto_install -- --no-source