Codebase list rust-stfu8 / 1a6d9f8
assert_cmd: update to 2.0.5 Sebastian Ramacher 1 year, 4 months ago
3 changed file(s) with 18 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
9393 # extract old tarball into new directory, to avoid "modified files" problems with dpkg-source later
9494 ( cd "$PKGNAME" && dpkg-source --after-build . && tar --strip-components=1 -xf "../${DEBSRC}_${UPSVER}.orig.tar.gz" )
9595 fi
96 ( cd "$PKGNAME" && dpkg-buildpackage -d -S --no-sign )
96 ( cd "$PKGNAME" && dpkg-buildpackage -d -S --no-sign -nc )
9797 # sign if not UNRELEASED
9898 if echo "$DEBDIST" | grep -qv UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; then
9999 debsign ${DEBSIGN_KEYID:+-k $DEBSIGN_KEYID} "${SRCNAME}_source.changes"
2121 grep '^deb[^#]*://[^#[:space:]]*[[:space:]]*'"$@"
2222 }
2323
24 if ! grep_sources_entry "$ARCHIVE" -qR /etc/apt/sources.list /etc/apt/sources.list.d/ || \
25 ! grep_sources_entry "$ARCHIVT" -qR /etc/apt/sources.list /etc/apt/sources.list.d/; then
26 cat <<-eof
27 To make this script work, you will need Debian Testing *AND* Debian Unstable
28 in your sources.list. If you want your system to prefer Debian Testing, be
29 sure to also add these lines to your /etc/apt/apt.conf:
24 # if ! grep_sources_entry "$ARCHIVE" -qR /etc/apt/sources.list /etc/apt/sources.list.d/ || \
25 # ! grep_sources_entry "$ARCHIVT" -qR /etc/apt/sources.list /etc/apt/sources.list.d/; then
26 # cat <<-eof
27 # To make this script work, you will need Debian Testing *AND* Debian Unstable
28 # in your sources.list. If you want your system to prefer Debian Testing, be
29 # sure to also add these lines to your /etc/apt/apt.conf:
3030
31 APT::Default-Release "$ARCHIVT";
31 # APT::Default-Release "$ARCHIVT";
3232
33 After these changes, make sure to re-run \`apt-get update\`.
34 eof
35 exit 1
36 fi
33 # After these changes, make sure to re-run \`apt-get update\`.
34 # eof
35 # exit 1
36 # fi
3737
3838 if [ $(($(date +%s) - $(stat -c %Y /var/cache/apt/pkgcache.bin))) -gt 7200 ]; then
3939 read -p "APT cache is a bit old, update? [Y/n] " x
0 rust-assert-cmd (2.0.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package assert_cmd 2.0.5 from crates.io using debcargo 2.5.0
3
4 -- Sebastian Ramacher <sramacher@debian.org> Sun, 30 Oct 2022 21:19:06 +0100
5
06 rust-assert-cmd (2.0.4-1) unstable; urgency=medium
17
28 * Package assert_cmd 2.0.4 from crates.io using debcargo 2.5.0