From db594f2e5fe7836e7dba8f97697a7317ebdb308c Mon Sep 17 00:00:00 2001 From: Kamal Mostafa Date: Wed, 22 Jun 2011 19:35:45 -0700 Subject: [PATCH] minimodem-0.5-1 --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 22 ++++++++++++++++++++++ debian/copyright | 31 +++++++++++++++++++++++++++++++ debian/docs | 2 ++ debian/rules | 13 +++++++++++++ debian/source/format | 1 + debian/source/options | 4 ++++ debian/watch | 12 ++++++++++++ 9 files changed, 91 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/source/options create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..52f04ac --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +minimodem (0.5-1) unstable; urgency=low + + * Initial release (Closes: #631341) + + -- Kamal Mostafa Wed, 22 Jun 2011 17:51:08 -0700 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d5cf1d3 --- /dev/null +++ b/debian/control @@ -0,0 +1,22 @@ +Source: minimodem +Section: comm +Priority: optional +Maintainer: Kamal Mostafa +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libfftw3-dev, libpulse-dev, libsndfile1-dev +Standards-Version: 3.9.2 +Homepage: http://www.whence.com/minimodem +#Vcs-Git: git://git.debian.org/collab-maint/minimodem.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/minimodem.git;a=summary + +Package: minimodem +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: software audio Bell-type or RTTY FSK modem + Minimodem is a command-line program which generates (or decodes) audio + modem tones, emulating an old Bell-type or radio-teletype FSK modem. + The tones are played to (or recorded from) the default system audio + device or a file. + . + Minimodem can be used to transfer data between nearby computers using an + audio cable (or just via sound waves), or between remote computers using + radio, telephone, or another audio communications medium. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..4fc3498 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,31 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: minimodem +Source: http://www.whence.com/minimodem + +minimodem - software audio Bell-type or RTTY FSK modem + +minimodem is Copyright (C) 2011 Kamal Mostafa + +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 3 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 . + +On Debian systems, the complete text of the GNU General +Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +Files: * +License: GPL-3.0+ + +Files: debian/* +Copyright: 2011 Kamal Mostafa +License: GPL-3.0+ + diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..50bd824 --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +NEWS +README diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..b760bee --- /dev/null +++ b/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ 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/source/options b/debian/source/options new file mode 100644 index 0000000..8364eae --- /dev/null +++ b/debian/source/options @@ -0,0 +1,4 @@ + +# omit testdata/ and src/run-test script out of the source package +extend-diff-ignore = "debian/|testdata/|src/run-test" + diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..16ee5ee --- /dev/null +++ b/debian/watch @@ -0,0 +1,12 @@ +# 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 +# +http://www.whence.com/minimodem minimodem-(.*)\.tar\.gz +