Kromek Radangel gamma spectrometer USB HID daemon and WebUI. https://git.unino.de/pvivell/radangel
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

watch.ex 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. # Example watch control file for uscan
  2. # Rename this file to "watch" and then you can run the "uscan" command
  3. # to check for upstream updates and more.
  4. # See uscan(1) for format
  5. # Compulsory line, this is a version 4 file
  6. version=4
  7. # PGP signature mangle, so foo.tar.gz has foo.tar.gz.sig
  8. #opts="pgpsigurlmangle=s%$%.sig%"
  9. # HTTP site (basic)
  10. #http://example.com/downloads.html \
  11. # files/radangel-([\d\.]+)\.tar\.gz debian uupdate
  12. # Uncomment to examine an FTP server
  13. #ftp://ftp.example.com/pub/radangel-(.*)\.tar\.gz debian uupdate
  14. # SourceForge hosted projects
  15. # http://sf.net/radangel/ radangel-(.*)\.tar\.gz debian uupdate
  16. # GitHub hosted projects
  17. #opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%<project>-$1.tar.gz%" \
  18. # https://github.com/<user>/radangel/tags \
  19. # (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
  20. # PyPI
  21. # https://pypi.debian.net/radangel/radangel-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
  22. # Direct Git
  23. # opts="mode=git" http://git.example.com/radangel.git \
  24. # refs/tags/v([\d\.]+) debian uupdate
  25. # Uncomment to find new files on GooglePages
  26. # http://example.googlepages.com/foo.html radangel-(.*)\.tar\.gz