[debian-edu-commits] debian-edu/ 07/12: Some reformatting

Dominik George natureshadow-guest at moszumanska.debian.org
Thu Oct 6 21:11:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

natureshadow-guest pushed a commit to branch master
in repository guacamole-server.

commit 03d253ea571462d9b5dfda3b765e25f50e309f7f
Author: Dominik George <nik at naturalnet.de>
Date:   Fri Jun 3 00:45:32 2016 +0200

    Some reformatting
---
 debian/control | 43 ++++++++++++++++++++++++++++++-------------
 debian/rules   |  1 -
 2 files changed, 30 insertions(+), 14 deletions(-)

diff --git a/debian/control b/debian/control
index 21d2c1f..d831ed2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,29 @@
 Source: guacamole-server
 Priority: extra
-Maintainer: Debian QA Group <packages at qa.debian.org>
-Build-Depends: debhelper (>= 9), dh-autoreconf, autotools-dev, libcairo-dev, libcunit1-dev, libfreerdp-dev (>= 1.0.1), libvorbis-dev, libvncserver-dev, libssh-dev, libpango1.0-dev, libpulse-dev
-Standards-Version: 3.9.6
+Maintainer: Dominik George <nik at naturalnet.de>
+Build-Depends: debhelper (>= 9),
+ dh-autoreconf,
+ autotools-dev,
+ libcairo-dev,
+ libcunit1-dev,
+ libfreerdp-dev (>= 1.0.1),
+ libvorbis-dev,
+ libvncserver-dev,
+ libssh-dev,
+ libpango1.0-dev,
+ libpulse-dev
+Standards-Version: 3.9.8
 Section: net
-Homepage: http://guac-dev.org/
-Vcs-Git: git://github.com/glyptodon/guacamole-server.git
-Vcs-Browser: https://github.com/glyptodon/guacamole-server
+Homepage: http://guacamole.incubator.apache.org/
+Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/guacamole-server.git
+Vcs-Git: https://anonscm.debian.org/git/collab-maint/guacamole-server.git
 
 Package: libguac-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libguac5 (= ${binary:Version}), ${misc:Depends}
+Depends: libguac5 (= ${binary:Version}),
+ ${misc:Depends}
 Replaces: libguac1-dev
 Description: Development headers for the core Guacamole library
  The development headers for the core Guacamole library used by guacd and
@@ -24,7 +35,8 @@ Section: libs
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
 Description: Core Guacamole library used by guacd and client plugins
  The core Guacamole library which both guacd and client plugins depend on
  to provide low-level I/O and protocol support.
@@ -32,7 +44,9 @@ Description: Core Guacamole library used by guacd and client plugins
 Package: guacd
 Section: net
 Architecture: any
-Depends: lsb-base (>= 3.0-6), ${shlibs:Depends}, ${misc:Depends}
+Depends: lsb-base (>= 3.0-6),
+ ${shlibs:Depends},
+ ${misc:Depends}
 Description: Guacamole proxy daemon
  The Guacamole proxy daemon, guacd, translates between remote desktop
  protocols (like VNC) and the Guacamole protocol using protocol plugins.
@@ -45,7 +59,8 @@ Section: libs
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
 Recommends: vnc4server
 Description: VNC support plugin for Guacamole
  A plugin for the Guacamole proxy daemon (guacd) that provides
@@ -56,7 +71,9 @@ Section: libs
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ghostscript
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ghostscript
 Recommends: libfreerdp-plugins-standard
 Description: RDP support plugin for Guacamole
  A plugin for the Guacamole proxy daemon (guacd) that provides
@@ -67,8 +84,8 @@ Section: libs
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
 Description: SSH support plugin for Guacamole
  A plugin for the Guacamole proxy daemon (guacd) that provides
  support for the SSH protocol.
-
diff --git a/debian/rules b/debian/rules
index 56db5b1..2b5693a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,4 +24,3 @@ override_dh_auto_configure:
 override_dh_install:
 	find . -name "*.la" -delete
 	dh_install
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/guacamole-server.git



More information about the debian-edu-commits mailing list