Skip to content

Commit

Permalink
CI Debian Package Builder: fix location of changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmore committed Sep 12, 2024
1 parent 321247c commit 0c550c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/helper/debian-changelog-generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ tag=`git tag -l v* | sort -V | tail -1`

#sed -i 's/UNRELEASED/unstable/' debian/changelog

echo "done"
echo "Generating changelog done!"
echo " generated `wc -l debian/changelog` lines."
3 changes: 2 additions & 1 deletion .github/helper/debian-package-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ StartupNotify=false
Categories=Office
EOF

fpm --version

fpm \
-s dir -t deb \
Expand All @@ -57,7 +58,7 @@ fpm \
--license EUPL-1.2 \
--version $VERSION \
--architecture $ARCH \
--deb-upstream-changelog changelog \
--deb-upstream-changelog debian/changelog \
--depends bash --depends "default-jre | java-runtime (>= 17)" \
--description "PDF-Over is your tool for frequent & efficient PDF signing." \
--url "https://technology.a-sit.at/en/pdf-over/" \
Expand Down

0 comments on commit 0c550c5

Please sign in to comment.