From 22defbad031c4ff9e2d94e682dc02c003c2ef13b Mon Sep 17 00:00:00 2001 From: "Iain R. Learmonth" Date: Mon, 20 Jul 2015 17:25:47 +0100 Subject: [PATCH] Import Debian changes 1.5-2 libfap (1.5-2) unstable; urgency=medium . * debian/control: - Fixed the Vcs-Git and Vcs-Browser URLs - libfap-dev now Breaks+Replaces libfap5-dev . libfap (1.5-1) unstable; urgency=medium . * Initial release. (Closes: #771475) - This package is based on the previous libfap5 package. --- debian/changelog | 14 ++++++++++++++ debian/compat | 1 + debian/control | 39 +++++++++++++++++++++++++++++++++++++++ debian/copyright | 36 ++++++++++++++++++++++++++++++++++++ debian/libfap-dev.install | 4 ++++ debian/libfap6.install | 1 + debian/rules | 5 +++++ debian/source/format | 1 + debian/watch | 4 ++++ 9 files changed, 105 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/libfap-dev.install create mode 100644 debian/libfap6.install create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..4480838 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,14 @@ +libfap (1.5-2) unstable; urgency=medium + + * debian/control: + - Fixed the Vcs-Git and Vcs-Browser URLs + - libfap-dev now Breaks+Replaces libfap5-dev + + -- Iain R. Learmonth Mon, 20 Jul 2015 17:25:47 +0100 + +libfap (1.5-1) unstable; urgency=medium + + * Initial release. (Closes: #771475) + - This package is based on the previous libfap5 package. + + -- Iain R. Learmonth Sat, 04 Jul 2015 15:22:13 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..49fdc15 --- /dev/null +++ b/debian/control @@ -0,0 +1,39 @@ +Source: libfap +Maintainer: Debian Hamradio Maintainers +Uploaders: Iain R. Learmonth +Section: hamradio +Priority: optional +Build-Depends: debhelper (>= 9), + dh-autoreconf +Standards-Version: 3.9.6 +Vcs-Browser: http://anonscm.debian.org/cgit/pkg-hamradio/libfap.git +Vcs-Git: http://anonscm.debian.org/git/pkg-hamradio/libfap.git +Homepage: http://www.pakettiradio.net/libfap/ + +Package: libfap6 +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Breaks: libfap5 +Replaces: libfap5 +Description: APRS Parser + libfap is a C port of the Ham::APRS::FAP Finnish APRS Parser (Fabulous APRS + Parser) Perl module. As the original Perl code, libfap parses normal, mic-e and + compressed location packets, NMEA location packets, objects, items, messages, + telemetry and most weather packets. For more description, see the Perl module. + +Package: libfap-dev +Architecture: any +Section: libdevel +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libfap6 (= ${binary:Version}) +Breaks: libfap5-dev +Replaces: libfap5-dev +Description: APRS Parser - Development Files + libfap is a C port of the Ham::APRS::FAP Finnish APRS Parser (Fabulous APRS + Parser) Perl module. As the original Perl code, libfap parses normal, mic-e and + compressed location packets, NMEA location packets, objects, items, messages, + telemetry and most weather packets. For more description, see the Perl module. + . + This package contains the development files for libfap. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..e849f18 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,36 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libfap +Source: http://www.pakettiradio.net/libfap/ + +Files: * +Copyright: 2009-2011 Tapio Aaltonen +License: GPL-1+ or Artistic-2.0 + +Files: debian/* +Copyright: 2014 Iain R. Learmonth +License: GPL-1+ + +License: GPL-1+ + 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 1, 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 program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + . + On Debian systems, the full text of the license can be found in + /usr/share/common-licenses/GPL-1. + +License: Artistic-2.0 + This program is distributed under the Artistic License. + . + On Debian systems, the full text of the license can be found in + /usr/share/common-licenses/Artistic + diff --git a/debian/libfap-dev.install b/debian/libfap-dev.install new file mode 100644 index 0000000..fa4b3aa --- /dev/null +++ b/debian/libfap-dev.install @@ -0,0 +1,4 @@ +usr/lib/*/libfap.so +usr/lib/*/libfap.a +usr/lib/*/pkgconfig/* +usr/include/* diff --git a/debian/libfap6.install b/debian/libfap6.install new file mode 100644 index 0000000..f375651 --- /dev/null +++ b/debian/libfap6.install @@ -0,0 +1 @@ +usr/lib/*/libfap.so.* diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..a79759d --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ --with autoreconf + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..a51eeef --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=3 + +http://www.pakettiradio.net/downloads/libfap/([\d.]+)/libfap-([\d.]+)\.tar\.gz +