debian: embed yaml config

This commit is contained in:
André Roth
2024-12-04 23:23:23 +01:00
parent 4ea1610c3a
commit be406582ad

2
debian/rules vendored
View File

@@ -21,4 +21,6 @@ override_dh_strip:
override_dh_auto_build:
echo $(DEB_VERSION) > obj-$(DEB_TARGET_GNU_TYPE)/src/github.com/aptly-dev/aptly/VERSION
mkdir -p obj-$(DEB_TARGET_GNU_TYPE)/src/github.com/aptly-dev/aptly/debian
cp debian/aptly.conf obj-$(DEB_TARGET_GNU_TYPE)/src/github.com/aptly-dev/aptly/debian/
dh_auto_build