[minetest-mod-quartz] 02/03: Initial packaging

Julien Puydt julien.puydt at laposte.net
Sat Sep 16 09:17:42 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-quartz.

commit 325ca8f4b4db9f391cddf1d4c1193b29b5b3ed67
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Fri Sep 15 22:49:23 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..874b371
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+minetest-mod-quartz (1.0.0-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #875934)
+
+ -- 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..ef59008
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: minetest-mod-quartz
+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/minetest-mods/quartz
+Vcs-Git: https://anonscm.debian.org/git/pkg-games/minetest-mod-quartz.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-games/minetest-mod-quartz.git
+
+Package: minetest-mod-quartz
+Architecture: all
+Depends: minetest | minetest-server, ${misc:Depends}, ${shlibs:Depends}
+Description: Minetest module to add quartz
+ This minetest module provides the quartz ore and other decorative
+ blocks.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d33da96
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: quartz
+Homepage: https://github.com/minetest-mods/quartz
+
+Files: *
+Copyright: 2016 EvergreenTree
+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..71dfd5b
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.txt
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..2e5dd85
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,4 @@
+*.lua /usr/share/games/minetest/mods/quartz/
+depends.txt /usr/share/games/minetest/mods/quartz/
+settings.txt /usr/share/games/minetest/mods/quartz/
+textures /usr/share/games/minetest/mods/quartz/
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..29e2e34
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# It needs to be tested by hand for now
+minetest-mod-quartz: testsuite-autopkgtest-missing
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..42a3067
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://github.com/minetest-mods/quartz/releases .*/([\d\.]+).tar.gz

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



More information about the Pkg-games-commits mailing list