mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-19 21:13:19 -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:
|
* usr/bin/purge-old-kernels:
|
||||||
- make sure we pass through the -f|-y apt options
|
- 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
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 25 Sep 2017 10:28:42 -0500
|
||||||
|
|
||||||
byobu (5.123-0ubuntu1) artful; urgency=medium
|
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>
|
Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
|
||||||
Uploaders: Antoine Beaupré <anarcat@koumbit.org>
|
Uploaders: Antoine Beaupré <anarcat@koumbit.org>
|
||||||
Standards-Version: 3.9.6
|
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
|
Homepage: http://byobu.org
|
||||||
Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk
|
Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk
|
||||||
|
|
||||||
Package: byobu
|
Package: byobu
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends:
|
Depends:
|
||||||
${misc:Depends}, ${perl:Depends}, ${python:Depends},
|
${misc:Depends}, ${perl:Depends}, ${python3:Depends},
|
||||||
debconf (>= 0.5) | debconf-2.0,
|
debconf (>= 0.5) | debconf-2.0,
|
||||||
gettext-base,
|
gettext-base,
|
||||||
net-tools,
|
net-tools,
|
||||||
python3|python,
|
python3,
|
||||||
python3-newt|python-newt,
|
python3-newt,
|
||||||
tmux (>= 1.5),
|
tmux (>= 1.5),
|
||||||
gawk
|
gawk
|
||||||
Recommends:
|
Recommends:
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@ --with python3
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
# Check python syntax
|
# Check python syntax
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue