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
|
starvoyager (0.4.4-9) unstable; urgency=medium
* QA upload.
* Do not use --link-doc between arch:all and arch:any packages.
(Closes: #857878)
-- Andreas Beckmann <anbe@debian.org> Fri, 17 Mar 2017 19:00:40 +0100
starvoyager (0.4.4-8) unstable; urgency=medium
* QA upload.
* ship.cc: Use NULL instead of false (which is bool) as the null pointer.
Package now builds with GCC 6. Closes: #811656.
* Makefile: Use CFLAGS and friends as provided by debian/rules via dh.
This should make dpkg-buildflags to work, which in turn enables hardening.
-- Santiago Vila <sanvila@debian.org> Sun, 07 Aug 2016 12:38:44 +0200
starvoyager (0.4.4-7) unstable; urgency=medium
* QA upload.
* Build with gcc version 5 (Bug #811656).
-- Santiago Vila <sanvila@debian.org> Mon, 01 Aug 2016 14:05:00 +0100
starvoyager (0.4.4-6) unstable; urgency=medium
* QA upload.
* Package is orphaned (Bug #831806). Set maintainer to "Debian QA Group".
* Switch to "3.0 (quilt)" source format.
* Raise debhelper compat level to 9. Closes: #817678.
* Apply deterministic-linker-input patch from Sascha Steinbiss.
Should make the build reproducible. Closes: #819347
* Switch to dh. Closes: #822025.
-- Santiago Vila <sanvila@debian.org> Wed, 27 Jul 2016 23:16:02 +0100
starvoyager (0.4.4-5.1) unstable; urgency=low
* Non-maintainer upload.
* debian/patches/02_undefined-reference.dpatch: Closes: #556374.
* Added debian/starvoyager.desktop. Closes: #478941.
* Fixed description-contains-homepage. Closes: #615191, #615221.
* Fixed debhelper-but-no-misc-depends.
* Fixed debian-rules-ignores-make-clean-error.
* Fixed menu-item-creates-new-section.
-- Bart Martens <bartm@debian.org> Fri, 07 Oct 2011 08:08:15 +0200
starvoyager (0.4.4-5) unstable; urgency=low
* Bumb policy number
* Stricter menu format as proposed by lintian
* Add menu icon - based on patch by Mark Purcell <msp@debian.org> (closes: #319196)
* Fix multiple spaces in description(violates policy according to linda)
* Update upstream's homepage in copyright and package description
-- Idan Sofer <idan@idanso.dyndns.org> Sat, 20 Aug 2005 11:32:42 +0200
starvoyager (0.4.4-4) unstable; urgency=low
* Binaries should be installed in /usr/games, according to policy section 11.11
* Increase Standard-Version to 3.6.0(from 3.5.10) - No changes required
* Add -O2 to CFLAGS unless there is 'noopt' in DEB_BUILD_OPTIONS
-- Idan Sofer <idan@idanso.dyndns.org> Thu, 1 Aug 2003 16:55:13 +0200
starvoyager (0.4.4-3) unstable; urgency=low
* Remove libstdc++2.10-dev from build-depends(closes: #199700)
* Increase Standard-Version to 3.5.10(from 3.5.9)
-- Idan Sofer <idan@idanso.dyndns.org> Thu, 4 Jul 2003 14:23:06 +0200
starvoyager (0.4.4-2) unstable; urgency=low
* Fixed manpage(starvoyager accepts no files argument)
* Add debian/compat and use versioned build-depends on debhelper as suggested by sponsor
* Reversed dependency between starvoyager and starvoyager-data, the latter now recommends starvoyager
* Description modified, removing statement as to the extent of it's portability, irrelevant for debian, as commented by Michael Goetze <mgoetze@mgoetze.net>
* Patching outside debian/ tree is now done by dpatch
* Added patch to make it compile under gcc 3.2 properly
* Increase standards-verion to 3.5.9
* Clean up debian/rules, remove debmake from build-depends
* Documentation moved to starvoyager-data
* Created starvoyager docs symlink to starvoyager-data
* Updated packages description, describe which is binary and which is data
-- Idan Sofer <idan@idanso.dyndns.org> Thu, 4 May 2003 01:13:06 +0200
starvoyager (0.4.4-1) unstable; urgency=low
* Initial release.
* Makefile's $PREFIX modified to include $DESTDIR
-- Idan Sofer <idan@idanso.dyndns.org> Thu, 27 Mar 2003 15:30:06 +0200
|