Skip to content
Snippets Groups Projects
Verified Commit 17db5702 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- enhanced make

parent 663474cd
No related branches found
No related tags found
No related merge requests found
Pipeline #7880 failed
......@@ -96,11 +96,15 @@ create-debian-packages:
- |
cat <<EOD | sed -e "s/##TAB##/\\t/g" > debian/rules
#!/usr/bin/make -f
export DH_VERBOSE=1
%:
##TAB##dh $@ --with dist-zilla
EOD
- cat -e debian/rules
- ls -lha ../
- make -f debian/rules
- make -f debian/rules get-orig-source
- make -f debian/rules build
- make -f debian/rules install
- ls -lha ./
- ls -lha ../
#- cd ../ ; dh-make-perl ${CI_PROJECT_DIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment