From ceed62fd97972b35f4cf6560625135723cb8610f Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 18 Nov 2013 13:48:18 -0800 Subject: debian: Build now depends on 'xmlto' for docs This wraps xsltproc, fop and xmllint for formatting pdf files Signed-off-by: Keith Packard --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 7607d386..24f3916e 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: electronics Priority: optional Maintainer: Bdale Garbee Uploaders: Keith Packard -Build-Depends: debhelper (>= 7), autoconf, automake, gawk, libreadline-dev, libusb-1.0-0-dev, nickle, cc1111, xsltproc, fop, docbook-xml, docbook-xsl, swig, default-jdk, freetts, libtool, libjfreechart-java, libbluetooth-dev, pkg-config, libelf-dev, libbluetooth-dev, libssl-dev +Build-Depends: debhelper (>= 7), autoconf, automake, gawk, libreadline-dev, libusb-1.0-0-dev, nickle, cc1111, xsltproc, fop, xmlto, docbook-xml, docbook-xsl, swig, default-jdk, freetts, libtool, libjfreechart-java, libbluetooth-dev, pkg-config, libelf-dev, libbluetooth-dev, libssl-dev Standards-Version: 3.9.3 Homepage: http://altusmetrum.org/AltOS Vcs-Git: git://git.gag.com/fw/altos -- cgit v1.2.3 From a140b3ad689bcebdcf87caab1e64048f693a9b85 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 9 Dec 2013 23:16:13 -0800 Subject: debian: .ihx and .map files are left in subdirs now Install them from the right place Signed-off-by: Keith Packard --- debian/altos.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/altos.install b/debian/altos.install index 884fdaa7..05f0eec5 100644 --- a/debian/altos.install +++ b/debian/altos.install @@ -1,7 +1,7 @@ debian/altos.desktop usr/share/applications debian/altusmetrum.xpm usr/share/pixmaps -src/*.ihx usr/share/altos -src/*.map usr/share/altos +src/*/*.ihx usr/share/altos +src/*/*.map usr/share/altos themes/background.png usr/share/altos/themes themes/slim/panel.png usr/share/slim/themes/altusmetrum themes/slim/slim.theme usr/share/slim/themes/altusmetrum -- cgit v1.2.3 From c94ca50fd9f24f271c160f6e0e95cb7340289354 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 13 Dec 2013 18:37:29 -0700 Subject: temporarily force stlink location in debian/rules to allow complete build --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 122a0fed..2b798464 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ prebuild: configure: configure-stamp configure-stamp: dh_testdir - ./autogen.sh --prefix=/usr + PKG_CONFIG_PATH=/opt/stlink/lib/pkgconfig ./autogen.sh --prefix=/usr touch configure-stamp build: build-arch build-indep -- cgit v1.2.3 From 7db8e8190bc8b9a17a7b5107954e2362a0e9c7a2 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 18 Dec 2013 11:08:55 -0700 Subject: need to include the Cortex toolchain --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 24f3916e..ecb71f3a 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: electronics Priority: optional Maintainer: Bdale Garbee Uploaders: Keith Packard -Build-Depends: debhelper (>= 7), autoconf, automake, gawk, libreadline-dev, libusb-1.0-0-dev, nickle, cc1111, xsltproc, fop, xmlto, docbook-xml, docbook-xsl, swig, default-jdk, freetts, libtool, libjfreechart-java, libbluetooth-dev, pkg-config, libelf-dev, libbluetooth-dev, libssl-dev +Build-Depends: debhelper (>= 7), autoconf, automake, gawk, libreadline-dev, libusb-1.0-0-dev, nickle, cc1111, xsltproc, fop, xmlto, docbook-xml, docbook-xsl, swig, default-jdk, freetts, libtool, libjfreechart-java, libbluetooth-dev, pkg-config, libelf-dev, libbluetooth-dev, libssl-dev, gcc-arm-none-eabi Standards-Version: 3.9.3 Homepage: http://altusmetrum.org/AltOS Vcs-Git: git://git.gag.com/fw/altos -- cgit v1.2.3 From 4383bafc6ccdde10f06882ba3e96126c61d5e988 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 18 Dec 2013 12:18:30 -0700 Subject: a fresher changelog entry for test builds --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b9e78c8b..6b441b2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +altos (1.2.9) unstable; urgency=low + + * test builds for upcoming 1.3 release + + -- Bdale Garbee Wed, 18 Dec 2013 12:17:29 -0700 + altos (1.0.1+3+g93b8f40) unstable; urgency=low * update release process docs -- cgit v1.2.3 From 2a6016cfabc8cd56f5219871e3b3df316a639289 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 18 Dec 2013 21:53:36 -0700 Subject: update Debian standards version we claim compliance with --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index ecb71f3a..f23a841a 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Bdale Garbee Uploaders: Keith Packard Build-Depends: debhelper (>= 7), autoconf, automake, gawk, libreadline-dev, libusb-1.0-0-dev, nickle, cc1111, xsltproc, fop, xmlto, docbook-xml, docbook-xsl, swig, default-jdk, freetts, libtool, libjfreechart-java, libbluetooth-dev, pkg-config, libelf-dev, libbluetooth-dev, libssl-dev, gcc-arm-none-eabi -Standards-Version: 3.9.3 +Standards-Version: 3.9.5 Homepage: http://altusmetrum.org/AltOS Vcs-Git: git://git.gag.com/fw/altos Vcs-Browser: http://git.gag.com/?p=fw/altos -- cgit v1.2.3