[sosi2osm] 01/19: New debian folder

Ruben Undheim rubund-guest at moszumanska.debian.org
Sat Oct 4 13:08:52 UTC 2014


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

rubund-guest pushed a commit to branch master
in repository sosi2osm.

commit c417c5cc694770f50fe45e2139b345e7b5637513
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Mon Jul 7 15:23:06 2014 +0200

    New debian folder
---
 debian/README.Debian |  6 ++++++
 debian/README.source | 10 ++++++++++
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 15 ++++++++++++++
 debian/copyright     | 38 +++++++++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/rules         |  8 ++++++++
 debian/sosi2osm.1    | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/source/format |  1 +
 10 files changed, 141 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..e90de6a
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,6 @@
+sosi2osm for Debian
+-------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Ruben <ruben at flodsvin>  Mon, 07 Jul 2014 15:18:09 +0200
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..80635e4
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,10 @@
+sosi2osm for Debian
+-------------------
+
+<this file describes information about the source package, see Debian policy
+manual section 4.14. You WILL either need to modify or delete this file>
+
+
+
+ -- Ruben <ruben at flodsvin>  Mon, 07 Jul 2014 15:18:09 +0200
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..09330b1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+sosi2osm (20140707git634fc65-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Mon, 07 Jul 2014 15:18:09 +0200
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/control b/debian/control
new file mode 100644
index 0000000..db0ae32
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: sosi2osm
+Section: utils
+Priority: optional
+Maintainer: Ruben Undheim <ruben.undheim at gmail.com>
+Build-Depends: debhelper (>= 8.0.0)
+Standards-Version: 3.9.5
+Homepage: https://github.com/Gnonthgol/sosi2osm
+Vcs-Git: https://github.com/Gnonthgol/sosi2osm.git
+
+Package: sosi2osm
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: SOSI to OSM converter
+ This little utility converts .sosi files into .osm files which are 
+ used by OpenStreetMap.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..cdc7dde
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sosi2osm
+Source: <url://example.com>
+
+Files: *
+Copyright: <years> <put author's name and email here>
+           <years> <likewise for another author>
+License: <special license>
+ <Put the license of the package here indented by 1 space>
+ <This follows the format of Description: lines in control file>
+ .
+ <Including paragraphs>
+
+# If you want to use GPL v2 or later for the /debian/* files use 
+# the following clauses, or change it to suit. Delete these two lines
+Files: debian/*
+Copyright: 2014 Ruben <ruben at flodsvin>
+License: GPL-2+
+ This package 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 package 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, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
+# Please avoid to pick license terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..79fd842
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ 
diff --git a/debian/sosi2osm.1 b/debian/sosi2osm.1
new file mode 100644
index 0000000..84a2b02
--- /dev/null
+++ b/debian/sosi2osm.1
@@ -0,0 +1,56 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" (C) Copyright 2014 Ruben <ruben at flodsvin>,
+.\"
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH SOSI2OSM SECTION "July  7, 2014"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+sosi2osm \- program to do something
+.SH SYNOPSIS
+.B sosi2osm
+.RI [ options ] " files" ...
+.br
+.B bar
+.RI [ options ] " files" ...
+.SH DESCRIPTION
+This manual page documents briefly the
+.B sosi2osm
+and
+.B bar
+commands.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+\fBsosi2osm\fP is a program that...
+.SH OPTIONS
+These programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+A summary of options is included below.
+For a complete description, see the Info files.
+.TP
+.B \-h, \-\-help
+Show summary of options.
+.TP
+.B \-v, \-\-version
+Show version of program.
+.SH SEE ALSO
+.BR bar (1),
+.BR baz (1).
+.br
+The programs are documented fully by
+.IR "The Rise and Fall of a Fooish Bar" ,
+available via the Info system.
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)

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



More information about the Pkg-grass-devel mailing list