From 24290f9fc5e29748c84cfb43541b391460f39da1 Mon Sep 17 00:00:00 2001 From: Ryan Fortner <71036629+ryanfortner@users.noreply.github.com> Date: Wed, 12 Jan 2022 12:57:43 -0500 Subject: [PATCH 1/4] upload base debuild template --- debian/changelog | 7 +++++++ debian/control | 14 ++++++++++++++ debian/copyright | 24 ++++++++++++++++++++++++ debian/rules | 14 ++++++++++++++ debian/source/format | 1 + debian/watch | 2 ++ 6 files changed, 62 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..82bb7ba --- /dev/null +++ b/debian/changelog @@ -0,0 +1,7 @@ +pacman (0.9-1) UNRELEASED; urgency=low + + * increase game speed + * increase difficulty per level (longer panic mode, shorter hunting mode, shorter bonus fruit time) + * highscore list with possibility to encrypt the list (see pacman --help) + + -- Ryan Fortner Mon, 10 Jan 2022 07:19:41 -0500 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..20a1585 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: pacman +Section: games +Priority: optional +Maintainer: Ryan Fortner +Build-Depends: debhelper-compat (= 12), dh-autoreconf, libsdl2-dev, libsdl2-ttf-dev, libsdl2-image-dev, libsdl2-mixer-dev +Standards-Version: 4.5.0 +Homepage: https://github.com/ryanfortner/pacman + +Package: pacman +Architecture: any +Multi-Arch: foreign +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Yet another pacman clone in C/C++ and SDL. + This is a clone of the original pacman by Namco. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..c61a195 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,24 @@ +Format: https://dep.debian.net/deps/dep5 +Upstream-Name: deb-packaging +Source: https://github.com/ryanfortner/pacman + +Files: src/* data/* debian/* +Copyright: 2022 Ryan Fortner +License: GPL-3.0+ + +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 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 . + . + 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/rules b/debian/rules new file mode 100644 index 0000000..ce6ea90 --- /dev/null +++ b/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f +# You must remove unused comment lines for the released package. +#export DH_VERBOSE = 1 +#export DEB_BUILD_MAINT_OPTIONS = hardening=+all +#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic +#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed + +%: + dh $@ --with autoreconf + +override_dh_autoreconf: + dh_autoreconf -- ./autogen.sh +#override_dh_install: +# dh_install --list-missing -X.la -X.pyc -X.pyo 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..76575dc --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +# You must remove unused comment lines for the released package. +version=3 From c28c57963250f7365be9febff4a3f2bbc72ab937 Mon Sep 17 00:00:00 2001 From: Ryan Fortner <71036629+ryanfortner@users.noreply.github.com> Date: Wed, 12 Jan 2022 13:09:24 -0500 Subject: [PATCH 2/4] Update changelog --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 82bb7ba..f74a86a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pacman (0.9-1) UNRELEASED; urgency=low +pacman (0.9) UNRELEASED; urgency=low * increase game speed * increase difficulty per level (longer panic mode, shorter hunting mode, shorter bonus fruit time) From 9e5f2da63c67708cc3d7257d48eb2667312ff5dd Mon Sep 17 00:00:00 2001 From: Ryan Fortner <71036629+ryanfortner@users.noreply.github.com> Date: Wed, 12 Jan 2022 13:09:42 -0500 Subject: [PATCH 3/4] Update format --- debian/source/format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/source/format b/debian/source/format index 163aaf8..89ae9db 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (native) From bf03f04adb1616dfc7eca449d3b4cfb925f11d44 Mon Sep 17 00:00:00 2001 From: Ryan Fortner <71036629+ryanfortner@users.noreply.github.com> Date: Wed, 12 Jan 2022 13:27:21 -0500 Subject: [PATCH 4/4] remove unused comment line in debian/watch --- debian/watch | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/watch b/debian/watch index 76575dc..9e7c0da 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1 @@ -# You must remove unused comment lines for the released package. version=3