File: control

package info (click to toggle)
golang-github-thecreeper-go-notify 0.0~git20160203.0.b5cd147-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 68 kB
  • sloc: makefile: 6; sh: 4
file content (29 lines) | stat: -rw-r--r-- 1,147 bytes parent folder | download | duplicates (2)
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
Source: golang-github-thecreeper-go-notify
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-go,
               dbus,
               xvfb,
               xauth,
               libnotify-cil-dev,
               notification-daemon,
               libgtk-3-bin,
               golang-dbus-dev
Standards-Version: 4.1.3
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

Package: golang-github-thecreeper-go-notify-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Description: implementation of the GNOME DBus Notifications Specification
 Package notify provides a Go implementation of the GNOME DBus Notifications
 Specification (https://developer.gnome.org/notification-spec).