minimodem-0.5-1
This commit is contained in:
parent
b4c85cfbbf
commit
db594f2e5f
|
@ -0,0 +1,5 @@
|
|||
minimodem (0.5-1) unstable; urgency=low
|
||||
|
||||
* Initial release (Closes: #631341)
|
||||
|
||||
-- Kamal Mostafa <kamal@whence.com> Wed, 22 Jun 2011 17:51:08 -0700
|
|
@ -0,0 +1 @@
|
|||
7
|
|
@ -0,0 +1,22 @@
|
|||
Source: minimodem
|
||||
Section: comm
|
||||
Priority: optional
|
||||
Maintainer: Kamal Mostafa <kamal@whence.com>
|
||||
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.
|
|
@ -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 <kamal@whence.com>
|
||||
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
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 <kamal@whence.com>
|
||||
License: GPL-3.0+
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
NEWS
|
||||
README
|
|
@ -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 $@
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
# omit testdata/ and src/run-test script out of the source package
|
||||
extend-diff-ignore = "debian/|testdata/|src/run-test"
|
||||
|
|
@ -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
|
||||
# <Webpage URL> <string match>
|
||||
http://www.whence.com/minimodem minimodem-(.*)\.tar\.gz
|
||||
|
Loading…
Reference in New Issue