[ignition-transport3] 03/03: Fixes for lintian warnings

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Fri Aug 11 11:09:20 UTC 2017


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

jrivero-guest pushed a commit to branch master
in repository ignition-transport3.

commit 99b04c8f3aac256c3335a1abf3445db1e9eff5e8
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Fri Aug 11 11:07:00 2017 +0000

    Fixes for lintian warnings
---
 debian/libignition-transport3.lintian-overrides |  2 +-
 debian/rules                                    | 11 ++++-------
 debian/tests/build                              |  2 +-
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/debian/libignition-transport3.lintian-overrides b/debian/libignition-transport3.lintian-overrides
index 187bdbf..115bfd3 100644
--- a/debian/libignition-transport3.lintian-overrides
+++ b/debian/libignition-transport3.lintian-overrides
@@ -1,4 +1,4 @@
 # The msgs library is not useful without the ignition-transport lib
 # so does not make sense to package it separately. Upstream is not
 # using 0 for the main library, just plain name.
-libignition-transport: package-name-doesnt-match-sonames libignition-transport-msgs0-0 libignition-transport-0
+libignition-transport3: package-name-doesnt-match-sonames libignition-transport3-3
diff --git a/debian/rules b/debian/rules
index 0595928..e13961d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,10 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 
 .PHONY: override_dh_auto_configure \
-        override_dh_auto_test \
-        override_dh_strip 
+        override_dh_auto_test
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
@@ -17,7 +14,7 @@ override_dh_auto_configure:
 
 override_dh_auto_test:
 	# Test are using networking heavily, disabled
-	# since they can not run on the buil farm
+	# since they can not run on the build farm
 	true
 
 %:
diff --git a/debian/tests/build b/debian/tests/build
index 4b0ced4..fa54734 100755
--- a/debian/tests/build
+++ b/debian/tests/build
@@ -1,5 +1,5 @@
 #!/bin/sh
-# autopkgtest check: Build and run a program against ign-math, to verify that the
+# autopkgtest check: Build and run a program against ign-transport, to verify that the
 # headers and pkg-config file are installed correctly
 # (C) 2012 Jose Luis Rivero
 # Author: Jose Luis Rivero <jrivero at osrfoundation.org>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ignition-transport3.git



More information about the debian-science-commits mailing list