brickos (0.9.0.dfsg-15) unstable; urgency=medium

  * Clean-up patches filenames.
  * Add 015_no_lds_timestamp.patch, disabling timestamp in generated linker
    scripts. This is needed for reproducible build.
  * Split gcc5_hardening in three patches.
    Add 004_extern_inline.patch, enforcing extern inline behavior.
    Add 005_flags.patch, passing build flags for hardening.
    Add 006_fix_fprintf.patch, fixing usage of fprintf without format string.
    Drop dpkg-buildflags usage in upstream Makefile.
  * Pass build flags to build system.
  * Add 016_libexec.patch, installing binaries in libexec instead of lib.
  * Convert tabs to spaces in debian/copyright.
  * Update Standards-Version to 4.7.2, no change needed.
  * Enable Salsa CI using default template.
  * Make blhc ignore calls to the cross compiler to build target code.
  * Add 017_mkdir_bin.patch, creating binary directory on install.
  * Rework installation using recent debhelper idioms.
  * Reword packages description.

 -- Nicolas Schodet <nico@ni.fr.eu.org>  Tue, 08 Apr 2025 08:22:54 +0200

brickos (0.9.0.dfsg-14) unstable; urgency=medium

  * Team upload.

  [ Nicolas Schodet ]
  * Move back README and NEWS to main package. (Closes: #1100679)
  * Add missing perl dependency.
  * Lintian does not understand COFF files, add an override.
  * Fix man pages syntax.
  * Convert source file to UTF-8.
  * Add myself as an uploader.
  * Update to https at various places.
  * Do no strip COFF files.
  * Add 0012-no-custom-doxygen-style.patch, disabling doxygen customization.
  * Remove patch reproducible_remove_datetime, patched file is no longer used.
  * Add automatic package test.
  * Add 0013-no-cygwin-doc.patch, disabling cygwin documentation installation.
  * Drop docs.patch, corresponding documentation is no longer built.
  * Add 0014-fix-c++-makefile.patch, fixing C++ demo Makefile.
  * Fill patch headers to comply with DEP-3, combine hardening patches.
  * Refresh patches using git-buildpackage pq.
  * Remove trailing white space.
  * Refresh debian/watch.
  * Convert d/copyright to DEP-5 format, update copyright dates.

 -- Petter Reinholdtsen <pere@debian.org>  Wed, 26 Mar 2025 08:42:35 +0100

brickos (0.9.0.dfsg-13) unstable; urgency=medium

  * Team upload.
  * Maintain package in Debian LEGO Team
    Closes: #1091823
  * ACK NMU (Closes: #841891)
  * Standards-Version: 4.7.0 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Reorder sequence of d/control fields by cme (routine-update)
  * Remove old boilerplate from debian/rules (routine-update)
  * Remove trailing whitespace in debian/changelog (routine-update)
  * Remove trailing whitespace in debian/rules (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Trim trailing whitespace.
  * Use secure URI in Homepage field.
  * watch file standard 4 (routine-update)
  * Simplify d/rules and fix installation of some files
  * Propagate hardening options

 -- Andreas Tille <tille@debian.org>  Tue, 21 Jan 2025 11:27:23 +0100

brickos (0.9.0.dfsg-12.2) unstable; urgency=medium

  * QA upload.
  * Switch to using docbook-utils.

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Mon, 16 Dec 2019 23:18:56 +0000

brickos (0.9.0.dfsg-12.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fixed arch independent build problem (Closes: #806000).
  * Updated Standards-Version from 3.9.6 to 3.9.8.

 -- Petter Reinholdtsen <pere@debian.org>  Mon, 24 Oct 2016 07:45:48 +0000

brickos (0.9.0.dfsg-12) unstable; urgency=low

  * Actually apply the patch for 787984. Sorry and thanks once more Maria
    Valentina Marin! (closes: #787984)

 -- Michael Tautschnig <mt@debian.org>  Mon, 15 Jun 2015 09:33:32 +0100

brickos (0.9.0.dfsg-11) unstable; urgency=low

  * Make brickos-doc build reproducible. Thanks Maria Valentina Marin for the
    patch. (closes: #787984)

 -- Michael Tautschnig <mt@debian.org>  Wed, 10 Jun 2015 08:51:50 +0100

brickos (0.9.0.dfsg-10) unstable; urgency=low

  * Support arch-only build
  * Fix hurd-i386 build

 -- Michael Tautschnig <mt@debian.org>  Sat, 14 Feb 2015 18:21:54 +0000

brickos (0.9.0.dfsg-9) unstable; urgency=low

  * Add -std=gnu89 to GCC's command line to enforce extern inline behaviour
    with GCC 5 (closes: #777807)
  * Also enable hardening build flags
  * Conforms with policy version 3.9.6
  * Integrated improved watch file. Thanks Bart Martens for putting it
    together.
  * Use system jquery in brickos-doc

 -- Michael Tautschnig <mt@debian.org>  Sat, 14 Feb 2015 12:01:50 +0000

brickos (0.9.0.dfsg-8) unstable; urgency=low

  * Fix documentation build

 -- Michael Tautschnig <mt@debian.org>  Sun, 29 Jun 2014 17:12:27 +0100

brickos (0.9.0.dfsg-7) unstable; urgency=low

  * Cleanup of packaging: policy version 3.9.5, source format 3.0 (quilt)

 -- Michael Tautschnig <mt@debian.org>  Sun, 29 Jun 2014 11:13:43 +0100

brickos (0.9.0.dfsg-6) unstable; urgency=low

  * Using uscan version 3 watch file and syntax (closes: #462466)
  * Removed extranous whitespace in doc-base files

 -- Michael Tautschnig <mt@debian.org>  Fri, 25 Jan 2008 08:54:20 +0100

brickos (0.9.0.dfsg-5) unstable; urgency=low

  * New maintainer address.
  * Conforms with policy version 3.7.3.0
  * Uses Homepage: field in control file
  * Fixed debian/rules to support parallel builds
  * Added a watch file
  * Changed dependency on gcc-h8300-hms and binutils-h8300-hms to recommends
    instead (closes: #399748)

 -- Michael Tautschnig <mt@debian.org>  Thu, 06 Dec 2007 21:40:44 +0100

brickos (0.9.0.dfsg-4) unstable; urgency=medium

  * Added 002_kfreebsd to fix FTBFS on GNU/kFreeBSD, thanks to Cyril Brulebois
    (closes: #413871)

 -- Michael Tautschnig <tautschn@model.in.tum.de>  Thu, 08 Mar 2007 00:17:03 +0100

brickos (0.9.0.dfsg-3) unstable; urgency=high

  * build using gcc version 3.4.6 (closes: #400914)
  * dropped now useless ram size patch

 -- Michael Tautschnig <tautschn@model.in.tum.de>  Fri, 12 Jan 2007 00:40:31 +0100

brickos (0.9.0.dfsg-2) unstable; urgency=medium

  * New maintainer (closes: #387769)
  * Bumped standards version to 3.7.2.2
  * Now using dpatch
  * added patch required for gcc > 3.2
  * Depends on newer binutils-h8300-hms and gcc-h8300-hms (closes: #396358)

 -- Michael Tautschnig <tautschn@model.in.tum.de>  Tue, 07 Nov 2006 21:47:42 +0100

brickos (0.9.0.dfsg-1) unstable; urgency=low

  * QA upload orphaning the package (see #387769).
  * Repack .orig.tar.gz to remove non-free howto document (Closes: #328188).
  * Bump Standards-Version and lintian level.

 -- Christoph Berg <myon@debian.org>  Wed, 25 Oct 2006 19:11:17 +0200

brickos (0.9.0-1) unstable; urgency=low

  * New Upstream Version
  * Adds support for USB Ir Tower on Linux (Closes: Bug#280072)
    (see README.usb for basic help)
  * Removes -p in faux-configure shell script for compat. (Closes: Bug#264423)
  * Adjusts brickos-doc description (Closes: Bug#209454)

 -- Stephen M Moraco <stephen@debian.org>  Fri, 21 Jan 2005 20:45:20 -0700

brickos (0.2.6.10.6-1) unstable; urgency=low

  * New Upstream Version
  * Fix brickos-doc overrides

 -- Stephen M Moraco <stephen@debian.org>  Mon, 16 Feb 2004 20:58:18 -0700

brickos (0.2.6.10.5-1) unstable; urgency=low

  * New Upstream Version (Closes: Bug#212535)
  * This version should work with new gcc versions (Closes: Bug#198323)
    (please advise as soon as you can, if I've missed something and new
    gcc still fails)
  * Added trademark symbol with note to descriptions (Closes: Bug#170561)
  * Fixed broken Makefile.common generation (Closes: Bug#188639)
    it shouldn't have been trying to run ensureConfigured
  * Removed location info from generated Makefile.common (Closes: Bug#169714)
  * brickos-doc package has new html/index.html page

 -- Stephen M Moraco <stephen@debian.org>  Sun, 15 Feb 2004 23:05:57 -0700

brickos (0.2.6.09-2.1) unstable; urgency=low

  * NMU.
  * Fix use of multi-line strings, so package compiles under gcc 3.3
    (closes: #198323).

 -- Steve Langasek <vorlon@debian.org>  Sat, 26 Jul 2003 20:15:21 -0500

brickos (0.2.6.09-2) unstable; urgency=low

  * Ensure that legos is removed when brickos installed. (Closes: Bug#169536)

 -- Stephen M Moraco <stephen@debian.org>  Mon, 18 Nov 2002 04:04:52 -0700

brickos (0.2.6.09-1) unstable; urgency=low

  * New Upstream
  * This package used to be called legos. The upstream project name was changed
    per a LEGO Company request.  This package is therefore now called
    brickos and replaces the legos package for this reason.

 -- Stephen M Moraco <stephen@debian.org>  Tue, 12 Nov 2002 20:38:38 -0700

legos (0.2.6-1) unstable; urgency=low

  * New Upstream

 -- Stephen M Moraco <stephen@debian.org>  Sat, 20 Apr 2002 03:49:04 -0600

legos (0.2.5-8) unstable; urgency=low

  * Correct Spelling in description (Closes: Bug#124863)
  * Update to latest policy
  * Correct lintian issues found
  * Byte-by-byte file comparisons show this package to be 0.2.5 +
    download fix + debian makefile adjustments (Closes: Bug#112618)
  * Updated debian copy of README file to reflect this

 -- Stephen M Moraco <stephen@debian.org>  Thu, 31 Jan 2002 21:00:02 -0700

legos (0.2.5-7) unstable; urgency=low

  * Build to fix source extract (Closes: Bug#107527)

 -- Stephen M Moraco <stephen@debian.org>  Tue, 17 Jul 2001 00:21:08 -0600

legos (0.2.5-6) unstable; urgency=low

  * add SHELL defn to rules (Closes: Bug#101786)
  * rebuild so can unpack source (Closes: Bug#101785)
  * move legos-build-only binaries to lib/legos
  * add missing utility merge_map to lib/legos

 -- Stephen M Moraco <stephen@debian.org>  Tue, 26 Jun 2001 00:58:18 -0600

legos (0.2.5-5) unstable; urgency=low

  * Remove Suggests: of task-cross-... since we've decided against the task-
    package.
  * Attempt close 3rd time (Closes: Bug#83119)
  * Move from optional to extra

 -- Stephen M Moraco <stephen@debian.org>  Sun, 28 Jan 2001 00:44:18 -0700

legos (0.2.5-4) unstable; urgency=low

  * enhance build depends: missed gcc/binutils-h8300-hms (Closes: Bug#83119)

 -- Stephen M Moraco <stephen@debian.org>  Wed, 24 Jan 2001 19:29:50 -0700

legos (0.2.5-3) unstable; urgency=low

  * repair toolchain for c++ use (makelx)

 -- Stephen M Moraco <stephen@debian.org>  Sun, 14 Jan 2001 12:04:17 -0700

legos (0.2.5-2) unstable; urgency=low

  * Add real manpages for firmdl3 and dll
  * Converted make to build with binutils/gcc-h8300-hms real installed tools

 -- Stephen M Moraco <stephen@debian.org>  Sat,  6 Jan 2001 18:40:05 -0700

legos (0.2.5-1) unstable; urgency=low

  * Initial Release; feedback appreciated.

 -- Stephen M Moraco <stephen@debian.org>  Tue, 26 Dec 2000 23:22:27 -0700
