From: Ben Steffen Date: Tue, 3 Dec 2019 03:01:11 +0000 (-0500) Subject: Update compat version and debathena precise->bionic, fix control file not specifying... X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/commitdiff_plain/9f42de0c07712c22734bcab35ee7414ac6c44788?ds=inline Update compat version and debathena precise->bionic, fix control file not specifying python3 version --- diff --git a/debian/changelog b/debian/changelog index 7a848c5..0998e84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/compat b/debian/compat index 7f8f011..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +11 diff --git a/debian/control b/debian/control index d857276..0ae26a6 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,9 @@ Source: invirt-base Section: base Priority: extra Maintainer: Invirt project -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 diff --git a/debian/rules b/debian/rules index ff02218..a7ca89e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ --with python3 + dh $@ --with python3 --buildsystem=pybuild override_dh_install: dh_install diff --git a/files/etc/apt/sources.list.d/debathena.list b/files/etc/apt/sources.list.d/debathena.list index f548b34..2d149e5 100644 --- a/files/etc/apt/sources.list.d/debathena.list +++ b/files/etc/apt/sources.list.d/debathena.list @@ -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 diff --git a/setup.py b/setup.py index d2d6f63..60c1c8c 100755 --- 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