mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 10:46:58 -07:00
* Build-depend on dh-python.
* Drop the alternative python2 dependencies. LP: #1735348.
This commit is contained in:
parent
11bf755c9b
commit
34c0d77bbf
3 changed files with 9 additions and 5 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -18,6 +18,10 @@ byobu (5.124) unreleased; urgency=medium
|
|||
* usr/bin/purge-old-kernels:
|
||||
- make sure we pass through the -f|-y apt options
|
||||
|
||||
[ Matthias Klose ]
|
||||
* Build-depend on dh-python.
|
||||
* Drop the alternative python2 dependencies. LP: #1735348.
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 25 Sep 2017 10:28:42 -0500
|
||||
|
||||
byobu (5.123-0ubuntu1) artful; urgency=medium
|
||||
|
|
8
debian/control
vendored
8
debian/control
vendored
|
@ -4,19 +4,19 @@ Priority: optional
|
|||
Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
|
||||
Uploaders: Antoine Beaupré <anarcat@koumbit.org>
|
||||
Standards-Version: 3.9.6
|
||||
Build-Depends: debhelper (>= 7.0.50~), gettext-base, automake, autoconf, pep8
|
||||
Build-Depends: debhelper (>= 7.0.50~), gettext-base, automake, autoconf, pep8, dh-python
|
||||
Homepage: http://byobu.org
|
||||
Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk
|
||||
|
||||
Package: byobu
|
||||
Architecture: all
|
||||
Depends:
|
||||
${misc:Depends}, ${perl:Depends}, ${python:Depends},
|
||||
${misc:Depends}, ${perl:Depends}, ${python3:Depends},
|
||||
debconf (>= 0.5) | debconf-2.0,
|
||||
gettext-base,
|
||||
net-tools,
|
||||
python3|python,
|
||||
python3-newt|python-newt,
|
||||
python3,
|
||||
python3-newt,
|
||||
tmux (>= 1.5),
|
||||
gawk
|
||||
Recommends:
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/make -f
|
||||
%:
|
||||
dh $@
|
||||
dh $@ --with python3
|
||||
|
||||
override_dh_auto_build:
|
||||
# Check python syntax
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue