[hamradio-commits] [libfap5] 03/12: Updated d/ metadata

Iain Learmonth irl-guest at moszumanska.debian.org
Wed Oct 29 16:13:14 UTC 2014


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

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

commit 3ae76809a220689344e5c7dffa21b44832619366
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Sat Sep 27 15:23:13 2014 +0100

    Updated d/ metadata
---
 debian/changelog              |  6 +++---
 debian/control                | 26 ++++++++++++++-----------
 debian/copyright              | 31 +++++++++++++++++++++++------
 debian/createmanpages         | 16 ---------------
 debian/get-orig-source        | 45 -------------------------------------------
 debian/inject-into-alioth-git | 18 -----------------
 debian/rules                  |  2 --
 debian/upstream/metadata      | 12 ------------
 8 files changed, 43 insertions(+), 113 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b78c1b3..4ca2a57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-<pkg> (<version>-1) UNRELEASED; urgency=low
+libfap5 (1.3-1) UNRELEASED; urgency=medium
 
-  * Initial release (Closes: #<bug>)
+  * Initial release. (Closes: #762983)
 
- -- DMPT <debian-med-packaging at lists.alioth.debian.org>  Thu, 24 May 2012 14:30:13 +0200
+ -- Iain R. Learmonth <irl at fsfe.org>  Sat, 27 Sep 2014 15:12:21 +0100
diff --git a/debian/control b/debian/control
index 28c2416..dcaa239 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,20 @@
-Source: <pkg>
-Section: science
+Source: libfap5
+Section: hamradio
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>
+Maintainer: Debian Hamradio Maintainers <debian-hams at lists.debian.org>
+Uploaders: Iain R. Learmonth <irl at fsfe.org>
 Build-Depends: debhelper (>= 9)
-Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/<pkg>/trunk/
-Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/<pkg>/trunk/
-Homepage: <homepage>
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/libfap5.git
+Vcs-Git: http://anonscm.debian.org/git/collab-maint/libfap5.git
+Homepage: http://www.pakettiradio.net/libfap/
 
-Package: <pkg>
+Package: libfap5
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: <short_description>
- <long_description>
+Description: APRS Parser
+ libfap is a C port of the Ham::APRS::FAP Finnish APRS Parser (Fabulous APRS
+ Parser) Perl module. As the original Perl code, libfap parses normal, mic-e and
+ compressed location packets, NMEA location packets, objects, items, messages,
+ telemetry and most weather packets. For more description, see the Perl module.
+
diff --git a/debian/copyright b/debian/copyright
index c76e73d..d682d91 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,11 +1,30 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: <pkg>
-Source: <path_to_download>
+Upstream-Name: libfap
+Source: http://www.pakettiradio.net/libfap/
 
 Files: *
-Copyright: © 20xx-20yy <upstream>
-License: <license>
+Copyright: 2009-2011 Tapio Aaltonen
+License: GPL-1+
 
 Files: debian/*
-Copyright: © 2014 maintainername <maintainer at e.mail>
-License: <license>
+Copyright: 2014 Iain R. Learmonth
+License: GPL-1+
+
+License: GPL-1+
+ 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 1, 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
+ .
+ On Debian systems, the full text of the license can be found in
+ /usr/share/common-licenses/GPL-1.
+
diff --git a/debian/createmanpages b/debian/createmanpages
deleted file mode 100755
index febcd91..0000000
--- a/debian/createmanpages
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-MANDIR=debian
-mkdir -p $MANDIR
-
-VERSION=`dpkg-parsechangelog | awk '/^Version:/ {print $2}' | sed -e 's/^[0-9]*://' -e 's/-.*//' -e 's/[+~]dfsg$//'`
-
-help2man --no-info --no-discard-stderr --help-option=" " \
-         --name='<optional description of the program>' \
-            --version-string="$VERSION" <programname> > $MANDIR/<programname>.1
-
-cat <<EOT
-Please enhance the help2man output.
-The following web page might be helpful in doing so:
-    http://liw.fi/manpages/
-EOT
-
diff --git a/debian/get-orig-source b/debian/get-orig-source
deleted file mode 100755
index e486809..0000000
--- a/debian/get-orig-source
+++ /dev/null
@@ -1,45 +0,0 @@
-#!/bin/sh
-# if you need to repack for whatever reason you can
-# use this script via uscan or directly
-#
-# FIXME: currently the code is not conform to Debian Policy
-#        http://www.debian.org/doc/debian-policy/ch-source.html
-#        "get-orig-source (optional)"
-#        This target may be invoked in any directory, ...
-# --> currently it is assumed the script is called in the
-#     source directory featuring the debian/ dir
-
-COMPRESS=xz
-
-set -e
-NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
-
-if ! echo $@ | grep -q upstream-version ; then
-    VERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed 's/\([0-9\.]\+\)-[0-9]\+$/\1/'`
-    uscan --force-download
-else
-    VERSION=`echo $@ | sed "s?^.*--upstream-version \([0-9.]\+\) .*${NAME}.*?\1?"`
-    if echo "$VERSION" | grep -q "upstream-version" ; then
-        echo "Unable to parse version number"
-        exit
-    fi
-fi
-
-TARDIR=${NAME}-${VERSION}
-mkdir -p ../tarballs
-cd ../tarballs
-# need to clean up the tarballs dir first because upstream tarball might
-# contain a directory with unpredictable name
-rm -rf *
-tar -xaf ../${TARDIR}.tar.gz
-
-UPSTREAMTARDIR=`find . -mindepth 1 -maxdepth 1 -type d`
-if [ "${UPSTREAMTARDIR}" != "${TARDIR}" ] ; then
-    mv "${UPSTREAMTARDIR}" "${TARDIR}"
-fi
-
-# Remove useless binaries
-# ... do something which needs to be done ...
-
-GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf "$NAME"_"$VERSION".orig.tar.${COMPRESS} "${TARDIR}"
-rm -rf ${TARDIR}
diff --git a/debian/inject-into-alioth-git b/debian/inject-into-alioth-git
deleted file mode 100755
index 02c2222..0000000
--- a/debian/inject-into-alioth-git
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh -e
-
-echo "Please verify whether this script is obsoleted by gbp-create-remote-repo !"
-
-# This script implements the "Git tips" given here
-#   http://debian-med.alioth.debian.org/docs/policy.html#git-tips
-# Use it with caution since it is less testet
-
-DEBPKGNAME=`dpkg-parsechangelog | awk '/^Source:/ {print $2}'`
-SHORTDESC=`grep "^Description: " debian/control | head -n 1 | sed 's/^Description: //'`
-VCSGIT=`grep "^Vcs-Git: " debian/control | sed -e 's/^Vcs-Git: //' -e 's#git://anonscm.debian.org/#ssh://git.debian.org/git/#'`
-DIRatALIOTH=`echo $VCSGIT | sed -e 's#ssh://git.debian.org/git/#/git/#' -e 's#/[^/]\+\.git##'`
-
-ssh git.debian.org "cd $DIRatALIOTH; ./setup-repository $DEBPKGNAME '$SHORTDESC'"
-git remote add origin $VCSGIT
-git push origin master
-git push --all --set-upstream
-git push --tags
diff --git a/debian/rules b/debian/rules
index 58ec00b..d8cc56d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,5 +19,3 @@
 %:
 	dh $@
 
-#get-orig-source:
-#	. debian/get-orig-source
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
deleted file mode 100644
index d8b5812..0000000
--- a/debian/upstream/metadata
+++ /dev/null
@@ -1,12 +0,0 @@
-Reference:
-  Author: 
-  Title: 
-  Journal: 
-  Year: 
-  Volume: 
-  Number: 
-  Pages: 
-  DOI: 
-  PMID:
-  URL: 
-  eprint: 

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



More information about the pkg-hamradio-commits mailing list