[hamradio-commits] [comptext] 02/02: Add debian folder. Builds OK using pbuilder

Greg Beam ki7mt-guest at moszumanska.debian.org
Sat Jan 17 21:48:05 UTC 2015


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

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

commit 00234bc560306152d06110d83d3e505a75b2671b
Author: Greg Beam <ki7mt at yahoo.com>
Date:   Sat Jan 17 14:45:21 2015 -0700

    Add debian folder. Builds OK using pbuilder
---
 debian/changelog                         |   6 ++
 debian/compat                            |   1 +
 debian/comptext.docs                     |   2 +
 debian/comptext.manpages                 |   1 +
 debian/control                           |  24 +++++
 debian/copyright                         |  16 ++++
 debian/patches/add-manpage.patch         | 150 +++++++++++++++++++++++++++++++
 debian/patches/series                    |   2 +
 debian/patches/update-desktop-file.patch |  31 +++++++
 debian/rules                             |  16 ++++
 debian/source/format                     |   1 +
 debian/watch                             |   2 +
 12 files changed, 252 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..84a071d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+comptext (1.0.1-1) unstable; urgency=medium
+
+  * Initial Debian Release (Closes: #775465)
+
+ -- Greg Beam <ki7mt at yahoo.com>  Sat, 17 Jan 2015 14:00:00 -0700
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/comptext.docs b/debian/comptext.docs
new file mode 100644
index 0000000..55bc0a6
--- /dev/null
+++ b/debian/comptext.docs
@@ -0,0 +1,2 @@
+README
+AUTHORS
diff --git a/debian/comptext.manpages b/debian/comptext.manpages
new file mode 100644
index 0000000..1176fa6
--- /dev/null
+++ b/debian/comptext.manpages
@@ -0,0 +1 @@
+manpages/comptext.1
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..268910e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: comptext
+Section: hamradio
+Priority: extra
+Maintainer: Debian Hamradio Maintainers <debian-hams at lists.debian.org>
+Uploaders: Greg Beam <ki7mt at yahoo.com>, Kamal Mostafa <kamal at whence.com>
+Build-Depends: debhelper (>= 9.2.0~),
+				pkg-config,
+				autotools-dev,
+				libfltk1.3-dev | libfltk1.1-dev,
+				libfile-fcntllock-perl,
+				libx11-dev
+Standards-Version: 3.9.5
+Homepage: http://www.w1hkj.com/
+Vcs-Git: http://anonscm.debian.org/cgit/pkg-hamradio/comptext.git
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-hamradio/comptext.git
+
+Package: comptext
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: GUI based tool to compare two text streams
+ Comptext is used to compare two text streams. It's comparison function uses
+ a linear-programming technique. It computes total number of errors, the
+ character error rate (CER) and the bit error rate (BER).
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..24e5fb6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,16 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: comptext
+Upstream-Contact: Dave Freese <w1hkj at w1hkj.com>
+Source: http://www.w1hkj.com/
+
+Files: debian/*
+Copyright: 2015 Greg Beam <ki7mt at yahoo.com>
+License: GPL-3
+
+Files: * 
+Copyright: 2013  Dave Freese <w1hkj at w1hkj.com>
+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".
diff --git a/debian/patches/add-manpage.patch b/debian/patches/add-manpage.patch
new file mode 100644
index 0000000..f147656
--- /dev/null
+++ b/debian/patches/add-manpage.patch
@@ -0,0 +1,150 @@
+Description: <short summary of the patch>
+ * Add basic manpage for comptext binary.
+ .
+ comptext (1.0.1-1) unstable; urgency=medium
+ .
+   * Initial Debian Release (Closes: #775465)
+
+Author: Greg Beam <ki7mt at yahoo.com>
+Bug-Debian: http://bugs.debian.org/775465
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- /dev/null
++++ comptext-1.0.1/manpages/comptext.1
+@@ -0,0 +1,73 @@
++'\" t
++.\"     Title: comptext
++.\"    Author: [see the "AUTHORS" section]
++.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
++.\"      Date: 01/17/2015
++.\"    Manual: COMPTEXT Man Page
++.\"    Source: COMPTEXT Version 1.0.1
++.\"  Language: English
++.\"
++.TH "COMPTEXT" "1" "01/17/2015" "COMPTEXT Version 1\&.0\&.1" "COMPTEXT Man Page"
++.\" -----------------------------------------------------------------
++.\" * Define some portability stuff
++.\" -----------------------------------------------------------------
++.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
++.\" http://bugs.debian.org/507673
++.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
++.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
++.ie \n(.g .ds Aq \(aq
++.el       .ds Aq '
++.\" -----------------------------------------------------------------
++.\" * set default formatting
++.\" -----------------------------------------------------------------
++.\" disable hyphenation
++.nh
++.\" disable justification (adjust text to left margin only)
++.ad l
++.\" -----------------------------------------------------------------
++.\" * MAIN CONTENT STARTS HERE *
++.\" -----------------------------------------------------------------
++.SH "NAME"
++comptext \- GUI based tool to compare two text streams
++.SH "SYNOPSIS"
++.sp
++\fBcomptext\fR \- Comptext is used to compare two text streams\&. It\(cqs comparison function uses a linear\-programming technique\&. It computes total number of errors, the character error rate (CER) and the bit error rate (BER)\&.
++.SH "BUGS"
++.sp
++If you find a bug or suspect \fB\fIcomptext\fR\fR is not acting as you think it should, send an email with as much detail as possible to: <fldigi\-devel at lists\&.sourceforge\&.net>
++.SH "AUTHORS"
++.sp
++.if n \{\
++.RS 4
++.\}
++.nf
++Dave Freeze, W1HKJ, <w1hkj at w1hkj\&.com>
++.fi
++.if n \{\
++.RE
++.\}
++.SH "RESOURCES"
++.sp
++.if n \{\
++.RS 4
++.\}
++.nf
++Project Site: \&.\&.\&. <http://sourceforge\&.net/projects/fldigi/>
++Main web site: \&.\&. <http://www\&.w1hkj\&.com>
++.fi
++.if n \{\
++.RE
++.\}
++.SH "DEBIAN MAINTAINERS"
++.sp
++.if n \{\
++.RS 4
++.\}
++.nf
++Maintainer \&.\&.: Debian Hamradio Maintainers <debian\-hams at lists\&.debian\&.org>
++Uploaders \&.\&.\&.: Greg Beam <ki7mt at yahoo\&.com>, Kamal Mostafa <kamal at whence\&.com>
++IRC \&.\&.\&.\&.\&.\&.\&.\&.\&.: OFTC #debian\-hams, FREENODE: #ubuntu\-hams
++.fi
++.if n \{\
++.RE
++.\}
+--- /dev/null
++++ comptext-1.0.1/manpages/comptext.1.txt
+@@ -0,0 +1,48 @@
++// Process this file with AsciiDoc:
++// Command: a2x.py --doctype manpage --format manpage --no-xmllint comptext.1.txt
++:doctype: manpage
++:man source: COMPTEXT
++:man manual: COMPTEXT Man Page
++:man date: {date}
++:man version: Version 1.0.1
++
++= comptext(1)
++
++== NAME
++
++comptext - GUI based tool to compare two text streams
++
++
++== SYNOPSIS
++
++*comptext* -  Comptext is used to compare two text streams. It's comparison
++ function uses a linear-programming technique.  It computes total number of
++ errors, the character error rate (CER) and the bit error rate (BER).
++
++
++== BUGS
++
++If you find a bug or suspect *'comptext'* is not acting as you think it should,
++send an email with as much detail as possible to: <fldigi-devel at lists.sourceforge.net>
++
++
++== AUTHORS
++-----
++Dave Freeze, W1HKJ, <w1hkj at w1hkj.com>
++-----
++
++
++== RESOURCES
++-----
++Project Site: ... <http://sourceforge.net/projects/fldigi/>
++Main web site: .. <http://www.w1hkj.com>
++-----
++
++
++== DEBIAN MAINTAINERS
++-----
++Maintainer ..: Debian Hamradio Maintainers <debian-hams at lists.debian.org>
++Uploaders ...: Greg Beam <ki7mt at yahoo.com>, Kamal Mostafa <kamal at whence.com>
++IRC .........: OFTC #debian-hams, FREENODE: #ubuntu-hams
++-----
++
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e99633b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+add-manpage.patch
+update-desktop-file.patch
diff --git a/debian/patches/update-desktop-file.patch b/debian/patches/update-desktop-file.patch
new file mode 100644
index 0000000..f141d7e
--- /dev/null
+++ b/debian/patches/update-desktop-file.patch
@@ -0,0 +1,31 @@
+Description: <short summary of the patch>
+ * Update .desktop file, use Network v.s. Other
+ .
+ comptext (1.0.1-1) unstable; urgency=medium
+ .
+   * Initial Debian Release (Closes: #775465)
+
+Author: Greg Beam <ki7mt at yahoo.com>
+Bug-Debian: http://bugs.debian.org/775465
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- comptext-1.0.1.orig/data/comptext.desktop
++++ comptext-1.0.1/data/comptext.desktop
+@@ -6,4 +6,4 @@ Exec=comptext
+ Icon=comptext
+ Terminal=false
+ Type=Application
+-Categories=Other;HamRadio;
++Categories=Network;HamRadio;
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..51d1139
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+export DH_VERBOSE=1
+
+%:
+	dh $@ --with autotools_dev
+
+
+# Taken from Kamals rules file for the remainder fo the Fldigi Apps.
+# Collect dpkg-buildflags from versions which support --export=configure
+# (older dpkg-buildflags will whine here, but won't break the build)
+configure_flags := $(shell f=`dpkg-buildflags --export=configure`; if [ $$? = 0 ]; then echo $$f; fi)
+
+override_dh_auto_configure:
+	dh_auto_configure -- $(configure_flags)
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..774d5f3
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www.w1hkj.com/downloads/test_suite/comptext-(.+).tar.gz

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



More information about the pkg-hamradio-commits mailing list