[mednaffe] 98/99: Initial packaging.

Stephen Kitt skitt at moszumanska.debian.org
Tue Aug 2 21:00:13 UTC 2016


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

skitt pushed a commit to branch master
in repository mednaffe.

commit 1334f7240a2105583f455b8b1a60945f73415842
Author: Stephen Kitt <steve at sk2.org>
Date:   Sun Jul 31 21:03:06 2016 +0200

    Initial packaging.
---
 debian/changelog                    |  5 ++
 debian/compat                       |  1 +
 debian/control                      | 21 +++++++++
 debian/copyright                    | 93 +++++++++++++++++++++++++++++++++++++
 debian/patches/series               |  1 +
 debian/patches/spelling-fixes.patch | 21 +++++++++
 debian/rules                        | 10 ++++
 debian/source/format                |  1 +
 debian/watch                        |  4 ++
 9 files changed, 157 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9563ea5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+mednaffe (0.8-1) UNRELEASED; urgency=low
+
+  * Initial release. Closes: #833002.
+
+ -- Stephen Kitt <skitt at debian.org>  Sun, 31 Jul 2016 20:45:41 +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..613d21f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: mednaffe
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Stephen Kitt <skitt at debian.org>
+Section: games
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
+               libgtk-3-dev,
+               pkg-config
+Standards-Version: 3.9.8
+Homepage: https://github.com/AmatCoder/mednaffe
+
+Package: mednaffe
+Architecture: any
+Multi-Arch: foreign
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: front-end for the Mednafen multi-system emulator
+ Mednaffe is a graphical front-end for the Mednafen multi-system
+ emulator. It allows all of Mednafen's options to be configured, and
+ provides simple game-management features.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..104ac56
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,93 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mednaffe
+Source: https://github.com/AmatCoder/mednaffe
+
+Files: *
+Copyright: 2013-2015 AmatCoder
+License: GPL-3.0+
+ This file is part of Mednaffe.
+ .
+ Mednaffe 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 3 of the License, or
+ (at your option) any later version.
+ .
+ Mednaffe 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 Mednaffe; if not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
+Files:
+ Makefile.in
+ aclocal.m4
+ compile
+ configure
+ depcomp
+ install-sh
+ missing
+ share/Makefile.in
+ src/Makefile.in
+Copyright: 1992-2014 Free Software Foundation, Inc.
+           1994 X Consortium
+License: auto-permissive
+ Autogenerated files with permissive licenses.
+
+Files: src/md5.c
+Copyright: 2001-2003 Christophe Devine
+License: GPL-2.0+
+ This program 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 program 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, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
+ USA.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: share/Makefile
+Copyright: 1994-2013 Free Software Foundation, Inc.
+License: permissive
+ This Makefile.in is free software; the Free Software Foundation
+ gives unlimited permission to copy and/or distribute it,
+ with or without modifications, as long as this notice is preserved.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+ even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ PARTICULAR PURPOSE.
+
+Files: debian/*
+Copyright: 2016 Stephen Kitt
+License: GPL-3.0+
+ This program 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 3 of the License, or (at
+ your option) any later version.
+ .
+ This program 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 3 can be found in
+ `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..965a000
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-fixes.patch
diff --git a/debian/patches/spelling-fixes.patch b/debian/patches/spelling-fixes.patch
new file mode 100644
index 0000000..3634819
--- /dev/null
+++ b/debian/patches/spelling-fixes.patch
@@ -0,0 +1,21 @@
+commit 59f48f01736805bd664295292f5742eb067435fc
+Author: Stephen Kitt <steve at sk2.org>
+Date:   Sun Jul 31 21:04:30 2016 +0200
+
+    Grammar fix: "catched" -> "caught"
+    
+    Signed-off-by: Stephen Kitt <steve at sk2.org>
+
+diff --git a/src/command.c b/src/command.c
+index ad19bb4..d0f8ba5 100644
+--- a/src/command.c
++++ b/src/command.c
+@@ -226,7 +226,7 @@ void child_watch(GPid pid, gint status, guidata *gui)
+                              "keyinputbutton")), TRUE);
+ 
+   print_log("----\n", EMU, gui);
+-  print_log("End of execution catched.\n", FE|EMU, gui);
++  print_log("End of execution caught.\n", FE|EMU, gui);
+ }
+ 
+ #ifdef G_OS_WIN32
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..64e1299
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+%:
+	dh $@ --with autoreconf 
+
+override_dh_auto_configure:
+	dh_auto_configure -- --bindir=/usr/games --enable-gtk3
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..2b2cc72
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# You must remove unused comment lines for the released package.
+version=3
+
+https://github.com/AmatCoder/mednaffe/tags (?:.*/)?v?(\d[\d\.]*)\.(?:tar\.gz|tar\.bz2|tar\.xz)

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



More information about the Pkg-games-commits mailing list