Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Mon, 10 Jan 2022 07:19:41 -0500
14 changes: 14 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Source: pacman
Section: games
Priority: optional
Maintainer: Ryan Fortner <[email protected]>
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.
24 changes: 24 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
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 <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.
14 changes: 14 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (native)
1 change: 1 addition & 0 deletions debian/watch
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version=3