diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:39:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:39:07 +0000 |
commit | c3aed8de4c3eaeaa5341b0811b8052d316c789f8 (patch) | |
tree | cd182dcb96819dfc9328b7f724ebaaf10de56c58 /debian/watch | |
parent | Adding upstream version 0.26.0. (diff) | |
download | rust-cbindgen-c3aed8de4c3eaeaa5341b0811b8052d316c789f8.tar.xz rust-cbindgen-c3aed8de4c3eaeaa5341b0811b8052d316c789f8.zip |
Adding debian version 0.26.0-3.debian/0.26.0-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/watch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..351e249 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=4 +opts=filenamemangle=s/.*\/(.*)\/download/cbindgen-$1\.tar\.gz/g,\ +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \ +https://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=crates.io/cbindgen .*/crates/cbindgen/@ANY_VERSION@/download |