Skip to content

Commit

Permalink
"port"+test debian-package-building script to ubuntu 24,04; maybe we …
Browse files Browse the repository at this point in the history
…can prep a PPA later
  • Loading branch information
shlomif committed Jul 18, 2024
1 parent 2bf43fa commit 51fe431
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,20 @@
cd "$HOMEDIR/$REPO"
git clean -dxf .
(if ! gbp buildpackage 2>&1 ; then cat /tmp/fort*diff* ; exit 1 ; fi) | tee ~/"$LOG_FN"
_generate_source_changes_package()
{
# I just work here: https://help.launchpad.net/Packaging/PPA/BuildingASourcePackage
debuild -S -sa
}
_generate_source_changes_package
verrel="$verrel"
sudo dpkg -i ~/fortune-mod_"\$verrel"_amd64.deb
sudo dpkg -i ~/fortunes-min_"\$verrel"_all.deb
sudo dpkg -i ~/fortunes_"\$verrel"_all.deb
f=/usr/games/fortune
test -x "\$f"
"\$f"
sudo find / -type f -name '*.changes' -print
EOSCRIPTTTTTTT

$obj->exe_bash_code(
Expand Down

0 comments on commit 51fe431

Please sign in to comment.