mirror of
https://github.com/dustinkirkland/byobu
synced 2025-07-05 20:42:10 -07:00
* debian/control, debian/rules:
- pep8 binary is gone from Debian, disable for now
This commit is contained in:
parent
836293caf8
commit
9d096a6843
3 changed files with 6 additions and 4 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -1,8 +1,9 @@
|
|||
byobu (5.132) unreleased; urgency=medium
|
||||
|
||||
* UNRELEASED
|
||||
* debian/control, debian/rules:
|
||||
- pep8 binary is gone from Debian, disable for now
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 09 Feb 2020 10:51:13 -0600
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 15 Feb 2020 11:50:59 -0600
|
||||
|
||||
byobu (5.131-0ubuntu1) focal; urgency=medium
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -4,7 +4,7 @@ Priority: optional
|
|||
Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
|
||||
Uploaders: Antoine Beaupré <anarcat@koumbit.org>
|
||||
Standards-Version: 4.1.3
|
||||
Build-Depends: debhelper (>= 7.0.50~), gettext-base, automake, autoconf, python3-pep8, dh-python, python3
|
||||
Build-Depends: debhelper (>= 7.0.50~), gettext-base, automake, autoconf, dh-python, python3
|
||||
Homepage: http://byobu.org
|
||||
Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk
|
||||
|
||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -4,7 +4,8 @@
|
|||
|
||||
override_dh_auto_build:
|
||||
# Check python syntax
|
||||
pep8 --verbose --repeat --ignore W191,E501,E117 usr/lib/byobu/include/config.py usr/lib/byobu/include/select-session.py
|
||||
# pep8 gone from Debian
|
||||
#pep8 --verbose --repeat --ignore W191,E501,E117 usr/lib/byobu/include/config.py usr/lib/byobu/include/select-session.py
|
||||
# Check shell syntax
|
||||
sh -n `find . -type f -exec grep -l "^\#\!/bin/sh" '{}' \;`
|
||||
# Check for bashisms in shell scripts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue