summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2018-06-13 14:28:39 +0200
committerRoland Hieber <r.hieber@pengutronix.de>2018-06-13 16:28:16 +0200
commitbac76385053773a02784f46d304cfcbee462f418 (patch)
treec0a9c338016bcab2d324aaee2c017e99ed12aac5
parente55306431c54f692eaca07068461de7b02f16f2b (diff)
downloadbarebox-bac76385053773a02784f46d304cfcbee462f418.tar.gz
barebox-bac76385053773a02784f46d304cfcbee462f418.tar.xz
debian: release 2018.06.0-1debian/2018.06.0-1
Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
-rw-r--r--debian/changelog25
1 files changed, 24 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1d3214e105..b4f5d0de27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,29 @@
+barebox (2018.06.0-1) unstable; urgency=medium
+
+ * New upstream release 2018.06.0
+ - only a bump in version number, no changes in our packaged host tools.
+ * Debian changes:
+ - add minimal manpages for all packaged tools
+ - control: fix/update Vcs-Git and Vcs-Browser fields
+ - control: downgrade debhelper Build-Depends to >= 10 for build on stretch
+ - copyright: be more specific that debian/* files are GPL-2+ too
+ - rules: make mrproper on dh_auto_clean
+ * Patches to upstream source:
+ - patches/0001-imx-usb-loader-Align-uploaded-file-length.patch,
+ patches/0002-imx-usb-loader-Fix-verify-for-non-word-aligned-lengt.patch,
+ patches/0003-imx-usb-loader-dump-memory-bytewise-on-verification-.patch:
+ document provenance of existing upstream patches using DEP-3 format
+ - patches/0004-scripts-create-a-separate-section-for-host-tools.patch:
+ cherry-pick from upstream to facilitate building host tools. Also change
+ debian/rules accordingly, so now we can now drop gcc-arm-linux-gnueabihf
+ from Build-Depends.
+ - patches/0005-scripts-omap3-usb-loader-fix-compiler-warning.patch:
+ cherry-pick from upstream to fix compiler warning in omap3-usb-loader
+
+ -- Roland Hieber <r.hieber@pengutronix.de> Wed, 13 Jun 2018 14:27:31 +0200
+
barebox (2018.05.0-2) unstable; urgency=medium
- [ Roland Hieber ]
* debian: un-gitignore patch files in debian/
* debian: cherry-pick i.MX23/28-related imx-usb-loader fixes from
upstream/next