diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f74a86a --- /dev/null +++ b/debian/changelog @@ -0,0 +1,7 @@ +pacman (0.9) 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..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..9e7c0da --- /dev/null +++ b/debian/watch @@ -0,0 +1 @@ +version=3