Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 485 → Rev 486

/programy/C/ix86/SID/debian/control
1,6 → 1,6
Source: sidd
Section: unknown
Priority: extra
Section: Science
Priority: Optional
Maintainer: Jakub Kakona <kaklik@mlab.cz>
Build-Depends: debhelper (>= 5), autotools-dev
Standards-Version: 3.7.2
8,5 → 8,7
Package: sidd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: <insert up to 60 chars description>
<insert long description, indented with spaces>
Description: Soundcard based ionosphere monitoring daemon.
The sidd daemon monitors ionosphere for detection of SID (Sudden Ionospheric Disturbances)
events. It works like receiver of submarine navigation system in VLF band.
Sidd uses PC soundcard for signal analysis.
/programy/C/ix86/SID/debian/copyright
1,24 → 1,34
This package was debianized by Jakub Kakona <kaklik@mlab.cz> on
Wed, 26 Mar 2008 19:32:57 +0100.
 
It was downloaded from <url://example.com>
It was downloaded from: http://downloads.ust.cz/ubuntu/
 
Upstream Author(s):
 
<put author's name and email here>
<likewise for another author>
Paul Nicholson <paul@abelian.demon.co.uk>
Jakub Kakona <kaklik@mlab.cz>
 
Copyright:
 
<Copyright (C) YYYY Name OfAuthor>
<likewise for another author>
Copyright (C) 2005 Paul Nicholson
Copyright (C) 2008 Jakub Kakona
 
License:
 
<Put the license of the package here indented by 4 spaces>
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 2 of the License, or
(at your option) any later version.
 
This program 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, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
The Debian packaging is (C) 2008, Jakub Kákona <kaklik@mlab.cz> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
 
# Please also look if there are files or directories which have a
# different copyright/license attached and list them here.
/programy/C/ix86/SID/debian/dirs
1,2 → 1,2
usr/bin
usr/sbin
 
/programy/C/ix86/SID/debian/rules
59,7 → 59,7
dh_installdirs
 
# Add here commands to install the package into debian/sidd.
$(MAKE) DESTDIR=$(CURDIR)/debian/sidd install
$(MAKE) DESTDIR=$(CURDIR)/debian install
 
 
# Build architecture-independent files here.