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

From version 3.1
edited by christoph_lechleitner@iteg_at
on 2019-03-22 11.21:15
Change comment: \n
To version 2.1
edited by christoph_lechleitner@iteg_at
on 2019-03-22 11.20:00
Change comment: Phase 1 completed

Summary

Details

Page properties
Content
... ... @@ -8,6 +8,8 @@
8 8  
9 9  = {{id name="AdaptingPBAtonewDebianRelease-AdaptingpbatonewDebianRelease"/}}Adapting pba to new Debian Release =
10 10  
11 +(% style="color: rgb(255,0,0);" %)WARNING: Incomplete Work in Progress
12 +
11 11  === {{id name="AdaptingPBAtonewDebianRelease-Preprations"/}}Preprations ===
12 12  
13 13  {{code}}
... ... @@ -14,6 +14,7 @@
14 14  OLDREL=stretch
15 15  NEWREL=buster
16 16  
19 +
17 17  cd ~/sources/pba/trunk/pba
18 18  svn up ..
19 19  {{/code}}
... ... @@ -26,15 +26,19 @@
26 26  cat src/etc/pba/distributions.d/${OLDREL} |sed -e "s/${OLDREL}/${NEWREL}/g" >src/etc/pba/distributions.d/${NEWREL}
27 27  svn add src/etc/pba/distributions.d/${NEWREL}
28 28  
32 +
29 29  # evtl. drop ancient ones
30 30  svn rm src/etc/pba/distributions.d/
31 31  
36 +
32 32  ${EDITOR:-vi} debian/changelog debian/rules debian/pba-common.install src/etc/pba/distributions.d/${NEWREL} debian/control
33 33  # src/etc/pba/builder.conf.template src/lib/build-functions.pl
34 34  
40 +
35 35  # commit
36 36  svn commit -m "Adding support for new Debian distro ${NEWREL}"
37 37  
44 +
38 38  # release it
39 39  pba-release
40 40  {{/code}}
... ... @@ -62,6 +62,7 @@
62 62  {{code}}
63 63  ${EDITOR:-vi} debian/changelog src/etc/pba/builder.conf.template src/lib/build-functions.pl
64 64  
72 +
65 65  # commit
66 66  svn commit -m "Making new Debian distro ${NEWREL} default for DefaultDistribution in pba-builder.conf"
67 67  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -659142
1 +659144
URL
... ... @@ -1,1 +1,1 @@
1 -https://clazzes.atlassian.net/wiki/spaces/PBA/pages/659142/Adapting PBA to new Debian Release
1 +https://clazzes.atlassian.net/wiki/spaces/PBA/pages/659144/Adapting PBA to new Debian Release