[ignition-cmake] 01/01: Fixes for lintian

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Mon Nov 20 19:25:37 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-cmake.

commit 8c1de22e2075e8261c9df29c22c613190a33bbdd
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Mon Nov 20 19:25:33 2017 +0000

    Fixes for lintian
---
 debian/control     |  5 ++---
 debian/copyright   | 27 ++++++++-------------------
 debian/tests/build | 33 +++++----------------------------
 debian/watch       |  2 +-
 4 files changed, 16 insertions(+), 51 deletions(-)

diff --git a/debian/control b/debian/control
index 0108d8a..a6f44c3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,13 @@ Source: ignition-cmake
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Jose Luis Rivero <jrivero at osrfoundation.org>
 Section: science
-Testsuite: autopkgtest
-Priority: extra
+Priority: optional
 Build-Depends: cmake,
                debhelper (>= 10),
                libgtest-dev,
                python,
                ruby-ronn
-Standards-Version: 4.0.0
+Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/ignition-cmake.git
 Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/ignition-cmake.git
 Homepage: http://ignitionrobotics.org/libraries/cmake
diff --git a/debian/copyright b/debian/copyright
index b26fcca..d937a4b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,32 +1,24 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: ignmath
+Upstream-Name: igncmake
 Upstream-Contact: gazebo-list at gazebosim.org
-Source: https://bitbucket.org/ignitionrobotics/ign_math
-Files-Excluded: test/gtest
+Source: https://bitbucket.org/ignitionrobotics/ign_cmake
+Files-Excluded: bitbucket-pipelines.yml configure.bat
 
 Files: *
-Copyright: 2014-2015 Open Source Robotics Foundation
+Copyright: 2017 Open Source Robotics Foundation
 License: Apache
  See '/usr/share/common-licenses/Apache-2.0'.
 
-Files: tools/check_test_ran.py
-Copyright: 2008, Willow Garage, Inc.
-License: BSD-3-clause
-
-Files: tools/cpplint.py
-Copyright: 2009 Google Inc.
-License: BSD-3-clause
+Files: cmake/IgnCheckSSE.cmake
+Copyright: 2012 Petroules Corporation
+License: BSD-2-clause
 
 Files: cmake/Ronn2Man.cmake
 Copyright: 2009, 2012 Emmanuel Roullit.
 License: GPL-2
  See '/usr/share/common-licenses/GPL-2'.
 
-Files: cmake/TargetArch.cmake
-Copyright: 2012 Petroules Corporation. All rights reserved.
-License: BSD-3-clause
-
-License: BSD-3-clause
+License: BSD-2-clause
  Software License Agreement (BSD License)
  . 
  Copyright (c) 2008, Willow Garage, Inc.
@@ -42,9 +34,6 @@ License: BSD-3-clause
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials provided
     with the distribution.
-  * Neither the name of the Willow Garage nor the names of its
-    contributors may be used to endorse or promote products derived
-    from this software without specific prior written permission.
  . 
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/debian/tests/build b/debian/tests/build
index b8cfbc8..e73adf9 100755
--- a/debian/tests/build
+++ b/debian/tests/build
@@ -1,6 +1,6 @@
 #!/bin/sh
-# autopkgtest check: Build and run a program against ign-math, to verify that the
-# headers and pkg-config file are installed correctly
+# autopkgtest check: Build and run a program against ign-cmake, to verify that the
+# cmake modules are installed 
 # (C) 2012 Jose Luis Rivero
 # Author: Jose Luis Rivero <jrivero at osrfoundation.org>
 
@@ -10,6 +10,8 @@ WORKDIR=$(mktemp -d)
 trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM
 cd $WORKDIR
 cat <<EOF > CMakeLists.txt
+cmake_minimum_required(VERSION 3.5)
+
 #============================================================================
 # Find ignition-cmake
 #============================================================================
@@ -19,32 +21,7 @@ find_package(ignition-cmake0 REQUIRED)
 #============================================================================
 # Set up the project
 #============================================================================
-ign_configure_project(math 4.0.0)
-
-
-#============================================================================
-# Set project-specific options
-#============================================================================
-
-# ignition-math currently has no options that are unique to it
-
-
-#============================================================================
-# Search for project-specific dependencies
-#============================================================================
-
-# ignition-math currently has no dependencies that are unique to it
-
-#============================================================================
-# Configure the build
-#============================================================================
-ign_configure_build(QUIT_IF_BUILD_ERRORS)
-
-
-#============================================================================
-# Create package information
-#============================================================================
-ign_create_packages()
+ign_configure_project(test 1.0.0)
 EOF
 
 cmake .
diff --git a/debian/watch b/debian/watch
index 00a82e3..67a0377 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \
-http://gazebosim.org/distributions/ign-cmake/releases/ .*ignition-cmake-(\d\.\d\.\d)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://gazebosim.org/distributions/ign-cmake/releases/ .*ignition-cmake-(\d\.\d\.\d)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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



More information about the debian-science-commits mailing list