Skip to content

Commit

Permalink
debian: Do not run codecheck
Browse files Browse the repository at this point in the history
We do not want to depend on these checks succeeding in Debian. They
should run in CI and that shall be enough.
  • Loading branch information
zeha committed Oct 19, 2024
1 parent bb80820 commit c058d6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@ Uploaders:
Ulrich Dangel <[email protected]>,
Build-Depends:
asciidoc,
black,
debhelper-compat (= 12),
docbook-xsl,
flake8,
isort,
nasm,
vulture,
xsltproc,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ override_dh_auto_build:
dh_testdir
grep -qE '^PROG_VERSION = "\*\*\*UNKNOWN\*\*\*"' grml2usb || (echo "PROG_VERSION in grml2usb wrong." && exit 2)
$(MAKE) -C mbr
$(MAKE)
$(MAKE) doc

override_dh_fixperms:
chmod 664 ./debian/grml2usb/usr/share/grml2usb/mbr/mbrldr
Expand Down

0 comments on commit c058d6b

Please sign in to comment.