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

- fixed escape

parent 17db5702
No related branches found
No related tags found
No related merge requests found
Pipeline #7881 failed
...@@ -94,12 +94,12 @@ create-debian-packages: ...@@ -94,12 +94,12 @@ create-debian-packages:
script: script:
- mkdir debian - mkdir debian
- | - |
cat <<EOD | sed -e "s/##TAB##/\\t/g" > debian/rules cat <<RULES | sed -e "s/##TAB##/\\t/g" > debian/rules
#!/usr/bin/make -f #!/usr/bin/make -f
export DH_VERBOSE=1 export DH_VERBOSE=1
%: %:
##TAB##dh $@ --with dist-zilla ##TAB##dh \$@ --with dist-zilla
EOD RULES
- cat -e debian/rules - cat -e debian/rules
- ls -lha ../ - ls -lha ../
- make -f debian/rules get-orig-source - make -f debian/rules get-orig-source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment