File: control

package info (click to toggle)
golang-github-thecreeper-go-notify 0.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 88 kB
  • sloc: makefile: 6; sh: 4
file content (31 lines) | stat: -rw-r--r-- 1,198 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: golang-github-thecreeper-go-notify
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               dbus-daemon,
               xvfb,
               xauth,
               notification-daemon,
               libgtk-3-bin,
               golang-dbus-dev
Standards-Version: 4.7.2
Homepage: https://github.com/TheCreeper/go-notify
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-thecreeper-go-notify
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-thecreeper-go-notify.git
XS-Go-Import-Path: github.com/TheCreeper/go-notify
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-thecreeper-go-notify-dev
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends},
         ${misc:Depends},
Description: implementation of the GNOME DBus Notifications Specification
 Package notify provides a Go implementation of the GNOME DBus Notifications
 Specification
 (https://specifications.freedesktop.org/notification-spec/1.2/index.html).