1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
|
pacman4console (1.3-1.1) unstable; urgency=medium
* Non-maintainer upload
* Import game on Salsa
* Switch to DebHelper 13
* Fix FTBFS with GCC-14 (Closes: #1066196)
* Remove old menu entry
* Set Rules-Requires-Root: no
[ Alexandre Dantas ]
* Updated `debian/copyright` and `debian/changelog`
-- Alexandre Detiste <tchet@debian.org> Mon, 09 Dec 2024 20:17:56 +0100
pacman4console (1.3-1) unstable; urgency=medium
* New upstream release
* New maintainer (closes: #756024)
* debian/patches: Updated all patches to newest source code
* debian/control:
- Changed Vcs-* fields to new repositories
- Changed package description
-- Alexandre Dantas <eu@alexdantas.net> Tue, 12 Aug 2014 13:32:31 -0400
pacman4console (1.2-8) unstable; urgency=medium
* Orphaned (see #756024).
* Changed maintainer to Debian QA Group <packages@qa.debian.org>.
-- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Fri, 25 Jul 2014 11:24:01 -0300
pacman4console (1.2-7) unstable; urgency=medium
* debian/desktop/pacman4console: renamed to pacman4console.desktop.
Thanks to Markus Koschany <apo@gambaru.de>. (Closes: #738709)
* debian/docs: removed because the screenshot.png file is useless
and the upstream README is a bit deprecated.
* debian/install: updated because a file was renamed and another
was moved to debian/desktop/.
* debian/man/:
- Removed the useless file pacman4console.6.old.
- Updated and improved the pacman4consoleeditor.1.
* debian/pacman4console.xpm: moved to debian/desktop directory.
* debian/patches/Makefile: updated to avoid the upstream
Levels/README install, because the pacman4consoleeditor.1 now has
this information.
* debian/README.Debian: added to gather essential information from
upstream README.
* debian/rules: removed useless lines 'DPKG_EXPORT_BUILDFLAGS' and
'include /usr/share/dpkg/buildflags.mk'. Using DH9 turns these
lines obsoletes.
-- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Wed, 12 Feb 2014 09:57:18 -0200
pacman4console (1.2-6) unstable; urgency=medium
* Added a desktop entry. Thanks to Markus Koschany <apo@gambaru.de>
for the suggestion. So, created debian/{desktop/pacman4cosole,menu,
pacman4console.xpm}. (Closes: #737997)
* manpages:
- debian/man/: created to group all manpages and their sources.
- pacman4console.1: moved to debian/man/ and updated.
- pacman4consoleedit.1: moved to debian/man/.
* debian/copyright: updated the packaging copyright years.
* debian/install: added to install desktop and pacman4console.xpm files.
* debian/patches:
- Added a new patch (pacman.c) that allows exit or restart after
"game over" message. This was fundamental to add a desktop entry.
This patch gather the old 'fix_array_index' and 'pacman.c' patches.
This patch also provides new features to pacman4console. To see more
details, read the debian/patches/pacman.c from Debian source code.
Special thanks to Yannic Scheper <ys42@cd42.de> that replied me
quickly and made all necessary changes, creating a patch in some
minutes, once the upstream stopped the development.
- fix_array_index: deleted because the pacman.c provides the same
function.
- Removed the .patch extension from all patches.
* debian/README.source: added to explain about new patch.
* debian/source/lintian-overrides: removed as requested by Paul Wise.
Thanks to Paul for explanations about the idea of the GPG sign check.
* debian/watch: improved.
-- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Sun, 09 Feb 2014 13:11:09 -0200
pacman4console (1.2-5) unstable; urgency=medium
* Bumped Standards-Version from 3.9.4 to 3.9.5.
* debian/copyright: added the upstream e-mail address.
* debian/control:
- Changed Priority from extra to optional.
- Fixed the Vcs-Browser field.
* debian/source/: added an override to reply to check-gpg-signature.
* debian/watch: improved.
-- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Fri, 27 Dec 2013 14:53:25 -0200
pacman4console (1.2-4) unstable; urgency=low
* debian/watch: re-added. Thanks a lot to Bart Martens <bartm@debian.org>.
* debian/source/lintian-overrides: removed because it is useless now.
-- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Thu, 25 Jul 2013 11:42:24 -0300
pacman4console (1.2-3) unstable; urgency=low
* Migrations:
- debian format from 1.0 to 3.0. (Closes: #661027)
- debian/changelog to 1.0.
- debhelper level from 5 to 9.
- patch system from dpatch to quilt.
- VCS: svn to git.
* debian/control:
- added dpkg-dev as Build-Depends.
- added ${misc:Depends} to Depends field.
- droped leading article from short description.
- removed screeshot reference from long description.
- updated Standards-Version from 3.7.3 to 3.9.4.
- updated homepage.
* debian/dirs: removed. Using Makefile only.
* debian/gbp.conf: added to allow git-buildpackage use.
* debian/manpages: created to install manuals.
* debian/override: renamed to lintian-overrides.
* debian/patches/
- fix_array_index.patch: Fix array index out of bounds if pacman or
ghost is going through one border to the opposite site. Thanks
to Yannic Scheper. (Closes: #641657)
- Makefile.patch:
. added GCC hardening.
. adjusted lncurses position to avoid FTBFS when using --as-needed.
Thanks to Alex Chiang. (Closes: #641384)
. switched several commands by "install" to simplify actions.
- pacman.c.patch: fix possible buffer overflow when using an argument
larger than 99 characters to start the program. Thanks to Yannic
Scheper. (Closes: #641652)
* debian/rules: updated to new (reduced) format.
* debian/watch: removed because the current page doesn't allow watch. Made
an overide for this situation.
* manpages: fixed little mistakes.
-- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Tue, 30 Apr 2013 21:55:50 -0300
pacman4console (1.2-2) unstable; urgency=low
* Cleaned debian/rules file.
* Changed Makefile patch to fix .dat permissions.
* Moved README file from /usr/share/pacman4console/Levels to
/usr/share/doc/pacman4console.
* Added the screenshot.png file to debian/docs.
* Fixed the debian/watch sintax to access GooglePages site (Closes: #450247).
* Added "screenshot" to long description.
-- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Mon, 11 Nov 2007 16:48:15 -0200
pacman4console (1.2-1) unstable; urgency=low
* Initial release (Closes: #402287)
-- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Fri, 8 Dec 2006 10:54:06 -0200
|