Package: brickos Version: 0.9.0.dfsg-12.1 Severity: wishlist Tags: patch The attached patch was used when I NMU-ed brickos just now. Perhaps it is a good idea to maintain brickos in the Debian LEGO team, <URL: https://wiki.debian.org/LegoDesigners >.
I did not add AppStream hardware mapping to the package in this NMU, but believe it is a good idea to make sure those inserting an RCX will get brickos as a proposal when using isenkram. -- Happy hacking Petter Reinholdtsen
diff --git a/debian/changelog b/debian/changelog index 91f7921..d65fac6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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 <[email protected]> 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 diff --git a/debian/control b/debian/control index 5d313e7..43001e2 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: extra Maintainer: Michael Tautschnig <[email protected]> Build-Depends: debhelper (>= 9), binutils-h8300-hms (>= 2.16.1), gcc-h8300-hms (>= 1:3.4.6), sgmltools-lite, doxygen -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Homepage: http://brickos.sourceforge.net Package: brickos diff --git a/debian/rules b/debian/rules index 265a3e3..639c6dc 100755 --- a/debian/rules +++ b/debian/rules @@ -33,6 +33,7 @@ override_dh_clean: override_dh_auto_install: # Install the package into debian/brickos. + mkdir -p $(CURDIR)/debian/brickos/usr/bin $(MAKE) install docs-install inst_prefix=/usr prefix=$(CURDIR)/debian/brickos/usr mandir=$(CURDIR)/debian/brickos/usr/share/man # remove docs we shouldn't install rm -f $(CURDIR)/debian/brickos/usr/share/doc/brickos/html/INSTALL-cygwin*

