Update compat version and debathena precise->bionic, fix control file not specifying...
authorBen Steffen <bds@mit.edu>
Tue, 3 Dec 2019 03:01:11 +0000 (22:01 -0500)
committerBen Steffen <bds@mit.edu>
Tue, 3 Dec 2019 03:09:53 +0000 (22:09 -0500)
debian/changelog
debian/compat
debian/control
debian/rules
files/etc/apt/sources.list.d/debathena.list
setup.py

index 7a848c5..0998e84 100644 (file)
@@ -8,6 +8,10 @@ invirt-base (0.0.38) precise; urgency=medium
     - 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
+
+  * Grab bionic packages from debathena instead of precise
+
   * Renamed many things
     - expandOwner -> expand_owner
     - expandAdmin -> expand_admin
index 7f8f011..b4de394 100644 (file)
@@ -1 +1 @@
-7
+11
index d857276..0ae26a6 100644 (file)
@@ -2,8 +2,9 @@ Source: invirt-base
 Section: base
 Priority: extra
 Maintainer: Invirt project <invirt@mit.edu>
-Build-Depends: debhelper (>= 7), python3-all-dev, python3-setuptools, python3-debian, python3-apt
+Build-Depends: debhelper (>= 11), python3-all-dev, python3-setuptools, python3-debian, python3-apt
 Standards-Version: 3.9.3
+X-Python3-Version: >= 3.6
 
 Package: invirt-base
 Architecture: all
index ff02218..a7ca89e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-       dh $@ --with python3
+       dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_install:
        dh_install
index f548b34..2d149e5 100644 (file)
@@ -1,2 +1,2 @@
-deb     http://debathena.mit.edu/apt precise debathena debathena-config openafs
-deb-src http://debathena.mit.edu/apt precise debathena debathena-config openafs
+deb     http://debathena.mit.edu/apt bionic debathena debathena-config openafs
+deb-src http://debathena.mit.edu/apt bionic debathena debathena-config openafs
index d2d6f63..60c1c8c 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 
 from os import path
 from debian_bundle.changelog import Changelog