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

From version 4.1
edited by christoph_lechleitner@iteg_at
on 2019-03-23 09.28:14
Change comment: Filled adaption of hello world projects
To version 6.1
edited by christoph_lechleitner@iteg_at
on 2019-03-23 11.23:47
Change comment: PBAO arch|unix|7

Summary

Details

Page properties
Content
... ... @@ -45,45 +45,35 @@
45 45  cd ~/sources/pba/trunk/pba-helloworld
46 46  svn up ..
47 47  
48 -
49 -PBAO=""
48 +PBAO="."
50 50  # or
51 -PBAO='-o unix'
50 +PBAO="arch|unix"
51 +# or in phase 2
52 +PBAO="arch|unix|7"
52 52  
54 +pba-builddeps -i -o ${PBAO}
53 53  
54 -pba-builddeps -i ${PBAO}
56 +#pba-instdeps -i -o ${PBAO}
55 55  
58 +pba-build -u -i -o ${PBAO}
56 56  
57 -#pba-instdeps -i ${PBAO}
58 -
59 -
60 -pba-build -u -i ${PBAO}
61 -
62 -
63 63  # solve eventual problems
64 64  
62 +PBADD=$(ls -1d debian* |grep -v mingw |head -1)
63 +${EDITOR:-vi} ${PBADD}/changelog ${PBADD}/control
65 65  
66 -${EDITOR:-vi} debian/changelog debian/control
67 -# or
68 -${EDITOR:-vi} debian-unix/changelog debian-unix/control
69 -
70 -
71 71  pba-syncchangelogs
72 72  
67 +pba-release -u -b pba-spool/ -o ${PBAO} && \
68 +sudo pba-builder -B pba-spool -b pba-results -o ${PBAO} 2>&1 |tee pba-builder.log
73 73  
74 -pba-release -u -b pba-spool/ ${PBAO}
75 -sudo pba-builder -B pba-spool -b pba-results ${PBAO} 2>&1 |tee pba-builder.log
76 -
77 -
78 78  # wait for success
79 79  
80 -
81 81  sudo rm -rf pba-spool/ pba-results pba-builder.log
82 82  
83 -
84 84  svn commit -m "Adding support for new Debian distro ${NEWREL}"
85 85  
86 -pba-release ${PBAO}
76 +pba-release -o ${PBAO}
87 87  
88 88  
89 89  {{/code}}
... ... @@ -96,7 +96,7 @@
96 96  
97 97  === {{id name="AdaptingPBAtonewDebianRelease-AdaptFANCYLIBS"/}}Adapt [[doc:FANCYLIBS.WebHome]] ===
98 98  
99 -TBD.
89 +See [[doc:FANCYLIBS.Adapting FancyLibs & MinGW-Pkg from Debian 9 Stretch to 10 Buster, Mingw-7 to Mingw-8.WebHome]],
100 100  
101 101  === {{id name="AdaptingPBAtonewDebianRelease-Adaptpba-helloworld-portable"/}}Adapt pba-helloworld-portable ===
102 102  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -659141
1 +910950419
URL
... ... @@ -1,1 +1,1 @@
1 -https://clazzes.atlassian.net/wiki/spaces/PBA/pages/659141/Adapting PBA to new Debian Release
1 +https://clazzes.atlassian.net/wiki/spaces/PBA/pages/910950419/Adapting PBA to new Debian Release