Skip to content

Commit

Permalink
Merge pull request #52 from grml/debian-no-codecheck
Browse files Browse the repository at this point in the history
debian: Do not run codecheck
  • Loading branch information
zeha authored Oct 19, 2024
2 parents 7787f48 + e055635 commit 4e9dad2
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 4e9dad2

Please sign in to comment.