Source: rocksdb Version: Broken watch file due to changes at Github Severity: normal Tags: patch
Hi, Github has changed the internal layout. The following patch fixes the issue: $ diff -u debian/watch.old debian/watch --- debian/watch.old 2015-12-11 04:26:31.000000000 +0100 +++ debian/watch 2021-10-18 15:11:33.238940968 +0200 @@ -1,2 +1,2 @@ version=3 -https://github.com/facebook/rocksdb/tags .*/archive/v?([0-9][0-9\.]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) +https://github.com/facebook/rocksdb/tags .*/v?([0-9][0-9\.]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) BTW, it would help if you would consider maintaining rocksdb on Salsa. So it would be easy to commit such simple changes to the packaging. Hope this helps Andreas. -- System Information: Debian Release: 11.0 APT prefers testing APT policy: (501, 'testing'), (50, 'buildd-unstable'), (50, 'unstable'), (5, 'experimental'), (1, 'buildd-experimental') Architecture: amd64 (x86_64) Kernel: Linux 5.10.0-8-amd64 (SMP w/4 CPU threads) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE:de Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled

