golang-github-rjeczalik-notify 0.9.3-3 source package in Ubuntu

Changelog

golang-github-rjeczalik-notify (0.9.3-3) unstable; urgency=medium

  * Team upload
  * Update section to golang
  * Add autopkgtest-pkg-go
  * Update Standards-Version to 4.6.2 (no changes)
  * Remove obsoleted DH_GOLANG_INSTALL_EXTRA
  * Update maintainer address to <email address hidden>
  * Skip flaky TestRecreated (Closes: #1029284)

 -- Shengjing Zhu <email address hidden>  Wed, 01 Feb 2023 00:55:51 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-rjeczalik-notify_0.9.3-3.dsc 1.6 KiB 7818f586d4795ea96d805c9705d1ea8b3e36653e80bb15d9995c206f70f2b083
golang-github-rjeczalik-notify_0.9.3.orig.tar.gz 56.9 KiB 9ae392ea9b3a77f996d7d3949e79919d978c108f6636059e69d1ba6e9be67cde
golang-github-rjeczalik-notify_0.9.3-3.debian.tar.xz 3.1 KiB dbd25e564ed5a172e34d4af9ea0a5ab9018d4e24d246eb015c4b9985b6b24f83

Available diffs

No changes file available.

Binary packages built by this source

golang-github-rjeczalik-notify-dev: file system event notification library on steroids

 Notify is a Go high-level abstraction over filesystem watchers like
 inotify, kqueue, FSEvents, FEN or ReadDirectoryChangesW. On top of filesystem
 watchers notify maintains a watchpoint tree, which provides strategy for
 creating and closing filesystem watches and dispatching filesystem events to
 user channels.