X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=b9718d08c3eb007a7c860e517769a6583370d3cd;hb=refs%2Ftags%2F5.1-14;hp=fb5161d8a641baa6e4e02e7f64d14449f14ea87b;hpb=c4b524da8118d47a9642465e5e4b7cefa44043b7;p=debian%2Fgcpegg diff --git a/debian/changelog b/debian/changelog index fb5161d..b9718d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,39 @@ +gcpegg (5.1-14) unstable; urgency=medium + + * patch debian/rules to make build reproducible, closes: #777416 + * source init functions + * use dh_prep instead of the deprecated dh_clean -k + * update to current standards version + + -- Bdale Garbee Mon, 15 Aug 2016 00:29:40 -0400 + +gcpegg (5.1-13) unstable; urgency=low + + * merge 64-bit fixes from Fernando Lucas Rodriguez , + closes: #680014 + * fix additional 64-bit isms in the UI code + * revise dependency to be kbd | console-tools to ease backport support + * unqualify openvt path in init.d to tolerate /bin or /usr/bin + * enable the use of USB serial ports, etc, by making eggsh always open + /dev/REG, which is now assumed to be a symlink to the actual device + + -- Bdale Garbee Tue, 03 Jul 2012 15:21:57 -0600 + +gcpegg (5.1-12) unstable; urgency=low + + * change dep to get 'open' from console-tools to kbd, closes: #671082 + + -- Bdale Garbee Thu, 03 May 2012 11:43:39 -0600 + +gcpegg (5.1-11) unstable; urgency=low + + * add Vcs entries to the control file + * change dep from open to console-tools + * change arch to linux-any to avoid kfreebsd folk thinking this package + is worth spending any time on, closes: #648362 + + -- Bdale Garbee Thu, 10 Nov 2011 13:49:00 -0700 + gcpegg (5.1-10) unstable; urgency=low * add a purge target to the init.d script, closes: #367123