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.
This commit is contained in:
Iain R. Learmonth 2015-07-20 17:25:47 +01:00 committed by Dave Hibberd
parent 279ba3276b
commit 22defbad03
9 changed files with 105 additions and 0 deletions

14
debian/changelog vendored Normal file
View File

@ -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 <irl@fsfe.org> 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 <irl@fsfe.org> Sat, 04 Jul 2015 15:22:13 +0100

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
9

39
debian/control vendored Normal file
View File

@ -0,0 +1,39 @@
Source: libfap
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: Iain R. Learmonth <irl@fsfe.org>
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.

36
debian/copyright vendored Normal file
View File

@ -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

4
debian/libfap-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
usr/lib/*/libfap.so
usr/lib/*/libfap.a
usr/lib/*/pkgconfig/*
usr/include/*

1
debian/libfap6.install vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/*/libfap.so.*

5
debian/rules vendored Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/make -f
%:
dh $@ --with autoreconf

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

4
debian/watch vendored Normal file
View File

@ -0,0 +1,4 @@
version=3
http://www.pakettiradio.net/downloads/libfap/([\d.]+)/libfap-([\d.]+)\.tar\.gz