File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145
145
146
146
# Generate the changelog
147
147
# TODO: Maybe detect if major version change, then make it urgent
148
- dch --create -v $VERSION -u low --package gitmastery $CHANGELOG_MESSAGE
148
+ dch --create -v ${ VERSION}-1 -u low --package gitmastery $CHANGELOG_MESSAGE
149
149
150
150
# Create the control file
151
151
# TODO: Maybe detect if major version change, then make it mandatory
@@ -169,14 +169,16 @@ jobs:
169
169
mkdir debian/source
170
170
echo "3.0 (quilt)" > debian/source/format
171
171
172
+ mkdir build
173
+
172
174
# Provide the rules for installation, using -e to preserve the tab character as per:
173
175
# https://wiki.debian.org/Packaging/Intro
174
176
echo -e $"""#!/usr/bin/make -f
175
177
%:
176
178
\tdh \$@
177
179
\n
178
180
override_dh_auto_install:
179
- \tinstall -D -m 0755 gitmastery-${VERSION}-linux-amd64 \$(DESTDIR) /usr/bin/gitmastery
181
+ \tinstall -D -m 0755 gitmastery-${VERSION}-linux-amd64 build /usr/bin/gitmastery
180
182
""" > debian/rules
181
183
182
184
echo """usr/bin
You can’t perform that action at this time.
0 commit comments