From 30cae9a6de9484af1136efdb5d3f84fefc2ea07b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 23 May 2021 14:46:23 -0700 Subject: update docs and scripts/release for Debian experimental->unstable Signed-off-by: Sean Whitton --- doc/ideas.rst | 8 ++++---- doc/installation.rst | 8 +++----- scripts/release | 5 ++--- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/doc/ideas.rst b/doc/ideas.rst index 824e544..7f16a46 100644 --- a/doc/ideas.rst +++ b/doc/ideas.rst @@ -78,7 +78,7 @@ Project & packaging ------------------- - Define a semantics for version numbers (probably just like Propellor's), - start keeping a NEWS file, move from Debian experimental to unstable, start - actually announcing releases to sgo-software-announce. Take the opportunity - to review whole public API for good choices of names and sensible separation - of responsibilities. Increment major version number from zero to one. + start keeping a NEWS file, start actually announcing releases to + sgo-software-announce. Take the opportunity to review whole public API for + good choices of names and sensible separation of responsibilities. + Increment major version number from zero to one. diff --git a/doc/installation.rst b/doc/installation.rst index 42b23c5..4a2d0b2 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -7,11 +7,9 @@ Debian and Debian derivatives ----------------------------- The most recent tagged release of Consfigurator is included in `Debian -experimental`_, and the .deb there should work fine on Debian stable, testing -and unstable, and derivatives like Ubuntu. After enabling the repository, -``apt-get install cl-consfigurator/experimental``. - -.. _Debian experimental: https://wiki.debian.org/DebianExperimental +unstable`_, and the .deb there should work fine on Debian stable and testing, +and derivatives like Ubuntu. After adding an apt source for unstable, if +necessary, ``apt-get install cl-consfigurator/unstable``. Quicklisp --------- diff --git a/scripts/release b/scripts/release index 04611bc..dfa6b4b 100755 --- a/scripts/release +++ b/scripts/release @@ -38,10 +38,9 @@ if ! dpkg-parsechangelog | grep -q "New upstream release."; then exit 1 fi -msg="release Consfigurator $version (-1 to Debian experimental)" +msg="release Consfigurator $version (-1 to Debian unstable)" git commit -s -m"$msg" -- $changed_files git tag -s -m"$msg" v$version git deborig -# need to pass -d here while we're uploading to experimental -dgit sbuild -d unstable --run-piuparts --run-autopkgtest +dgit sbuild --run-piuparts --run-autopkgtest -- cgit v1.2.3