[hamradio-commits] [pyqso] 01/09: Add Debian directory

Iain Learmonth irl-guest at moszumanska.debian.org
Sat Feb 7 23:06:49 UTC 2015


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

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

commit b05389f0a53c2300f7bd91d53c5cbb2dfea86b56
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Sat Dec 13 17:38:08 2014 +0000

    Add Debian directory
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 34 ++++++++++++++++++++++++++++++++++
 debian/copyright     | 11 +++++++++++
 debian/docs          |  1 +
 debian/rules         | 14 ++++++++++++++
 debian/source/format |  1 +
 debian/watch         |  4 ++++
 8 files changed, 71 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7512420
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pyqso (0.1-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Iain R. Learmonth <irl at fsfe.org>  Sat, 13 Dec 2014 15:59:17 +0000
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..aa56322
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: pyqso
+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-python, python-all, python-setuptools, texlive-latex-recommended
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-hamradio/pyqso.git
+Vcs-Git: http://anonscm.debian.org/git/pkg-hamradio/pyqso.git
+Homepage: http://ctjacobs.github.io/pyqso/
+
+Package: pyqso
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: logging tool for amateur radio operators
+ PyQSO is a logging tool for amateur radio operators. It provides a simple
+ graphical interface through which users can manage information about the
+ contacts/QSOs they make with other operators on the air. All information is
+ stored in a light-weight SQL database. Other key features include:
+ .
+  * Customisable interface (e.g. only show callsign and frequency information).
+  * Import and export logs in ADIF format.
+  * Perform callsign lookups and auto-fill data fields using the qrz.com
+    database.
+  * Sort the logs by individual fields.
+  * Print a hard-copy of logs, or print to PDF.
+  * Connect to Telnet-based DX clusters.
+  * Progress tracker for the DXCC award.
+  * Grey line plotter.
+  * Filter out QSOs based on the callsign field (e.g. only display contacts
+    with callsigns beginning with “M6”).
+  * Remove duplicate QSOs.
+  * Basic support for the Hamlib library.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c76e73d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,11 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: <pkg>
+Source: <path_to_download>
+
+Files: *
+Copyright: © 20xx-20yy <upstream>
+License: <license>
+
+Files: debian/*
+Copyright: © 2014 maintainername <maintainer at e.mail>
+License: <license>
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..56a14e1
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+doc/manual.pdf
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2e4945c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+export PYBUILD_NAME=pyqso
+
+%:
+	dh $@ --with python2 --buildsystem=pybuild
+
+override_dh_auto_build:
+	( cd doc ; pdflatex manual.tex )
+	dh_auto_build
+
+override_dh_auto_install:
+	dh_auto_install
+	mv debian/pyqso/usr/icons debian/pyqso/usr/share
+
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..be9108e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+
+https://github.com/ctjacobs/pyqso/releases .*/archive/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+ 

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



More information about the pkg-hamradio-commits mailing list