[hamradio-commits] [kvasd-installer] 01/02: Update debian folder

Greg Beam ki7mt-guest at moszumanska.debian.org
Sun Jan 11 06:40:58 UTC 2015


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

ki7mt-guest pushed a commit to branch master
in repository kvasd-installer.

commit f4fe3522a963b9ba24cdeac4c3dd73cbc0f8872b
Author: Greg Beam <ki7mt at yahoo.com>
Date:   Sat Jan 10 23:36:23 2015 -0700

    Update debian folder
---
 debian/README.Debian                          |  4 +-
 debian/changelog                              |  7 +--
 debian/control                                | 23 ++++-----
 debian/copyright                              | 69 +++++----------------------
 debian/{dirs => kvasd-installer.dirs}         |  1 +
 debian/{docs => kvasd-installer.docs}         |  1 -
 debian/{install => kvasd-installer.install}   |  1 +
 debian/{manpages => kvasd-installer.manpages} |  0
 debian/kvasd-installer.menu                   |  7 +++
 debian/{postinst => kvasd-installer.postinst} |  0
 debian/{postrm => kvasd-installer.postrm}     |  0
 debian/menu                                   |  3 --
 debian/rules                                  | 22 ++++++++-
 13 files changed, 61 insertions(+), 77 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index dd10e38..6542c8c 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -14,9 +14,9 @@ included at this time.
 * Source can be downloaded / updated with:
 
 mkdir -p ~/kvasd-installer && cd ~/kvasd-installer
-svn export --force svn://svn.code.sf.net/p/wsjt/wsjt/trunk/kvasd-binary/kvasd-installer .
+svn export --force svn://svn.code.sf.net/p/wsjt/wsjt/trunk/kvasd-binary/Linux/kvasd-installer .
 
 * Do not forget the "." at the end if your in the SVN checkout directory. Then
 add the debian folder and package as normal.
 
--- Greg Beam <ki7mt at yahoo.com>  Thu, 11 Nov 2014 20:54:00 -0600
+-- Greg Beam <ki7mt at yahoo.com>  Sat, 10 Jan 2015 14:00:00 -0600
diff --git a/debian/changelog b/debian/changelog
index e677923..98179b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-kvasd-installer (1.12.5-1) unstable; urgency=medium
+kvasd-installer (1.12.8-1) unstable; urgency=medium
 
