1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-06-23 19:35:24 +00:00

Compare commits

...

4 Commits

Author SHA1 Message Date
John Zaitseff
2a90db4533 Document previous changes in debian/changelog 2024-05-26 08:27:23 +10:00
John Zaitseff
0c4a6096ff Add "Rules-Requires-Root: no" to debian/control 2024-05-26 08:27:05 +10:00
John Zaitseff
1174058eb5 Enable build hardening in debian/rules 2024-05-26 08:26:40 +10:00
John Zaitseff
d2b6c5ce4f Update to Debian policy 4.7.0 2024-05-26 08:26:25 +10:00
3 changed files with 12 additions and 1 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
trader (7.20-4) unstable; urgency=low
* Added "Rules-Requires-Root: no" to debian/control.
* Enabled build hardening in debian/rules.
* Updated to Debian Policy 4.7.0 (no changes).
-- John Zaitseff <J.Zaitseff@zap.org.au> Sun, 26 May 2024 07:49:57 +1000
trader (7.20-3) unstable; urgency=low
* New upstream release: changed documentation (history of the game),

3
debian/control vendored
View File

@ -3,7 +3,8 @@ Section: games
Priority: optional
Maintainer: John Zaitseff <J.Zaitseff@zap.org.au>
Build-Depends: debhelper-compat (= 13), autoconf (>= 2.71), automake, autopoint, pkgconf, libncurses-dev, gettext, gperf
Standards-Version: 4.6.2
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://www.zap.org.au/projects/trader/
Vcs-Git: https://git.zap.org.au/data/git/trader.git -b with-debian
Vcs-Browser: https://www.zap.org.au/git-browser/trader.git/

2
debian/rules vendored
View File

@ -3,6 +3,8 @@
# debian/rules: Create the Debian package for Star Traders
# Copyright (C) 2011-2024, John Zaitseff
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@