diff --git a/build.sh b/build.sh index d3d5d5e..6072c19 100755 --- a/build.sh +++ b/build.sh @@ -94,7 +94,7 @@ # 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 2bcf55f..ef5b7a0 100755 --- a/dev/list-rdeps.sh +++ b/dev/list-rdeps.sh @@ -22,19 +22,19 @@ 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 82f3ebb..7ef9178 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