aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-09 11:26:50 -0400
committerB Stack <bgstack15@gmail.com>2020-10-09 11:26:50 -0400
commit0983e2d9d6af7d4f3508fff53719242c0155e990 (patch)
tree2bc06b3ed8a7ac44b25560ec44c4a3d87f23c5dc /debian/changelog
parentCleanup some more of the lumina startup routines - specifically around the co... (diff)
downloadlumina-debianize.tar.gz
lumina-debianize.tar.bz2
lumina-debianize.zip
WIP: initial debianization attemptdebianize
importing stevep's MX Linux package and fixing many Linitian warnings
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 00000000..b0be97fc
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,18 @@
+lumina (1.6.0-1+devuan1) UNRELEASED; urgency=medium
+
+ * Ported to Devuan
+
+ -- Ben Stack <bgstack15@gmail.com> Fri, 09 Oct 2020 10:07:00 -0400
+
+lumina (1.6.0-0.1~mx19+1) mx; urgency=medium
+
+ * New upstream release, port for MX Linux.
+ * Add libxcursor-dev to build-depends.
+
+ -- Steven Pusser <stevep@mxlinux.org> Wed, 27 May 2020 16:57:29 -0700
+
+lumina (1.5.0~sparky6~0-1) unstable; urgency=medium
+
+ * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+
+ -- pavroo <pavroo@onet.eu> Mon, 04 Nov 2019 20:39:42 +0100
bgstack15