[debian-edu-commits] debian-edu/ 05/07: Fix some lintian.
Dominik George
natureshadow-guest at moszumanska.debian.org
Fri Oct 7 13:06:34 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 122eb98eaf66aae475ae87cae5b918c7043bd623
Author: Dominik George <nik at naturalnet.de>
Date: Fri Oct 7 14:56:21 2016 +0200
Fix some lintian.
---
debian/control | 5 ++---
debian/copyright | 2 +-
debian/{libguac5.install => libguac11.install} | 0
debian/rules | 2 ++
4 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 9b0b3c6..bf7e8b2 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
- libguac5 (= ${binary:Version}),
+ libguac11 (= ${binary:Version}),
${misc:Depends},
Replaces:
libguac1-dev,
@@ -40,7 +40,6 @@ Description: Development headers for the core Guacamole library
plugins, or for building existing plugins and guacd.
Package: guacd
-Section: net
Architecture: any
Depends:
lsb-base (>= 3.0-6),
@@ -97,7 +96,7 @@ Description: VNC support plugin for Guacamole
A plugin for the Guacamole proxy daemon (guacd) that provides
support for the VNC protocol.
-Package: libguac5
+Package: libguac11
Section: libs
Architecture: any
Multi-Arch: same
diff --git a/debian/copyright b/debian/copyright
index f45064f..eb1ddca 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: guacamole-server
Upstream-Contact: Michael Jumper <mike.jumper at guac-dev.org>
Source: http://guac-dev.org/
diff --git a/debian/libguac5.install b/debian/libguac11.install
similarity index 100%
rename from debian/libguac5.install
rename to debian/libguac11.install
diff --git a/debian/rules b/debian/rules
index 2b5693a..b2dbac0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,8 @@
# Multiarch support
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
%:
dh $@ --with autoreconf
--
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