update to latest standards version
[debian/gcpegg] / debian / changelog
index 49c829b547cb6d9445d38d208f7504e666b392f3..0e7d1012eec4ce56a747b0460bb73ccaf4666679 100644 (file)
@@ -1,3 +1,49 @@
+gcpegg (5.1-14) UNRELEASED; urgency=low
+
+  * 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 <bdale@gag.com>  Mon, 15 Aug 2016 00:25:39 -0400
+
+gcpegg (5.1-13) unstable; urgency=low
+
+  * merge 64-bit fixes from Fernando Lucas Rodriguez <fernando_lr@terra.es>,
+    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 <bdale@gag.com>  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 <bdale@gag.com>  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 <bdale@gag.com>  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
+  * merge patch that adds support for Debian/kfreebsd, closes: #414405
+  * rename 'basket' to 'gcpbasket' to avoid package conflict, closes: #420632
+  * add LSB structure to init.d
+  * update standards version
+
+ -- Bdale Garbee <bdale@gag.com>  Sat, 28 Apr 2007 11:01:23 -0600
+
 gcpegg (5.1-9) unstable; urgency=low
 
   * use fully qualified pathnames in init.d, addresses another part of 347778