[minetest-mod-infinite-chest] 02/03: Initial packaging

Julien Puydt julien.puydt at laposte.net
Sat Sep 16 09:21:50 UTC 2017


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

jpuydt-guest pushed a commit to branch master
in repository minetest-mod-infinite-chest.

commit fe21262da576d5d7e4374aad32db173eb8dd57c5
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Mon Sep 11 00:57:49 2017 +0200

    Initial packaging
---
 debian/changelog                |  5 +++++
 debian/compat                   |  1 +
 debian/control                  | 18 ++++++++++++++++++
 debian/copyright                | 32 ++++++++++++++++++++++++++++++++
 debian/docs                     |  1 +
 debian/install                  |  2 ++
 debian/rules                    |  4 ++++
 debian/source/format            |  1 +
 debian/source/lintian-overrides |  2 ++
 debian/watch                    |  2 ++
 10 files changed, 68 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6ed4ca7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+minetest-mod-infinite-chest (1.0.0-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #875935)
+
+ -- Julien Puydt <julien.puydt at laposte.net>  Mon, 11 Sep 2017 00:53:17 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5098615
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: minetest-mod-infinite-chest
+Section: games
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Julien Puydt <julien.puydt at laposte.net>
+Build-Depends: debhelper (>= 10)
+Standards-Version: 4.1.0
+Homepage: https://github.com/cornernote/minetest-infinite_chest
+Vcs-Git: https://anonscm.debian.org/git/pkg-games/minetest-mod-infinite-chest.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-games/minetest-mod-infinite-chest.git
+
+Package: minetest-mod-infinite-chest
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, minetest | minetest-server
+Description: Minetest module to get chests with an infinite number of slots
+ This minetest module provide chests where you can't run out of slots. The
+ last accessed slot appears at the top of the list, and you can name your
+ slots to easily find your items.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8feffb8
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: minetest-infinite_chest
+Homepage: https://github.com/cornernote/minetest-infinite_chest
+
+Files: *
+Copyright: 2012-2017 Brett O'Donnell
+License: Expat
+
+Files: debian/*
+Copyright: 2017 Julien Puydt <julien.puydt at laposte.net>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation files
+ (the "Software"), to deal in the Software without restriction,
+ including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, sublicense, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
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/install b/debian/install
new file mode 100644
index 0000000..ab5aaf1
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+infinite_chest/*lua /usr/share/games/minetest/mods/infinite_chest/
+infinite_chest/depends.txt /usr/share/games/minetest/mods/infinite_chest/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
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/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..a202c96
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# It needs to be tested by hand for now
+minetest-mod-infinite-chest: testsuite-autopkgtest-missing
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..2a183a6
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://github.com/cornernote/minetest-infinite_chest/releases .*/([\d\.]+).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/minetest-mod-infinite-chest.git



More information about the Pkg-games-commits mailing list