Last modified by christoph_lechleitner@iteg_at on 2025-08-11 12.45:34

From version 10.1
edited by christoph_lechleitner@iteg_at
on 2023-03-24 09.47:56
Change comment: PBA now supports Debian 12, FancyLibs WIP
To version 9.1
edited by christoph_lechleitner@iteg_at
on 2023-03-24 08.59:28
Change comment: Adapt to Debian 12 cont.

Summary

Details

Page properties
Content
... ... @@ -8,14 +8,76 @@
8 8  
9 9  Currently we are in the progress of adapting from [[Bullseye>>url:https://wiki.debian.org/DebianBullseye||shape="rect"]] to [[Bookworm>>url:https://wiki.debian.org/DebianBookworm||shape="rect"]], so this is __WORK IN PROGRESS__ rg. Bookworm.
10 10  
11 -= {{id name="AdaptingPBAtonewDebianRelease-AdaptPBAandcreatePBA-Buildertarballs"/}}Adapt PBA and create PBA-Builder tarballs =
11 += {{id name="AdaptingPBAtonewDebianRelease-AdaptingpbatonewDebianRelease"/}}Adapting pba to new Debian Release =
12 12  
13 +== {{id name="AdaptingPBAtonewDebianRelease-AdaptPBAandcreatePBA-Buildertarballs"/}}Adapt PBA and create PBA-Builder tarballs ==
14 +
13 13  See [[https:~~/~~/iteg.atlassian.net/l/cp/SGt5wKvo>>url:https://iteg.atlassian.net/l/cp/SGt5wKvo||shape="rect"]] (access ITEG only for now).
14 14  
15 -= {{id name="AdaptingPBAtonewDebianRelease-AdaptFANCYLIBS"/}}Adapt [[doc:FANCYLIBS.WebHome]] =
16 -
17 17  === {{id name="AdaptingPBAtonewDebianRelease----currentpointofadaptiontoDebianBookworm---"/}}**~-~-- current point of adaption to Debian Bookworm ~-~--** ===
18 18  
19 +\\
20 +
21 += {{id name="AdaptingPBAtonewDebianRelease-AdaptHelloWorldProjects"/}}Adapt HelloWorld Projects =
22 +
23 +{{code language="none"}}
24 +cd ~/sources/pba/trunk/pba-helloworld
25 +
26 +git checkout main ; git pull ; git checkout main
27 +
28 +git branch ${BRANCHNAME} && git checkout ${BRANCHNAME} && git status
29 +
30 +git push --set-upstream origin ${BRANCHNAME}
31 +
32 +pba-raiseversion
33 +# decide next version
34 +pba-raisversion -b 1.2.3 "Adding new Debian target distro ${NEWDN}"
35 +
36 +git add debian*/control debian*/changelog
37 +
38 +PBAO="."
39 +# or
40 +PBAO="arch|unix"
41 +# or in phase 2 or when combining
42 +PBAO="arch|unix|7"
43 +
44 +#pba-builddeps -i -o ${PBAO}
45 +
46 +#pba-instdeps -i -o ${PBAO}
47 +
48 +pba-build -u -i -o ${PBAO}
49 +
50 +# solve eventual problems
51 +
52 +PBADD=$(ls -1d debian* |grep -v mingw |head -1)
53 +${EDITOR:-vi} ${PBADD}/changelog ${PBADD}/control
54 +
55 +pba-localbuild -u -o ${PBAO}
56 +
57 +# evtl.
58 +#pba-localrpmbuild -u -o ${PBAO}
59 +
60 +# wait for success
61 +
62 +git commit -m "Adding support for new Debian distro ${NEWDN}"
63 +git push
64 +
65 +# optional, eventually after merge in main
66 +pba-release -o ${PBAO}
67 +
68 +
69 +{{/code}}
70 +
71 +LATER (after adapting Fancylibs below) repeat for {{code language="none"}}pba-helloworld-portable{{/code}} (with {{code language="none"}}-o unix{{/code}}).
72 +
73 +Repeat for {{code language="none"}}pba-hellolib-portable{{/code}} (with {{code language="none"}}-o unix{{/code}}).
74 +
75 +Repeat for {{code language="none"}}pba-hellobigworld-portable{{/code}} (with {{code language="none"}}-o unix{{/code}}).
76 +
77 +... with (% style="letter-spacing: 0.0px;" %){{code language="none"}}-o unix{{/code}}(%%) or later (% style="letter-spacing: 0.0px;" %){{code language="none"}}-o "unix|9"{{/code}}(%%).
78 +
79 += {{id name="AdaptingPBAtonewDebianRelease-AdaptFANCYLIBS"/}}Adapt [[doc:FANCYLIBS.WebHome]] =
80 +
19 19  See [[Adapting FancyLibs & MinGW-Pkg from Debian 9 Stretch to 10 Buster, Mingw-7 to Mingw-8>>doc:FANCYLIBS.Adapting FancyLibs & MinGW-Pkg from Debian 9 Stretch to 10 Buster, Mingw-7 to Mingw-8.WebHome]].
20 20  
21 21  = {{id name="AdaptingPBAtonewDebianRelease-Adaptpba-helloworld-portable"/}}Adapt pba-helloworld-portable =
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -2141224976
1 +968720458
URL
... ... @@ -1,1 +1,1 @@
1 -https://clazzes.atlassian.net/wiki/spaces/PBA/pages/2141224976/Adapting PBA to new Debian Release
1 +https://clazzes.atlassian.net/wiki/spaces/PBA/pages/968720458/Adapting PBA to new Debian Release