diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 13:39:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 13:39:30 +0000 |
commit | 6e47cbcd64d260a7ae95e129ef205f46760adde5 (patch) | |
tree | e01b68cfaf0c6bd48fedd1cf611cbdfa62e7dc38 /debian/watch | |
parent | Adding upstream version 1.0.76. (diff) | |
download | rust-proc-macro2-6e47cbcd64d260a7ae95e129ef205f46760adde5.tar.xz rust-proc-macro2-6e47cbcd64d260a7ae95e129ef205f46760adde5.zip |
Adding debian version 1.0.76-1.debian/1.0.76-1
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..fdad69b --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=4 +opts=filenamemangle=s/.*\/(.*)\/download/proc-macro2-$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/proc-macro2 .*/crates/proc-macro2/@ANY_VERSION@/download |