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

From version 6.1
edited by christoph_lechleitner@iteg_at
on 2019-03-23 11.23:47
Change comment: PBAO arch|unix|7
To version 5.1
edited by christoph_lechleitner@iteg_at
on 2019-03-23 09.45:46
Change comment: \n, link to fancylibs adaption

Summary

Details

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