[hamradio-commits] [dream] 01/01: added debian directory
Julian Cable
jcable-guest at moszumanska.debian.org
Sat Nov 8 15:32:57 UTC 2014
This is an automated email from the git hooks/post-receive script.
jcable-guest pushed a commit to branch master
in repository dream.
commit a5f599dd5a88c21a409545cd1bc74d475710dee1
Author: Julian Cable <julian.cable at yahoo.com>
Date: Sat Nov 8 15:32:31 2014 +0000
added debian directory
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 35 +++++++++++++++++++++++++++++++++++
debian/copyright | 25 +++++++++++++++++++++++++
debian/rules | 32 ++++++++++++++++++++++++++++++++
debian/source/format | 1 +
debian/watch | 23 +++++++++++++++++++++++
7 files changed, 122 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ab2542a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+dream (2.1.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #691685)
+
+ -- Julian Cable <jcable at users.sourceforge.net> Tue, 04 Nov 2014 08:04:48 +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..f37266f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: dream
+Section: hamradio
+Priority: optional
+Maintainer: Julian Cable <julian.cable at yahoo.com>
+#Maintainer: Julian Cable <jcable at users.sourceforge.net>
+Standards-Version: 3.9.6
+Build-Depends: debhelper (>= 9),
+ libqt4-dev,
+ qt4-dev-tools,
+ libqtwebkit-dev,
+ fftw3-dev,
+ libqwt-dev (>= 6.0.0),
+ libpulse-dev,
+ libsndfile1-dev,
+ libpcap0.8-dev,
+ zlib1g-dev,
+ libspeex-dev
+
+Homepage: http://drm.sourceforge.net
+Vcs-Git: http://anonscm.debian.org/git/pkg-hamradio/dream.git
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-hamradio/dream.git
+Package: dream
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Dream is a DRM (Digital Radio Mondiale) and AM Software Defined Radio
+ Digital Radio Mondiale (DRM) is the digital radio standard for the
+ long-, medium- and short-wave ranges. The standard was formed by a
+ consortium in co-operation with the International Telecommunication
+ Union (ITU). For more information visit www.drm.org. Dream uses the
+ sound card as the input and output device. A long, medium and short wave
+ front-end with an intermediate frequency (IF) between 5 kHz and 15 kHz
+ is used to receive the DRM signal. Any commercial front-end with an IF
+ of 455 kHz should be usable by adding a 455 kHz to 12 kHz adaptor
+ (assuming the receiver bandwidth is sufficient for a DRM signal).
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c135e8f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: dream
+Source: http://drm.sourceforge.net
+Files: debian/*
+Copyright: 2014 Julian Cable <jcable at users.sourceforge.net>
+License: GPL-2+
+ This package 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 2 of the License, or
+ (at your option) any later version.
+ .
+ This package 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, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+Files: src/*
+ * Copyright (c) 2001-2014
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ce15cce
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,32 @@
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#DH_VERBOSE = 1
+
+# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/default.mk
+
+# see FEATURE AREAS in dpkg-buildflags(1)
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+# see ENVIRONMENT in dpkg-buildflags(1)
+# package maintainers to append CFLAGS
+#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
+# package maintainers to append LDFLAGS
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+
+# main packaging script based on dh7 syntax
+%:
+ dh $@
+
+# debmake generated override targets
+# This is example for Cmake (See http://bugs.debian.org/641051 )
+#override_dh_auto_configure:
+# dh_auto_configure -- \
+# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
+
+
+
+
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..ce3ba95
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,23 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php dream-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/dream-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/dream-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+http://downloads.sourceforge.net/project/drm/dream/(.*)/dream-(.*)\.tar\.gz
+
+# Uncomment to find new files on GooglePages
+# http://example.googlepages.com/foo.html dream-(.*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dream.git
More information about the pkg-hamradio-commits
mailing list