[hamradio-commits] [gnss-sdr] 01/02: Fixing debian packaging: copyright issues, watch file now checks gpg signature as suggested by lintian

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Tue Sep 22 17:37:39 UTC 2015


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

carles_fernandez-guest pushed a commit to branch master
in repository gnss-sdr.

commit 4cc4cdf7061fa990fc9c4acd50921aff6792147e
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Tue Sep 22 19:25:57 2015 +0200

    Fixing debian packaging: copyright issues, watch file now checks gpg signature as suggested by lintian
---
 debian/control                  |  34 ++++++--
 debian/copyright                | 189 +++++++++++++++++++++++++++++++++++-----
 debian/gbp.conf                 |   3 +
 debian/upstream/signing-key.asc | 103 ++++++++++++++++++++++
 debian/watch                    |   3 +-
 5 files changed, 302 insertions(+), 30 deletions(-)

diff --git a/debian/control b/debian/control
index fd6dcea..8770bcb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,32 @@
 Source: gnss-sdr
-Section: hamradio
-Priority: optional
 Maintainer: Debian Hamradio Maintainers <debian-hams at lists.debian.org>
 Uploaders: Carles Fernandez <carles.fernandez at cttc.es>
-Build-Depends: debhelper (>= 9), cmake (>= 2.8), libboost-dev (>= 1.45), libboost-date-time-dev (>= 1.45), libboost-system-dev (>= 1.45), libboost-filesystem-dev (>= 1.45), libboost-thread-dev (>= 1.45), libboost-serialization-dev (>= 1.45), libboost-chrono-dev (>= 1.45), libboost-program-options-dev (>= 1.45), libboost-test-dev (>= 1.45), libstdc++6 (>= 4.7), libc6 (>= 2.13),  libuhd-dev (>= 3.7), gnuradio-dev (>= 3.7.3), gr-osmosdr (>= 0.1.1), liblog4cpp5-dev (>= 1.0), libarmadillo-dev [...]
+Section: hamradio
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               cmake,
+               libboost-dev (>= 1.45),
+               libboost-date-time-dev (>= 1.45),
+               libboost-system-dev (>= 1.45),
+               libboost-filesystem-dev (>= 1.45),
+               libboost-thread-dev (>= 1.45),
+               libboost-serialization-dev (>= 1.45),
+               libboost-chrono-dev,
+               libboost-program-options-dev (>= 1.45),
+               libboost-test-dev (>= 1.45),
+               libstdc++6 (>= 4.7),
+               libc6 (>= 2.13),
+               libuhd-dev (>= 3.7),
+               gnuradio-dev (>= 3.7.3),
+               gr-osmosdr,
+               liblog4cpp5-dev,
+               libarmadillo-dev (>= 1:4.200.0),
+               liblapack-dev (>= 3.4),
+               libblas-dev,
+               libgnutls28-dev,
+               libgflags-dev,
+               libgoogle-glog-dev (>= 0.3.3),
+               libgtest-dev (>= 1.7)
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-hamradio/gnss-sdr.git
 Vcs-Git: http://anonscm.debian.org/git/pkg-hamradio/gnss-sdr.git
@@ -11,8 +34,9 @@ Homepage: http://gnss-sdr.org
 
 Package: gnss-sdr
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Global Navigation Satellite Systems Software Defined Receiver
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Global navigation satellite systems software defined receiver
  Global Navigation Satellite Systems receiver defined by software.
  It performs all the signal processing from raw signal samples up to the
  computation of the Position-Velocity-Time solution, including
diff --git a/debian/copyright b/debian/copyright
index 29c85d0..88b80d8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,28 +1,157 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: gnss-sdr
+Upstream-Contact: Carles Fernandez <carles.fernandez at cttc.es>
 Source: git://github.com/gnss-sdr/gnss-sdr
+Comment:
+ See the AUTHORS file for a more complete list of contributors.
+Copyright:
+ (C) 2010-2015 Carles Fernandez <carles.fernandez at cttc.es>
+ (C) 2010-2015 Javier Arribas <javier.arribas at cttc.es>
+ (C) 2010 Carlos Aviles <carlos.avilesr at googlemail.es>
+ (C) 2012-2015 Luis Esteve <luis.esteve.elfau at gmail.es>
+License: GPL-3+
 
 Files: *
