Update debian files to fix lintian errors and build the package in what I hope is...
[invirt/packages/invirt-base.git] / debian / changelog
index 0998e84..073e68d 100644 (file)
@@ -1,12 +1,25 @@
-invirt-base (0.0.38) precise; urgency=medium
+invirt-base (0.0.39) bionic; urgency=medium
+
+  * Update control file to fix lintian warnings and do what hopefully at least
+    is the correct thing to build python3 packages
+
+  * Remove invirt-reload, use activate-await <trigger-name> in debian/triggers
+    instead
+
+ -- Ben Steffen <bds@mit.edu>  Fri, 06 Dec 2019 23:01:10 -0500
+
+invirt-base (0.0.38) bionic; urgency=medium
 
   * Move to Python 3
 
 
   * Move to Python 3
 
-  * invirt-mako-renderer just allows regular file exceptions to come from open()ing a nonexistent file instead of raising SystemExit()
+  * invirt-mako-renderer just allows regular file exceptions to come from 
+    open()ing a nonexistent file instead of raising SystemExit()
 
   * Remove struct class
 
   * Remove struct class
-    - struct is supposed to also function as a dict, which can break with unfortunate key names
-      - e.g. Key named 'items' would cause dict.items() to fail for not obvious reasons
+    - struct is supposed to also function as a dict, which can break with
+      unfortunate key names
+      - e.g. Key named 'items' would cause dict.items() to fail for not obvious
+        reasons
 
   * Updated compat version to 11
 
 
   * Updated compat version to 11