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:
parent
279ba3276b
commit
22defbad03
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
9
|
|
@ -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.
|
|
@ -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
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
usr/lib/*/libfap.so
|
||||
usr/lib/*/libfap.a
|
||||
usr/lib/*/pkgconfig/*
|
||||
usr/include/*
|
|
@ -0,0 +1 @@
|
|||
usr/lib/*/libfap.so.*
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@ --with autoreconf
|
||||
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
|
@ -0,0 +1,4 @@
|
|||
version=3
|
||||
|
||||
http://www.pakettiradio.net/downloads/libfap/([\d.]+)/libfap-([\d.]+)\.tar\.gz
|
||||
|
Loading…
Reference in New Issue