[hamradio-commits] [csdr] 02/02: Initial debian/ directory

Iain R. Learmonth irl at moszumanska.debian.org
Fri Apr 15 18:32:52 UTC 2016


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

irl pushed a commit to branch master
in repository csdr.

commit abc620d3544dd3e7328131ca41a8f2bfd28595b4
Author: Iain R. Learmonth <irl at debian.org>
Date:   Fri Apr 15 18:26:48 2016 +0100

    Initial debian/ directory
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 24 ++++++++++++++++++++++++
 debian/copyright     | 11 +++++++++++
 debian/csdr.install  |  3 +++
 debian/rules         |  7 +++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 8 files changed, 54 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f6905ce
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+csdr (0.12+git20160415-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #821115)
+
+ -- Iain R. Learmonth <irl at debian.org>  Fri, 15 Apr 2016 18:24:27 +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..10790df
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: csdr
+Section: hamradio
+Priority: optional
+Maintainer: Debian Hamradio Maintainers <debian-hams at lists.debian.org>
+Uploaders: Iain R. Learmonth <irl at debian.org>
+Build-Depends: debhelper (>= 9),
+               fftw3-dev
+Standards-Version: 3.9.7
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-hamradio/csdr.git
+Vcs-Git: http://anonscm.debian.org/git/pkg-hamradio/csdr.git
+Homepage: https://github.com/simonyiszk/csdr
+
+Package: csdr
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: DSP library and command-line tool for Software Defined Radio
+ libcsdr is a set of simple DSP routines for Software Defined Radio. It
+ is mostly useful for AM/FM/SSB demodulation and spectrum display. The
+ package comes with a command-line tool csdr, which lets you build DSP
+ processing chains by shell pipes. The code of libcsdr was intended to
+ be easy to follow. libcsdr was designed to use auto-vectorization
+ available in gcc. It means that it can achieve some speedup by taking
+ advantage of SIMD command sets available in today's CPUs (e.g. SSE on
+ x86 and NEON on ARM).
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..481a200
--- /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: (C) 20xx-20yy <upstream>
+License: <license>
+
+Files: debian/*
+Copyright: (C) 2015 maintainername <maintainer at e.mail>
+License: <license>
diff --git a/debian/csdr.install b/debian/csdr.install
new file mode 100644
index 0000000..598f2bf
--- /dev/null
+++ b/debian/csdr.install
@@ -0,0 +1,3 @@
+libcsdr.so /usr/lib
+csdr /usr/bin
+csdr-fm /usr/bin
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ae2f4e1
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_install:
+	echo "Installation handled by debian/*.install"
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..9d5c73f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://github.com/simonyiszk/csdr/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/csdr.git



More information about the pkg-hamradio-commits mailing list