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

- added more debian/ files

parent 9f7221d1
No related branches found
No related tags found
No related merge requests found
Pipeline #7885 failed
...@@ -100,11 +100,61 @@ create-debian-packages: ...@@ -100,11 +100,61 @@ create-debian-packages:
%: %:
##TAB##dh \$@ --with dist-zilla ##TAB##dh \$@ --with dist-zilla
RULES RULES
- |
cat <<CONTROL | sed -e "s/##TAB##/\\t/g" > debian/control
Source: tools-for-technical-analysts
Priority: extra
Maintainer: andreas.romeyke@slub-dresden.de
Section: main
Build-Depends: apt-file, \
apt-utils, \
asciidoc-base, \
asciidoctor, \
bash, \
build-essential, \
coreutils, \
cpanminus, \dh-make-perl, \
dh-dist-zilla, \
git, \
libapp-cmd-perl, \
libc-dev-bin, \
libc6-dev, \
libcryptx-perl, \
libdate-calc-perl, \
libdata-printer-perl, \
libperl-prereqscanner-perl, \
libperl-version-perl, \
libregexp-optimizer-perl, \
libsoap-lite-perl, \
libssl-dev, \
libsys-cpu-perl, \
libtest-cmd-perl, \
libtext-csv-perl, \
libtext-csv-xs-perl, \
zlib1g-dev
Package: tools-for-technical-analysts
Architecture: any
Section: main
Priority: extra
Description: Tools for Technical Analysts for Archivematica, an open source based digital preservation system by Artefactual
Depends: libcryptx-perl, \
libdate-calc-perl, \
libdata-printer-perl, \
libperl-prereqscanner-perl, \
libperl-version-perl, \
libregexp-optimizer-perl, \
libsoap-lite-perl
CONTROL
- |
cat <<CHANGELOG > debian/changelog
tools-for-technical-analysts (1.0) stable; urgency=medium
CHANGELOG
- echo 10 > debian/compat
- echo "(c) 2015-2024 Romeyke @ SLUB Dresden" > debian/copyright
- cat -e debian/rules - cat -e debian/rules
- ls -lha ../ - ls -lha ../
- make -f debian/rules get-orig-source - dpkg-buildpackage -uc -us
- make -f debian/rules build
- make -f debian/rules install
- ls -lha ./ - ls -lha ./
- ls -lha ../ - ls -lha ../
#- cd ../ ; dh-make-perl ${CI_PROJECT_DIR} #- cd ../ ; dh-make-perl ${CI_PROJECT_DIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment