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

- fix some open packaging problems

parent de257f3e
No related branches found
No related tags found
No related merge requests found
Pipeline #7912 passed
......@@ -92,6 +92,7 @@ create-debian-packages:
tags:
- "docker"
script:
- dzil authordeps --missing | cpanm
- mkdir debian
- |
cat <<RULES | sed -e "s/##TAB##/\\t/g" > debian/rules
......@@ -150,11 +151,17 @@ create-debian-packages:
CONTROL
- |
cat <<CHANGELOG > debian/changelog
tools-for-technical-analysts (1.0) stable; urgency=medium
tools-for-technical-analysts ($(cat dist.ini| grep "^version" | sed -e "s/version *= *\([0-9]*\.[0-9]*\)$/\1/")) stable; urgency=medium
* updated to build debian package
-- Andreas Romeyke <andreas.romeyke@slub-dresden.de> Thu, 21 Nov 2024 10:33:00 +0100
CHANGELOG
- echo 10 > debian/compat
- echo "(c) 2015-2024 Romeyke @ SLUB Dresden" > debian/copyright
- echo "(c) 2015-$(date +%Y) Romeyke @ SLUB Dresden" > debian/copyright
- cat -e debian/rules
- cat -e debian/changelog
- cat -e debian/copyright
- ls -lha ../
- dpkg-buildpackage -uc -us
- ls -lha ./
......
......@@ -3,7 +3,7 @@ author = Andreas Romeyke <pause@andreas-romeyke.de>
license = GPL_3
copyright_holder = Andreas Romeyke
copyright_year = 2023/24
version = 0.1
version = 1.1
[@Filter]
-bundle = @Basic
......@@ -18,3 +18,8 @@ exclude_filename = Changes
;; will be added by ChangelogFromGit
exclude_match = .*~$
exclude_filename = Tools for Technical Analysts.iml
[MinimumPerl]
; determine minimum perl version
[PkgVersion]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment