git » debian:golang-blitiri-go-systemd » commit 19e46a9

wrap-and-sort -ta

author Alberto Bertogli
2017-09-12 22:05:11 UTC
committer Alberto Bertogli
2017-09-12 22:28:31 UTC
parent 2bef4eb6a77152cd2549a7a70c51192ef7977d91

wrap-and-sort -ta

debian/control +4 -4

diff --git a/debian/control b/debian/control
index b99c5b8..ac1b353 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,10 @@ Source: golang-blitiri-go-systemd
 Section: devel
 Priority: extra
 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
-Uploaders: Alberto Bertogli <albertito@blitiri.com.ar>
+Uploaders: Alberto Bertogli <albertito@blitiri.com.ar>,
 Build-Depends: debhelper (>= 10),
                dh-golang,
-               golang-any
+               golang-any,
 Standards-Version: 4.1.0
 Homepage: https://blitiri.com.ar/git/r/systemd/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-blitiri-go-systemd.git
@@ -15,8 +15,8 @@ Testsuite: autopkgtest-pkg-go
 
 Package: golang-blitiri-go-systemd-dev
 Architecture: all
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
 Description: Utilities to interact with systemd sockets in Go
  blitiri.com.ar/go/systemd is a Go package implementing a way to get network
  listeners from systemd, similar to C's sd_listen_fds() and