File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -143,8 +143,7 @@ jobs:
143
143
144
144
# Create the control file
145
145
# TODO: Maybe detect if major version change, then make it mandatory
146
- echo """
147
- Source: gitmastery
146
+ echo """Source: gitmastery
148
147
Maintainer: $NAME <$EMAIL>
149
148
Section: misc
150
149
Priority: optional
@@ -166,17 +165,15 @@ jobs:
166
165
167
166
# Provide the rules for installation, using -e to preserve the tab character as per:
168
167
# https://wiki.debian.org/Packaging/Intro
169
- echo -e $"""
170
- #!/usr/bin/make -f
168
+ echo -e $"""#!/usr/bin/make -f
171
169
%:
172
170
\tdh \$@
173
-
171
+ \n
174
172
override_dh_auto_install:
175
173
\tinstall -D -m 0755 gitmastery-${VERSION}-linux-amd64 \$(DESTDIR)/usr/bin/gitmastery
176
174
""" > debian/rules
177
175
178
- echo """
179
- usr/bin
176
+ echo """usr/bin
180
177
""" > debian/gitmastery.dirs
181
178
182
179
cat debian/rules
You can’t perform that action at this time.
0 commit comments