[hamradio-commits] [libfap] 02/02: Added debian/ directory

Iain Learmonth irl-guest at moszumanska.debian.org
Sat Jul 4 14:19:30 UTC 2015


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

irl-guest pushed a commit to branch master
in repository libfap.

commit d1146f2bf5c50ac80a559bd596e150a790f13e1e
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Sat Jul 4 15:09:21 2015 +0100

    Added debian/ directory
---
 debian/changelog          |  5 +++++
 debian/compat             |  1 +
 debian/control            | 34 ++++++++++++++++++++++++++++++++++
 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, 91 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9eedd75
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libfap (1.5-1) unstable; urgency=medium
+
+  * Initial release. (Closes: ###)
+
+ -- Iain R. Learmonth <irl at fsfe.org>  Sat, 27 Sep 2014 18:25:32 +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..7fa1160
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: libfap
+Section: hamradio
+Priority: optional
+Maintainer: Debian Hamradio Maintainers <debian-hams at lists.debian.org>
+Uploaders: Iain R. Learmonth <irl at fsfe.org>
+Build-Depends: debhelper (>= 9), dh-autoreconf
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/libfap.git
+Vcs-Git: http://anonscm.debian.org/git/collab-maint/libfap.git
+Homepage: http://www.pakettiradio.net/libfap/
+
+Package: libfap6
+Breaks: libfap5
+Replaces: libfap5
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+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
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libfap6 (= ${binary:Version})
+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
+

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



More information about the pkg-hamradio-commits mailing list