Codebase list rust-libslirp / lintian-fixes/main dev / filter-not-NEW.sh
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

filter-not-NEW.sh @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
8
#!/bin/bash
# Filter package-versions of our rust packages, that are not in NEW.

comm -13 \
  <(curl -s https://ftp-master.debian.org/new.html \
    | sed -nre 's,.*<a href="new/rust-([a-zA-Z0-9-]*)_([.a-zA-Z0-9-]*)\.html">.*,\1 \2,gp' \
    | sort) \
  -