[mupen64plus-qt] 02/03: Add debian/ dir

Andreas Tille tille at debian.org
Mon Jan 11 21:26:21 UTC 2016


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

tille pushed a commit to branch master
in repository mupen64plus-qt.

commit a471531fe2c67015780f0bfb5eaa6aca8048e0a6
Author: Andreas Tille <tille at debian.org>
Date:   Mon Jan 11 22:22:27 2016 +0100

    Add debian/ dir
---
 debian/changelog                        |  5 ++
 debian/compat                           |  1 +
 debian/control                          | 19 +++++++
 debian/copyright                        | 40 ++++++++++++++
 debian/dirs                             |  1 +
 debian/docs                             |  1 +
 debian/install                          |  2 +
 debian/manpages                         |  1 +
 debian/patches/01_fix_man_section.patch | 93 +++++++++++++++++++++++++++++++++
 debian/patches/series                   |  1 +
 debian/rules                            | 12 +++++
 debian/source/format                    |  1 +
 debian/watch                            |  3 ++
 13 files changed, 180 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6ab428c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+mupen64plus-qt (1.8-1) unstable; urgency=low
+
+  * Initial release (Closes: #787381). 
+
+ -- Sérgio Benjamim <sergio_br2 at yahoo.com.br>  Fri, 11 Sep 2015 18:29:00 -0300
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..481de28
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: mupen64plus-qt
+Section: games
+Priority: optional
+Maintainer: Sérgio Benjamim <sergio_br2 at yahoo.com.br>
+Uploaders: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9),
+               libqt5sql5-sqlite,
+               libquazip-qt5-dev,
+               qt5-qmake,
+               qtbase5-dev
+Standards-Version: 3.9.6
+Homepage: https://github.com/dh4/mupen64plus-qt
+
+Package: mupen64plus-qt
+Architecture: any
+Depends: mupen64plus-ui-console, ${misc:Depends}, ${shlibs:Depends}
+Description: Basic launcher for Mupen64Plus
+ Mupen64Plus-Qt is a basic launcher for the standard UI frontend of Mupen64Plus.
+ It supports downloading game information and cover images from thegamesdb.net.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2d79de4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,40 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Mupen64Plus-Qt
+Source: https://github.com/dh4/mupen64plus-qt.git
+Comment: This package was debianized by
+ Sergio Benjamim (sergio-br2) <sergio_br2 at yahoo.com.br> on Sat, 23 May 2015 00:54:00 -0300
+
+
+Files: *
+Copyright: 2013-2015 Dan Hasting (aka dh4, Presence)
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2015 Sergio Benjamim (sergio-br2) <sergio_br2 at yahoo.com.br>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the organization nor the names of its
+    contributors may be used to endorse or promote products derived from
+    this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..0d9c33b
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1 @@
+usr/share/icons/hicolor/128x128/apps
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..eb8127d
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+mupen64plus-qt                       usr/games
+resources/mupen64plus-qt.desktop     usr/share/applications
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..13937a2
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+resources/mupen64plus-qt.6
diff --git a/debian/patches/01_fix_man_section.patch b/debian/patches/01_fix_man_section.patch
new file mode 100644
index 0000000..3d28e74
--- /dev/null
+++ b/debian/patches/01_fix_man_section.patch
@@ -0,0 +1,93 @@
+Description: rename the manpage from *.1 to *.6
+Index: mupen64plus-qt_mentors/resources/mupen64plus-qt.1
+===================================================================
+--- mupen64plus-qt_mentors.orig/resources/mupen64plus-qt.1	2015-09-17 11:33:23.000000000 -0300
++++ /dev/null	1970-01-01 00:00:00.000000000 +0000
+@@ -1,41 +0,0 @@
+-.\" Copyright (c) 2013, Dan Hasting
+-.\" All rights reserved.
+-.\"
+-.\" %%%LICENSE_START(BSD_3_CLAUSE)
+-.\" Redistribution and use in source and binary forms, with or without
+-.\" modification, are permitted provided that the following conditions
+-.\" are met:
+-.\" * Redistributions of source code must retain the above copyright
+-.\"   notice, this list of conditions and the following disclaimer.
+-.\" * Redistributions in binary form must reproduce the above copyright
+-.\"   notice, this list of conditions and the following disclaimer in
+-.\"   the documentation and/or other materials provided with the
+-.\"   distribution.
+-.\" * Neither the name of the organization nor the names of its
+-.\"   contributors may be used to endorse or promote products derived 
+-.\"   from this software without specific prior written permission.
+-.\"
+-.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+-.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+-.\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+-.\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+-.\" IN NO EVENT SHALL THE THE COPYRIGHT HOLDER OR CONTRIBUTORS
+-.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
+-.\" OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
+-.\" OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+-.\" OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+-.\" LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+-.\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+-.\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+-.\" %%%LICENSE_END
+-.TH "Mupen64Plus-Qt" "1" "May 2015" "Mupen64Plus-Qt" "User Commands"
+-.SH "NAME"
+-Mupen64Plus-Qt \- a basic launcher for Mupen64Plus
+-.SH "SYNOPSIS"
+-\fBmupen64plus-qt\fR
+-.SH "DESCRIPTION"
+-\fBMupen64Plus-Qt\fR is a basic launcher for the mupen64plus-ui-console frontend. It was adapted from CEN64-Qt to work with Mupen64Plus.
+-.TP
+-Mupen64Plus-Qt supports downloading game information and cover images from thegamesdb.net. This can be enabled under the Other tab. It's recommended you have the data directory set (under Paths) before using this. Once enabled, you'll need to refresh your ROMs list to download the information. Afterwards, images and other information about the game can be added to the layouts.
+-.TP
+-If a game is not found, Mupen64Plus-Qt supports refreshing information for a single ROM. Just select the rom and go to File->Download/Update Info. From here you can enter a different search or the specific ID of the game (from the URL of the game on thegamesdb.net).
+Index: mupen64plus-qt_mentors/resources/mupen64plus-qt.6
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ mupen64plus-qt_mentors/resources/mupen64plus-qt.6	2015-09-17 11:33:23.000000000 -0300
+@@ -0,0 +1,41 @@
++.\" Copyright (c) 2013, Dan Hasting
++.\" All rights reserved.
++.\"
++.\" %%%LICENSE_START(BSD_3_CLAUSE)
++.\" Redistribution and use in source and binary forms, with or without
++.\" modification, are permitted provided that the following conditions
++.\" are met:
++.\" * Redistributions of source code must retain the above copyright
++.\"   notice, this list of conditions and the following disclaimer.
++.\" * Redistributions in binary form must reproduce the above copyright
++.\"   notice, this list of conditions and the following disclaimer in
++.\"   the documentation and/or other materials provided with the
++.\"   distribution.
++.\" * Neither the name of the organization nor the names of its
++.\"   contributors may be used to endorse or promote products derived 
++.\"   from this software without specific prior written permission.
++.\"
++.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
++.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++.\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
++.\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
++.\" IN NO EVENT SHALL THE THE COPYRIGHT HOLDER OR CONTRIBUTORS
++.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
++.\" OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
++.\" OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
++.\" OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
++.\" LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
++.\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
++.\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
++.\" %%%LICENSE_END
++.TH "Mupen64Plus-Qt" "6" "May 2015" "Mupen64Plus-Qt" "User Commands"
++.SH "NAME"
++Mupen64Plus-Qt \- a basic launcher for Mupen64Plus
++.SH "SYNOPSIS"
++\fBmupen64plus-qt\fR
++.SH "DESCRIPTION"
++\fBMupen64Plus-Qt\fR is a basic launcher for the mupen64plus-ui-console frontend. It was adapted from CEN64-Qt to work with Mupen64Plus.
++.TP
++Mupen64Plus-Qt supports downloading game information and cover images from thegamesdb.net. This can be enabled under the Other tab. It's recommended you have the data directory set (under Paths) before using this. Once enabled, you'll need to refresh your ROMs list to download the information. Afterwards, images and other information about the game can be added to the layouts.
++.TP
++If a game is not found, Mupen64Plus-Qt supports refreshing information for a single ROM. Just select the rom and go to File->Download/Update Info. From here you can enter a different search or the specific ID of the game (from the URL of the game on thegamesdb.net).
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e76df84
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_fix_man_section.patch
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8a436dc
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
+
+export QT_SELECT := qt5
+
+%:
+	dh $@ --buildsystem=qmake --parallel
+
+override_dh_auto_install:
+	cp resources/images/mupen64plus.png debian/mupen64plus-qt/usr/share/icons/hicolor/128x128/apps/mupen64plus-qt.png
+	dh_auto_install
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/watch b/debian/watch
new file mode 100644
index 0000000..b9aefc7
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/mupen64plus-qt-$1\.tar\.gz/ \
+  https://github.com/dh4/mupen64plus-qt/tags .*/v?(\d\S*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-qt.git



More information about the Pkg-games-commits mailing list