-Copyright:  © 2010-2014 Carles Fernandez <carles.fernandez at cttc.es>
-License: GPL-3+ with OpenSSL exception
+Copyright:
+ (C) 2010-2015 Carles Fernandez <carles.fernandez at cttc.es>
+ (C) 2010-2015 Javier Arribas <javier.arribas at cttc.es>
+ (C) 2010 Carlos Aviles <carlos.avilesr at googlemail.es>
+ (C) 2012-2015 Luis Esteve <luis.esteve.elfau at gmail.es>
+License: GPL-3+
+
+Files: src/core/libs/supl/supl.*
+Copyright: (C) 2007 Tatu Mannisto <tatu at tajuma.com>
+License: BSD-2-clause
+
+Files:
+ src/core/libs/supl/asn-supl/*
+ src/core/libs/supl/asn-rrlp/*
+Copyright: (C) 2004, 2006 Lev Walkin <vlm at lionet.info>
+License: BSD-2-clause
+
+Files: src/core/libs/INIReader.*
+       src/core/libs/ini.*
+Copyright: (C) 2009 Brush Technologies
+License: BSD-3-clause
+
+Files:
+ drivers/gr-gn3s/include/gn3s_source.h
+ drivers/gr-gn3s/include/gn3s.h
+Copyright: (C) 2009 Gregory W. Heckler
+License: GPL-2+
+
+Files: firmware/*
+Copyright:
+ (C) 2006 Marcus Junered
+ (C) 2003 Free Software Foundation, Inc. <http://fsf.org/>
+License: GPL-2+
+
+Files: src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/*
+Copyright: (C) 2014 Andres Cecilia <a.cecilia.luque at gmail.com>
+License: GPL-3+
+
+Files: src/algorithms/signal_source/adapters/rtl_tcp_signal_source.*
+Copyright: (C) 2015 Anthony Arnold <anthony.arnold at uqconnect.edu.au>
+License: GPL-3+
+
+Files: drivers/gr-gn3s/cmake/*
+       drivers/gr-gn3s/docs/*
+       drivers/gr-gn3s/grc/*
+       drivers/gr-gn3s/include/fusb*
+       drivers/gr-gn3s/include/libusb_types.h
+Copyright: (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>
+License: GPL-3+
+
+Files:
+ drivers/gr-dbfcttc/cmake/*
+ drivers/gr-dbfcttc/docs/*
+ drivers/gr-dbfcttc/grc/*
+ drivers/gr-dbfcttc/python/*
+Copyright: (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>
+License: GPL-3+
+
+Files: debian/*
+Copyright: (C) 2015 Carles Fernandez <carles.fernandez at cttc.es>
+License: GPL-3+
+
+Files: cmake/Modules/CMakeParseArgumentsCopy.cmake
+Copyright:  © 2010 Alexander Neundorf <neundorf at kde.org>
+License: BSD-2-clause
+
+Files: src/algorithms/libs/cl.hpp
+Copyright: (C) 2008-2013 The Khronos Group Inc.
+License: Permissive
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and/or associated documentation files (the
+ "Materials"), to deal in the Materials without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Materials, and to
+ permit persons to whom the Materials are furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Materials.
+ .
+ THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
+
+Files: src/algorithms/libs/clFFT.h
+       src/algorithms/libs/fft_execute.cc
+       src/algorithms/libs/fft_base_kernels.h
+       src/algorithms/libs/fft_internal.h
+       src/algorithms/libs/fft_kernelstring.cc
+       src/algorithms/libs/fft_setup.cc
+Copyright: (C) 2008 Apple Inc.
+License: Apple-Permissive
+ This Apple software is supplied to you by Apple Inc. ("Apple")
+ in consideration of your agreement to the following terms, and your use,
+ installation, modification or redistribution of this Apple software
+ constitutes acceptance of these terms.  If you do not agree with these
+ terms, please do not use, install, modify or redistribute this Apple
+ software.
+ .
+ In consideration of your agreement to abide by the following terms, and
+ subject to these terms, Apple grants you a personal, non - exclusive
+ license, under Apple's copyrights in this original Apple software ( the
+ "Apple Software" ), to use, reproduce, modify and redistribute the Apple
+ Software, with or without modifications, in source and / or binary forms;
+ provided that if you redistribute the Apple Software in its entirety and
+ without modifications, you must retain this notice and the following text
+ and disclaimers in all such redistributions of the Apple Software. Neither
+ the name, trademarks, service marks or logos of Apple Inc. may be used to
+ endorse or promote products derived from the Apple Software without specific
+ prior written permission from Apple.  Except as expressly stated in this
+ notice, no other rights or licenses, express or implied, are granted by
+ Apple herein, including but not limited to any patent rights that may be
+ infringed by your derivative works or by other works in which the Apple
+ Software may be incorporated.
+ .
+ The Apple Software is provided by Apple on an "AS IS" basis.  APPLE MAKES NO
+ WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED
+ WARRANTIES OF NON - INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A
+ PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION
+ ALONE OR IN COMBINATION WITH YOUR PRODUCTS.
+ .
+ IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR
+ CONSEQUENTIAL DAMAGES ( INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION ) ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION, MODIFICATION
+ AND / OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER
+ UNDER THEORY OF CONTRACT, TORT ( INCLUDING NEGLIGENCE ), STRICT LIABILITY OR
+ OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: GPL-3+
  This program is free software; you can redistribute it
  and/or modify it under the terms of the GNU General Public
  License as published by the Free Software Foundation; either
  version 3 of the License, or (at your option) any later
  version.
  .
- In addition, as a special exception, the author of this
- program gives permission to link the code of its
- release with the OpenSSL project's "OpenSSL" library (or
- with modified versions of it that use the same license as
- the "OpenSSL" library), and distribute the linked
- executables. You must obey the GNU General Public
- License in all respects for all of the code used other
- than "OpenSSL".  If you modify this file, you may extend
- this exception to your version of the file, but you are
- not obligated to do so.  If you do not wish to do so,
- delete this exception statement from your version.
- .
  This program is distributed in the hope that it will be
  useful, but WITHOUT ANY WARRANTY; without even the implied
  warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
@@ -38,8 +167,6 @@ License: GPL-3+ with OpenSSL exception
  License version 3 can be found in the file
  `/usr/share/common-licenses/GPL-3'.
 
-Files: src/core/libs/supl/*
-Copyright: © 2007 Tatu Mannisto
 License: BSD-2-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
@@ -64,14 +191,6 @@ License: BSD-2-clause
  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-Files: src/core/libs/INIReader.*
-Copyright: © 2009 Brush Technologies
-License: BSD-3-clause
-
-Files: src/core/libs/ini.*
-Copyright: © 2009 Brush Tecnologies
-License: BSD-3-clause
-
 License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
@@ -99,3 +218,25 @@ License: BSD-3-clause
  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  SUCH DAMAGE.
+
+License: GPL-2+
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE.  See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..1967afd
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+upstream-tag=v%(version)s
+
diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc
new file mode 100644
index 0000000..3d83f0f
--- /dev/null
+++ b/debian/upstream/signing-key.asc
@@ -0,0 +1,103 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1
+
+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
+=ttO+
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/debian/watch b/debian/watch
index 71a6455..5c0d5d4 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,6 +1,6 @@
 version=3
 
-https://github.com/gnss-sdr/gnss-sdr/tags .*/v?(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
+opts="filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/gnss-sdr-$1\.tar\.gz/,pgpsigurlmangle=s/archive\/v(\d\S*)\.tar\.gz/releases\/download\/v$1\/gnss-sdr-$1.tar.gz.asc/,uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,dversionmangle=s/\+(debian|dsfg|ds|deb)(\.\d+)?$//" https://github.com/gnss-sdr/gnss-sdr/tags .*/v?(\d\S.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
 
 # if tweaking of source is needed
 # \
@@ -9,3 +9,4 @@ https://github.com/gnss-sdr/gnss-sdr/tags .*/v?(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:g
 # if you need to repack and choose +dfsg prefix
 # opts=dversionmangle=s/[~\+]dfsg[0-9]*// \
 #
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list