From 1a6d9f869899d1520b1a66e1e0f150b39425016d Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sun, 30 Oct 2022 21:19:22 +0100 Subject: [PATCH] assert_cmd: update to 2.0.5 --- build.sh | 2 +- dev/list-rdeps.sh | 22 +++++++++++----------- src/assert-cmd/debian/changelog | 6 ++++++ 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/build.sh b/build.sh index d3d5d5e8d..6072c194b 100755 --- a/build.sh +++ b/build.sh @@ -94,7 +94,7 @@ if shouldbuild "$SRCNAME.dsc" "$PKGNAME/debian/changelog" ]; then # extract old tarball into new directory, to avoid "modified files" problems with dpkg-source later ( cd "$PKGNAME" && dpkg-source --after-build . && tar --strip-components=1 -xf "../${DEBSRC}_${UPSVER}.orig.tar.gz" ) fi - ( cd "$PKGNAME" && dpkg-buildpackage -d -S --no-sign ) + ( cd "$PKGNAME" && dpkg-buildpackage -d -S --no-sign -nc ) # sign if not UNRELEASED if echo "$DEBDIST" | grep -qv UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; then debsign ${DEBSIGN_KEYID:+-k $DEBSIGN_KEYID} "${SRCNAME}_source.changes" diff --git a/dev/list-rdeps.sh b/dev/list-rdeps.sh index 2bcf55f33..ef5b7a073 100755 --- a/dev/list-rdeps.sh +++ b/dev/list-rdeps.sh @@ -22,19 +22,19 @@ grep_sources_entry() { grep '^deb[^#]*://[^#[:space:]]*[[:space:]]*'"$@" } -if ! grep_sources_entry "$ARCHIVE" -qR /etc/apt/sources.list /etc/apt/sources.list.d/ || \ - ! grep_sources_entry "$ARCHIVT" -qR /etc/apt/sources.list /etc/apt/sources.list.d/; then - cat <<-eof -To make this script work, you will need Debian Testing *AND* Debian Unstable -in your sources.list. If you want your system to prefer Debian Testing, be -sure to also add these lines to your /etc/apt/apt.conf: +# if ! grep_sources_entry "$ARCHIVE" -qR /etc/apt/sources.list /etc/apt/sources.list.d/ || \ +# ! grep_sources_entry "$ARCHIVT" -qR /etc/apt/sources.list /etc/apt/sources.list.d/; then +# cat <<-eof +# To make this script work, you will need Debian Testing *AND* Debian Unstable +# in your sources.list. If you want your system to prefer Debian Testing, be +# sure to also add these lines to your /etc/apt/apt.conf: -APT::Default-Release "$ARCHIVT"; +# APT::Default-Release "$ARCHIVT"; -After these changes, make sure to re-run \`apt-get update\`. -eof - exit 1 -fi +# After these changes, make sure to re-run \`apt-get update\`. +# eof +# exit 1 +# fi if [ $(($(date +%s) - $(stat -c %Y /var/cache/apt/pkgcache.bin))) -gt 7200 ]; then read -p "APT cache is a bit old, update? [Y/n] " x diff --git a/src/assert-cmd/debian/changelog b/src/assert-cmd/debian/changelog index 82f3ebb51..7ef91787b 100644 --- a/src/assert-cmd/debian/changelog +++ b/src/assert-cmd/debian/changelog @@ -1,3 +1,9 @@ +rust-assert-cmd (2.0.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package assert_cmd 2.0.5 from crates.io using debcargo 2.5.0 + + -- Sebastian Ramacher Sun, 30 Oct 2022 21:19:06 +0100 + rust-assert-cmd (2.0.4-1) unstable; urgency=medium * Package assert_cmd 2.0.4 from crates.io using debcargo 2.5.0