-  * Initial Debian Release (Closes: #765987)
+  * Initial Debian Release, closes (#765987)
+  * New upstram release release svn r4893
 
- -- Greg Beam <ki7mt at yahoo.com>  Tue, 11 Nov 2014 22:30:00 -0600
+ -- Greg Beam <ki7mt at yahoo.com>  Sat, 10 Jan 2015 21:00:00 -0600
 
diff --git a/debian/control b/debian/control
index 1b62e3d..0282d51 100644
--- a/debian/control
+++ b/debian/control
@@ -5,25 +5,26 @@ Maintainer: Debian Hamradio Maintainers <debian-hams at lists.debian.org>
 Uploaders: Greg Beam <ki7mt at yahoo.com>, Kamal Mostafa <kamal at whence.com>
 Standards-Version: 3.9.5
 Build-Depends: debhelper (>= 9.2.0),
-               libfile-fcntllock-perl
+               libfile-fcntllock-perl,
+               autotools-dev,
+               dh-autoreconf,
+               dialog
 Homepage: http://physics.princeton.edu/pulsar/K1JT/devel.html
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-hamradio/kvasd-installer.git
-Vcs-Git: http://anonscm.debian.org/git/pkg-hamradio/kvasd-installer.git
+#Vcs-SVN svn://svn.code.sf.net/p/wsjt/wsjt/trunk/kvasd-binary/Linux/kvasd-installer
+#Vcs-Browser https://svn://svn.code.sf.net/p/wsjt/wsjt/trunk/kvasd-binary/Linux/kvasd-installer
 
 Package: kvasd-installer
 Architecture: i386 amd64
-Provides: kvasd-installer-1.11.0
-Enhances: wsjtx, wsjt
+Provides: kvasd-installer-1.12.8
+Enhances: wsjt, wsjtx
 Depends: ${misc:Depends},
-         gfortran,
+         libgfortran3,
          dialog,
          bash (>> 4.3),
-         gawk,
-         wget,
-         curl
+         gawk
 Description: Utility to Install, Remove and Test KVASD Decoder
  The KVASD, Algebraic Soft-Decision Decoder for RS(63,12)_6 is a non-FOSS
- binary used in WSJT, WSJT-X and WSPR-X. As such, it cannot be included with
+ binary used in WSJT, WSJT-X and MAP65. As such, it cannot be included with
  the packages. kvasd-installer is a set of scripts used to download and manage
  the installation of KVASD. It also installs the required dependencies
  in order for KVASD to run properly, in either i386 or amd64 environments.
@@ -31,4 +32,4 @@ Description: Utility to Install, Remove and Test KVASD Decoder
  The package is optoinal, as the user could manually install the dependencies
  and the binary itself. Dialog is used for the menu system.
  .
- kvasd-installer is a FOSS compliant package, licensed under GPL v3.
+ kvasd-installer is a FOSS compliant package, licensed under GPL v3+.
diff --git a/debian/copyright b/debian/copyright
index a284282..f5ebc07 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,65 +1,22 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: kvasd-installer
 Upstream-Contact: Hamlib Developers <hamlib-developer at lists.sourceforge.net>
-Source: svn://svn.code.sf.net/p/wsjt/wsjt/trunk/kvasd-binary/kvasd-installer
-
-Files: debian/*
-Copyright: 2014 Greg Beam <ki7mt at yahoo.com>
-License: GPL-3
+Source: svn://svn.code.sf.net/p/wsjt/wsjt/trunk/kvasd-binary/Linux/kvasd-installer
 
 Files: kvasd-installer/*
-Copyright: 2014 Greg Beam <ki7mt at yahoo.com>
-License: GPL-3
+Copyright:	2014-2015 Greg Beam, KI7MT <ki7mt at yahoo.com>
+			2014-2015 2014-2015 Joseph H Taylor, Jr, K1JT <joe at princeton.edu>
+License: GPL-3+
 
-Files: icons/kvasd-installer.xpm
-Copyright: 2001-2014 Joe Taylor, K1JT
-License: GPL-3
-
-Files: build-aux/config.guess
-Copyright: 1992-2014 Free Software Foundation, Inc.
-License: GPL-3
+Files: debian/*
+Copyright: 2014-2015 Greg Beam, KI7MT <ki7mt at yahoo.com>
+License: GPL-3+
 
-Files: build-aux/config.guess config.sub
-Copyright: 1992-2014 Free Software Foundation, Inc.
-License: GPL-3
+Files: icons/kvasd-installer.xpm
+Copyright: 2014-2015 Joseph H Taylor, Jr, K1JT <joe at princeton.edu>
+License: GPL-3+
 
-License: GPL-3
+License: GPL-3+
  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: build-aux/install-sh
-Copyright: 1994 X Consortium
-License: MIT
-
-License: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to
- deal in the Software without restriction, including without limitation the
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
- sell copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
- .
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
- X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
- AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
- TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- .
- Except as contained in this notice, the name of the X Consortium shall not
- be used in advertising or otherwise to promote the sale, use or other deal-
- ings in this Software without prior written authorization from the X Consor-
- tium.
- .
- FSF changes to this file are in the public domain.
- .
- Calling this script install-sh is preferred over install.sh, to prevent
- 'make' implicit rules from creating a file called install from it
- when there is no Makefile.
- .
- This script is compatible with the BSD install script, but was written
- from scratch.
-
+ version 3 can be found in `/usr/share/common-licenses/GPL-3+'.
+ 
diff --git a/debian/dirs b/debian/kvasd-installer.dirs
similarity index 79%
rename from debian/dirs
rename to debian/kvasd-installer.dirs
index 4b062bf..e6f5805 100644
--- a/debian/dirs
+++ b/debian/kvasd-installer.dirs
@@ -1,6 +1,7 @@
 usr/bin
 usr/share/applications
 usr/share/doc/kvasd-installer
+usr/share/kvasd-installer
 usr/share/man/man1
 usr/share/pixmaps
 
diff --git a/debian/docs b/debian/kvasd-installer.docs
similarity index 94%
rename from debian/docs
rename to debian/kvasd-installer.docs
index 7c17bb6..d5aaf52 100644
--- a/debian/docs
+++ b/debian/kvasd-installer.docs
@@ -1,4 +1,3 @@
 BUGS
 README
 TODO
-
diff --git a/debian/install b/debian/kvasd-installer.install
similarity index 85%
rename from debian/install
rename to debian/kvasd-installer.install
index 916d84d..f13a104 100644
--- a/debian/install
+++ b/debian/kvasd-installer.install
@@ -1,4 +1,5 @@
 kvasd-installer usr/bin/
+pkg-info.txt usr/share/kvasd-installer/
 README usr/share/doc/kvasd-installer/
 TODO usr/share/doc/kvasd-installer/
 BUGS usr/share/doc/kvasd-installer/
diff --git a/debian/manpages b/debian/kvasd-installer.manpages
similarity index 100%
rename from debian/manpages
rename to debian/kvasd-installer.manpages
diff --git a/debian/kvasd-installer.menu b/debian/kvasd-installer.menu
new file mode 100644
index 0000000..74b7423
--- /dev/null
+++ b/debian/kvasd-installer.menu
@@ -0,0 +1,7 @@
+?package(kvasd-installer):needs="X11" \
+ section="Applications/Amateur Radio" \
+ description="Install, Remove & Test KVASD Decoder" \
+ hints="WSJT,WSJT-X,WSPR-X" \
+ title="KVASD Installer" \
+ icon="/usr/share/pixmaps/kvasd-installer.xpm" \
+ command="/usr/bin/kvasd-installer"
diff --git a/debian/postinst b/debian/kvasd-installer.postinst
similarity index 100%
rename from debian/postinst
rename to debian/kvasd-installer.postinst
diff --git a/debian/postrm b/debian/kvasd-installer.postrm
similarity index 100%
rename from debian/postrm
rename to debian/kvasd-installer.postrm
diff --git a/debian/menu b/debian/menu
deleted file mode 100644
index 7cb289a..0000000
--- a/debian/menu
+++ /dev/null
@@ -1,3 +0,0 @@
-?package(kvasd-installer):needs="X11" section="Applications/Amateur Radio"\
-  title="KVASD-Installer" description="KVASD Utility" \
-  icon="/usr/share/pixmaps/kvasd-installer.xpm" command="/usr/bin/kvasd-installer"
diff --git a/debian/rules b/debian/rules
index 2d177d6..0c28b61 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,25 @@ DH_VERBOSE = 1
 export DH_OPTIONS=-v
 
 %:
-	dh $@
+	dh $@ --with autoreconf --with autotools_dev
 
+# Noting needs to be built, as the main script is configured
+# when autoreconf is run.
+override_dh_auto_build:
+	@echo ''
+	@echo '---------------------------------------'
+	@echo ' Override_dh_auto_build'
+	@echo '---------------------------------------'
+	@echo ''
+	@echo ' Nothing to be done for $(MAKE)'
+	@echo ''
+
+# debian folder install files take care of this
+override_dh_auto_install:
+	@echo ''
+	@echo '---------------------------------------'
+	@echo ' Override_dh_auto_install'
+	@echo '---------------------------------------'
+	@echo ''
+	@echo ' Nothing to be done for $(MAKE) install'
+	@echo ''

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



More information about the pkg-hamradio-commits mailing list