[osmotrx] 01/08: Added debian folder

Ruben Undheim rubund-guest at moszumanska.debian.org
Tue Feb 10 18:04:06 UTC 2015


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

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

commit f8b4b94e8562ef3a9a949616d1251034594b9671
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Fri Feb 6 23:39:55 2015 +0100

    Added debian folder
---
 debian/README.Debian |  6 ++++++
 debian/README.source | 10 ++++++++++
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 15 +++++++++++++++
 debian/copyright     | 38 ++++++++++++++++++++++++++++++++++++++
 debian/docs          |  2 ++
 debian/gbp.conf      |  3 +++
 debian/rules         |  9 +++++++++
 debian/source/format |  1 +
 10 files changed, 90 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..a737567
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,6 @@
+osmo-trx for Debian
+-------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Ruben <ruben.undheim at gmail.com>  Fri, 06 Feb 2015 23:38:44 +0100
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..649e81c
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,10 @@
+osmo-trx 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.undheim at gmail.com>  Fri, 06 Feb 2015 23:38:44 +0100
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..dba03af
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+osmo-trx (20150119git722d4f7-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Fri, 06 Feb 2015 23:38:44 +0100
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..5fe1a65
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: osmo-trx
+Section: unknown
+Priority: optional
+Maintainer: Ruben <ruben.undheim at gmail.com>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.6
+Homepage: <insert the upstream URL, if relevant>
+#Vcs-Git: git://anonscm.debian.org/collab-maint/osmo-trx.git
+#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/osmo-trx.git;a=summary
+
+Package: osmo-trx
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..995d267
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: osmo-trx
+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: 2015 Ruben <ruben.undheim at gmail.com>
+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..50bd824
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+NEWS
+README
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..2273371
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+#pristine-tar = True
+debian-branch=debian2
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5dd77b2
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+#DH_VERBOSE = 1
+%:
+	dh $@ --with autoreconf
+
+
+
+
+
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/debian-science/packages/osmotrx.git



More information about the debian-science-commits mailing list