projects
/
invirt/packages/invirt-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
21a38cd
)
Update compat version and debathena precise->bionic, fix control file not specifying...
author
Ben Steffen
<bds@mit.edu>
Tue, 3 Dec 2019 03:01:11 +0000
(22:01 -0500)
committer
Ben Steffen
<bds@mit.edu>
Tue, 3 Dec 2019 03:09:53 +0000
(22:09 -0500)
debian/changelog
patch
|
blob
|
history
debian/compat
patch
|
blob
|
history
debian/control
patch
|
blob
|
history
debian/rules
patch
|
blob
|
history
files/etc/apt/sources.list.d/debathena.list
patch
|
blob
|
history
setup.py
patch
|
blob
|
history
diff --git
a/debian/changelog
b/debian/changelog
index
7a848c5
..
0998e84
100644
(file)
--- 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
- 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
* Renamed many things
- expandOwner -> expand_owner
- expandAdmin -> expand_admin
diff --git
a/debian/compat
b/debian/compat
index
7f8f011
..
b4de394
100644
(file)
--- a/
debian/compat
+++ b/
debian/compat
@@
-1
+1
@@
-7
+11
diff --git
a/debian/control
b/debian/control
index
d857276
..
0ae26a6
100644
(file)
--- a/
debian/control
+++ b/
debian/control
@@
-2,8
+2,9
@@
Source: invirt-base
Section: base
Priority: extra
Maintainer: Invirt project <invirt@mit.edu>
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
Standards-Version: 3.9.3
+X-Python3-Version: >= 3.6
Package: invirt-base
Architecture: all
Package: invirt-base
Architecture: all
diff --git
a/debian/rules
b/debian/rules
index
ff02218
..
a7ca89e
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-1,6
+1,6
@@
#!/usr/bin/make -f
%:
#!/usr/bin/make -f
%:
- dh $@ --with python3
+ dh $@ --with python3 --buildsystem=pybuild
override_dh_install:
dh_install
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
(file)
--- 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
(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
from os import path
from debian_bundle.changelog import Changelog