[hamradio-commits] [nec2c] 03/08: Added .desktop file and category for new hamradio menu

Dave Hibberd hibby-guest at moszumanska.debian.org
Sun Feb 15 00:35:20 UTC 2015


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

hibby-guest pushed a commit to branch master
in repository nec2c.

commit e195741d31de479bf0428dea03c4729a41080e36
Author: Dave Hibberd <d at vehibberd.com>
Date:   Sat Feb 14 23:36:54 2015 +0000

    Added .desktop file and category for new hamradio menu
    
    Updating files in debian folder to bring package under control of Debian
    HamRadio Maintainers.
    
    Updating copyright to DEP-5 format
---
 debian/changelog     |  7 +++++++
 debian/control       |  5 +++--
 debian/copyright     | 59 ++++++++++++++++++++++++++--------------------------
 debian/install       |  1 +
 debian/nec2c.desktop |  8 +++++++
 5 files changed, 48 insertions(+), 32 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 358aa2d..4a66ef5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+nec2c (0.8-4) UNRELEASED; urgency=medium
+
+  * Bringing under control of Debian Hamradio Maintainers
+  * Adding categories for Hamradio-Menu
+
+ -- Dave Hibberd <d at vehibberd.com>  Sat, 14 Feb 2015 22:57:45 +0000
+
 nec2c (0.8-3) unstable; urgency=low
 
   * QA upload.
diff --git a/debian/control b/debian/control
index dac159b..5e1ca02 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,15 @@
 Source: nec2c
 Section: hamradio
 Priority: extra
-Maintainer: Debian QA Group <packages at qa.debian.org>
+Maintainer: Debian Hamradio Maintainers <debian-hams at lists.debian.org>
+Uploaders: Dave Hibberd <d at vehibberd.com>
 Build-Depends: debhelper (>= 5)
 Standards-Version: 3.8.0
 
 Package: nec2c
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: translation of the NEC2 FORTRAN source code to the C language
+Description: Translation of the NEC2 FORTRAN source code to the C language
  The translation was performed mostly "by hand" and a lot of modifications
  to the original program were introduced in order to modernize the NEC2
  and to remove as many built-in limitations as possible. The attendant
diff --git a/debian/copyright b/debian/copyright
index e71213f..a148223 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,37 +1,36 @@
-This package was debianized by Joop Stakenborg <pa3aba at debian.org> on
-Thu, 30 Nov 2006 17:13:03 +0100.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: nec2c
+Source: http://www.qsl.net/5b4az/pkg/nec2/nec2c/
 
-It was downloaded from http://5b4az.chronos.org.uk/pages/nec2.html
+Files: *
+Copyright:
+	(C) Neoklis Kyriazis <n4b4az at yahoo.com>
+License: Permissive
 
-Upstream Author: Neoklis Kyriazis <n4b4az at yahoo.com>
+Files: debian/*
+	(C) 2015 Dave Hibberd <d at vehibberd.com>
+	(C) 2006 Joop Stakenborg <pa3aba at debian.org> 
+License: GPL-2+
 
-From the README included with the package:
+License: GPL-2+
+ 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 St, Fifth Floor, Boston, MA  02110-1301  USA
+ .
+ The GPL License which applies to this package can be found on your Debian
+ system at /usr/share/common-licenses/GPL-2.
 
+License: Permissive
   nec2c is Public Domain, same as the original FORTRAN source.
   Please keep any software you write incorporating nec2c in Public Domain
   or at least use an open license like GPL or BSD.
-
-The file file main.c in this package contains the license included with
-the original fortran code:
----------------------------------------------------------------------
- Numerical Electromagnetics Code (NEC2)  developed at Lawrence
- Livermore lab., Livermore, CA.  (contact G. Burke at 415-422-8414
- for problems with the NEC code. For problems with the vax implem-
- entation, contact J. Breakall at 415-422-8196 or E. Domning at 415
- 422-5936)
- file created 4/11/80.
-
-                ***********Notice**********
- This computer code material was prepared as an account of work
- sponsored by the United States government.  Neither the United
- States nor the United States Department Of Energy, nor any of
- their employees, nor any of their contractors, subcontractors,
- or their employees, makes any warranty, express or implied, or
- assumes any legal liability or responsibility for the accuracy,
- completeness or usefulness of any information, apparatus, product
- or process disclosed, or represents that its use would not infringe
- privately-owned rights.
-----------------------------------------------------------------------
-
-The Debian packaging is (C) 2006, Joop Stakenborg <pa3aba at debian.org> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..c062240
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+debian/nec2c.desktop usr/share/applications
diff --git a/debian/nec2c.desktop b/debian/nec2c.desktop
new file mode 100644
index 0000000..776091f
--- /dev/null
+++ b/debian/nec2c.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Exec=/usr/bin/nec2c
+Name=nec2c
+Comment=Antenna Modelling Software
+Terminal=true
+Categories=Network;HamRadio;X-HamRadio-Antennas
+Keywords=Ham Radio;Antenna;Electronics;Modelling

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/nec2c.git



More information about the pkg-hamradio-commits mailing list