diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 19:00:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 19:00:00 +0000 |
commit | 2644e1d1bc9288f7504c2ae9fffd10e7c3c60e97 (patch) | |
tree | 6919f041dfc21c92a690ab61e26191511b82fdb5 | |
parent | Adding debian version 20240420-1. (diff) | |
download | progress-linux-be96b26ee4f2ced7e7b7c12e5d33576e589ce42e.tar.xz progress-linux-be96b26ee4f2ced7e7b7c12e5d33576e589ce42e.zip |
Adding debian version 20240420-2.debian/20240420-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/progress-linux.postinst | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index d3aa1d6..381bde8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +progress-linux (20240420-2) sid; urgency=medium + + * Uploading to sid. + * Using all archive areas for test repositories. + + -- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 20 Apr 2024 17:37:06 +0200 + progress-linux (20240420-1) sid; urgency=medium * Uploading to sid. diff --git a/debian/progress-linux.postinst b/debian/progress-linux.postinst index 180770e..c44a254 100755 --- a/debian/progress-linux.postinst +++ b/debian/progress-linux.postinst @@ -39,7 +39,7 @@ Configure_apt_sources () for ARCHIVE in ${ARCHIVES} do case "${ARCHIVE}" in - *-extras) + *-extras|*-test) ;; *) @@ -58,13 +58,13 @@ Configure_apt_sources () Configure_apt_sources_stanza "${SUITES}" "${COMPONENTS}" fi - # Configure repositories: ${release}-extras, ${release}-backports-extras + # Configure repositories: ${release}-extras, ${release}-test, ${release}-backports-extras, ${release}-backports-test SUITES="" for ARCHIVE in ${ARCHIVES} do case "${ARCHIVE}" in - *-extras) + *-extras|*-test) SUITES="${SUITES} ${ARCHIVE}" Configure_apt_preferences ${ARCHIVE} |