[hamradio-commits] [pydxcluster] 02/08: Adds the /debian directory and required files for packaging

Ana Custura ana.c-guest at moszumanska.debian.org
Thu Jun 2 19:26:32 UTC 2016


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

ana.c-guest pushed a commit to branch master
in repository pydxcluster.

commit 273dd6a3a3f37def09e150b287cfb52901e10ca0
Author: Ana C. Custura <ana at netstat.org.uk>
Date:   Thu May 26 15:24:59 2016 +0100

    Adds the /debian directory and required files for packaging
---
 debian/changelog            |  5 +++++
 debian/compat               |  1 +
 debian/control              | 16 ++++++++++++++++
 debian/copyright            | 15 +++++++++++++++
 debian/pydxcluster.examples |  1 +
 debian/pydxcluster.install  |  3 +++
 debian/rules                | 11 +++++++++++
 debian/source/format        |  1 +
 debian/watch                |  5 +++++
 9 files changed, 58 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..78a0ec8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pydxcluster (2.21-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #769048)
+
+ -- Ana Custura <ana at netstat.org.uk>  Sun, 01 May 2016 14:56:03 +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..512a9a6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: pydxcluster
+Section: hamradio
+Priority: optional
+Maintainer: Debian Hamradio Maintainers <debian-hams at lists.debian.org>
+Uploaders: Ana C. Custura <ana at netstat.org.uk>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-hamradio/pydxcluster.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-hamradio/pydxcluster.git
+Homepage: https://sourceforge.net/projects/pydxcluster/
+
+Package: pydxcluster
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},python-tk,python-requests,python-xmltodict,python-pygame
+Description: HAM Dx Cluster for Linux users
+ Allows users to connect to cluster, reverse beacon and PSKReporter servers. Also supports sending spots, band selecting and is integrated with fldigi-shell.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a259b27
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pydxcluster
+Source: https://sourceforge.net/projects/pydxcluster/files/latest/download
+
+Files: *
+Copyright: (C) Jakab Szilárd  
+License: GPL-3
+
+Files: debian/*
+Copyright: (C) 2016 Ana Custura <ana at netstat.org.uk>
+License: GPL-3
+
+License: GPL-3
+ On Debian systems, the complete text of the GNU General Public
+ License 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/pydxcluster.examples b/debian/pydxcluster.examples
new file mode 100644
index 0000000..5d5841c
--- /dev/null
+++ b/debian/pydxcluster.examples
@@ -0,0 +1 @@
+pydxcluster.cfg
diff --git a/debian/pydxcluster.install b/debian/pydxcluster.install
new file mode 100644
index 0000000..df7fba1
--- /dev/null
+++ b/debian/pydxcluster.install
@@ -0,0 +1,3 @@
+pydxcluster /usr/bin
+bell.wav /usr/share/pydxcluster
+default.col /usr/share/pydxcluster
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c701958
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+
+override_dh_auto_build:
+	mv pyDxCluster* pydxcluster
+
+#get-orig-source:
+#	. debian/get-orig-source
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..d6ca8fd
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+version=3
+
+# Uncomment to find new files on sourceforge
+opts="uversionmangle=s/_/./" \
+ http://sf.net/pydxcluster/pyDXCluster_v?(\d[\d\_]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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



More information about the pkg-hamradio-commits mailing list