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

From version 9.1
edited by christoph_lechleitner@iteg_at
on 2023-03-24 08.59:28
Change comment: Adapt to Debian 12 cont.
To version 12.1
edited by christoph_lechleitner@iteg_at
on 2025-08-11 12.45:34
Change comment: Fine tuning recovered "Adapt HelloWorld Projects"

Summary

Details

Page properties
Content
... ... @@ -8,16 +8,10 @@
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-AdaptingpbatonewDebianRelease"/}}Adapting pba to new Debian Release =
11 += {{id name="AdaptingPBAtonewDebianRelease-AdaptPBAandcreatePBA-Buildertarballs"/}}Adapt PBA and create PBA-Builder tarballs =
12 12  
13 -== {{id name="AdaptingPBAtonewDebianRelease-AdaptPBAandcreatePBA-Buildertarballs"/}}Adapt PBA and create PBA-Builder tarballs ==
14 -
15 15  See [[https:~~/~~/iteg.atlassian.net/l/cp/SGt5wKvo>>url:https://iteg.atlassian.net/l/cp/SGt5wKvo||shape="rect"]] (access ITEG only for now).
16 16  
17 -=== {{id name="AdaptingPBAtonewDebianRelease----currentpointofadaptiontoDebianBookworm---"/}}**~-~-- current point of adaption to Debian Bookworm ~-~--** ===
18 -
19 -\\
20 -
21 21  = {{id name="AdaptingPBAtonewDebianRelease-AdaptHelloWorldProjects"/}}Adapt HelloWorld Projects =
22 22  
23 23  {{code language="none"}}
... ... @@ -25,7 +25,8 @@
25 25  
26 26  git checkout main ; git pull ; git checkout main
27 27  
28 -git branch ${BRANCHNAME} && git checkout ${BRANCHNAME} && git status
22 +# optional, branch:
23 +#git branch ${BRANCHNAME} && git checkout ${BRANCHNAME} && git status
29 29  
30 30  git push --set-upstream origin ${BRANCHNAME}
31 31  
... ... @@ -33,8 +33,6 @@
33 33  # decide next version
34 34  pba-raisversion -b 1.2.3 "Adding new Debian target distro ${NEWDN}"
35 35  
36 -git add debian*/control debian*/changelog
37 -
38 38  PBAO="."
39 39  # or
40 40  PBAO="arch|unix"
... ... @@ -45,12 +45,14 @@
45 45  
46 46  #pba-instdeps -i -o ${PBAO}
47 47  
41 +# optional local build
48 48  pba-build -u -i -o ${PBAO}
49 -
43 +# below: pba-localbuild -u -o ${PBAO}
50 50  # solve eventual problems
51 51  
52 -PBADD=$(ls -1d debian* |grep -v mingw |head -1)
53 -${EDITOR:-vi} ${PBADD}/changelog ${PBADD}/control
46 +#PBADD=$(ls -1d debian* |grep -v mingw |head -1)
47 +#${EDITOR:-vi} ${PBADD}/changelog ${PBADD}/control
48 +${EDITOR:-vi} debian-{arch,unix}/control
54 54  
55 55  pba-localbuild -u -o ${PBAO}
56 56  
... ... @@ -59,6 +59,8 @@
59 59  
60 60  # wait for success
61 61  
57 +git add debian*/control debian*/changelog spec*/*spec
58 +
62 62  git commit -m "Adding support for new Debian distro ${NEWDN}"
63 63  git push
64 64  
... ... @@ -74,10 +74,12 @@
74 74  
75 75  Repeat for {{code language="none"}}pba-hellobigworld-portable{{/code}} (with {{code language="none"}}-o unix{{/code}}).
76 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}}(%%).
74 +... with {{code language="none"}}-o unix{{/code}} or later {{code language="none"}}-o "unix|9"{{/code}}.
78 78  
79 79  = {{id name="AdaptingPBAtonewDebianRelease-AdaptFANCYLIBS"/}}Adapt [[doc:FANCYLIBS.WebHome]] =
80 80  
78 +=== {{id name="AdaptingPBAtonewDebianRelease----currentpointofadaptiontoDebianBookworm---"/}}**~-~-- current point of adaption to Debian Bookworm ~-~--** ===
79 +
81 81  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]].
82 82  
83 83  = {{id name="AdaptingPBAtonewDebianRelease-Adaptpba-helloworld-portable"/}}Adapt pba-helloworld-portable =
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -968720458
1 +659062
URL
... ... @@ -1,1 +1,1 @@
1 -https://clazzes.atlassian.net/wiki/spaces/PBA/pages/968720458/Adapting PBA to new Debian Release
1 +https://clazzes.atlassian.net/wiki/spaces/PBA/pages/659062/Adapting PBA to new Debian Release