[hamradio-commits] [gsmc] 02/07: Imported Debian patch 1.1-1.3

Iain Learmonth irl-guest at moszumanska.debian.org
Tue Aug 11 14:14:56 UTC 2015


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

irl-guest pushed a commit to branch master
in repository gsmc.

commit 5d8c23e952f0a6d28a9969a0c0b5d6cb944831c6
Author: Eric Dorland <eric at debian.org>
Date:   Sat Mar 8 02:19:18 2014 -0500

    Imported Debian patch 1.1-1.3
---
 Makefile.in          |  2 +-
 debian/changelog     | 25 +++++++++++++++++++++++++
 debian/compat        |  1 +
 debian/control       | 15 +++++++++++++++
 debian/copyright     | 13 +++++++++++++
 debian/gsmc.desktop  |  9 +++++++++
 debian/gsmc.dirs     |  4 ++++
 debian/gsmc.menu     |  5 +++++
 debian/mini-gsmc.xpm | 23 +++++++++++++++++++++++
 debian/rules         | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 144 insertions(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index ef9e678..f7db62b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -88,7 +88,7 @@ PROGRAMS = $(bin_PROGRAMS)
 am_gsmc_OBJECTS = autotune.$(OBJEXT) calc.$(OBJEXT) dataconv.$(OBJEXT) \
 	draw.$(OBJEXT) main.$(OBJEXT) print.$(OBJEXT) widget.$(OBJEXT)
 gsmc_OBJECTS = $(am_gsmc_OBJECTS)
-gsmc_LDADD = $(LDADD)
+gsmc_LDADD = $(LDADD) -lm
 gsmc_DEPENDENCIES =
 gsmc_LDFLAGS =
 
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9430f98
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,25 @@
+gsmc (1.1-1.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to automake1.11. (Closes: #724384)
+
+ -- Eric Dorland <eric at debian.org>  Sat, 08 Mar 2014 02:19:18 -0500
+
+gsmc (1.1-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Makefile.in - Add -lm to gsmc_LDADD. (Closes: #713460).
+
+ -- Barry deFreese <bdefreese at debian.org>  Thu, 11 Jul 2013 09:02:48 -0400
+
+gsmc (1.1-1.1) unstable; urgency=low
+
+  * Retiring - remove myself from the uploaders list.
+
+ -- Joop Stakenborg <pa3aba at debian.org>  Sat, 14 Nov 2009 14:11:37 +0000
+
+gsmc (1.1-1) unstable; urgency=low
+
+  * First upload. (closes: #208486)
+
+ -- Hamish Moffatt <hamish at debian.org>  Fri, 19 Oct 2007 00:25:52 +1000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..621539f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: gsmc
+Section: hamradio
+Priority: optional
+Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 4), libgtk2.0-dev, libglib2.0-dev, automake1.11
+Maintainer: Debian Hamradio Maintainers <debian-hams at lists.debian.org> 
+Homepage: http://www.qsl.net/ik5nax/index.html
+Uploaders: Jaime Robles <jaime at debian.org>, Patrick Ouellette <pouelle at debian.org>, Hamish Moffatt <hamish at debian.org>
+
+Package: gsmc
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Smith Chart calculator for impedance matching
+ gsmc allows you to perform Smith Chart calculations for
+ RF (radio frequency) circuit design.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8cdbdb3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,13 @@
+
+gsmc was written by:
+   Lapo Pieri IK5NAX, ik5nax at amsat.org.
+   Johannes van der Horst, jvdhorst at cs.sun.ac.za	
+Copyright 2003-2004.
+
+It is licensed under the terms of the GNU General Public License.
+See /usr/share/common-licenses/GPL for details.
+
+The original sources were obtained from: http://www.qsl.net/ik5nax/
+
+This package was created by Hamish Moffatt <hamish at debian.org>.
+
diff --git a/debian/gsmc.desktop b/debian/gsmc.desktop
new file mode 100644
index 0000000..3631464
--- /dev/null
+++ b/debian/gsmc.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=GTK Smith Chart Calculator
+Comment=RF Impedance calculator
+Exec=gsmc
+Icon=mini-gsmc.xpm
+Terminal=false
+Type=Application
+Categories=HamRadio;
diff --git a/debian/gsmc.dirs b/debian/gsmc.dirs
new file mode 100644
index 0000000..997a70f
--- /dev/null
+++ b/debian/gsmc.dirs
@@ -0,0 +1,4 @@
+usr/bin
+usr/share/man/man1
+usr/share/pixmaps
+usr/share/applications
diff --git a/debian/gsmc.menu b/debian/gsmc.menu
new file mode 100644
index 0000000..25ed21b
--- /dev/null
+++ b/debian/gsmc.menu
@@ -0,0 +1,5 @@
+?package(gsmc):needs="X11" section="Applications/Amateur Radio" \
+	title="gsmc" longtitle="Smith Chart Calculator" \
+	description="Smith Chart calculator" \
+	command="/usr/bin/gsmc" \
+	icon="/usr/share/pixmaps/mini-gsmc.xpm"
diff --git a/debian/mini-gsmc.xpm b/debian/mini-gsmc.xpm
new file mode 100644
index 0000000..e39db19
--- /dev/null
+++ b/debian/mini-gsmc.xpm
@@ -0,0 +1,23 @@
+/* XPM */
+static char * mini-mix_xpm[] = {
+"16 16 4 1",
+" 	c None s None",
+".	c black",
+"r	c red",
+"y	c green",
+"      ....      ",
+"    .. r  ..    ",
+"   .   r    .   ",
+"  .    r     .  ",
+" .      r ... . ",
+" .      .ryyy.. ",
+".       .yryyy..",
+".      .yyyrryy.",
+".............rrr",
+".      .yyyrryy.",
+" .      .yryyy. ",
+" .       ryyy.. ",
+"  .     r ....  ",
+"   .   r    .   ",
+"    .. r  ..    ",
+"      ....      "};
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a312c2a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,48 @@
+#!/usr/bin/make -f
+
+AUTOMAKE_FILES = install-sh missing mkinstalldirs
+
+build:
+	dh_testdir
+	for f in $(AUTOMAKE_FILES); do cp /usr/share/automake-1.11/$$f .; done
+	./configure --prefix=/usr --mandir=/usr/share/man
+	$(MAKE)
+	touch build
+
+clean:
+	dh_testdir
+	-rm -f build
+	[ ! -f Makefile ] || $(MAKE) distclean
+	for f in $(AUTOMAKE_FILES); do rm -f $$f; done
+	rm -f config.log
+	dh_clean
+
+binary-indep:	build
+# nothing else to do
+
+binary-arch:	build
+	dh_testroot
+	dh_clean
+	dh_installdirs
+	dh_installman
+	dh_installdocs README TODO AUTHORS
+	$(MAKE) install DESTDIR=`pwd`/debian/gsmc
+
+	dh_install debian/mini-gsmc.xpm usr/share/pixmaps
+	dh_install debian/gsmc.desktop usr/share/applications
+	dh_installmenu
+	dh_installchangelogs NEWS
+	dh_desktop
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_makeshlibs
+	dh_md5sums
+	dh_builddeb
+
+binary:		binary-indep binary-arch
+
+.PHONY: binary binary-arch binary-indep clean

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



More information about the pkg-hamradio-commits mailing list