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

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

Summary

Details

Page properties
Content
... ... @@ -8,8 +8,6 @@
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 -
13 13  === {{id name="AdaptingPBAtonewDebianRelease-Preprations"/}}Preprations ===
14 14  
15 15  {{code}}
... ... @@ -16,7 +16,6 @@
16 16  OLDREL=stretch
17 17  NEWREL=buster
18 18  
19 -
20 20  cd ~/sources/pba/trunk/pba
21 21  svn up ..
22 22  {{/code}}
... ... @@ -29,19 +29,15 @@
29 29  cat src/etc/pba/distributions.d/${OLDREL} |sed -e "s/${OLDREL}/${NEWREL}/g" >src/etc/pba/distributions.d/${NEWREL}
30 30  svn add src/etc/pba/distributions.d/${NEWREL}
31 31  
32 -
33 33  # evtl. drop ancient ones
34 34  svn rm src/etc/pba/distributions.d/
35 35  
36 -
37 37  ${EDITOR:-vi} debian/changelog debian/rules debian/pba-common.install src/etc/pba/distributions.d/${NEWREL} debian/control
38 38  # src/etc/pba/builder.conf.template src/lib/build-functions.pl
39 39  
40 -
41 41  # commit
42 42  svn commit -m "Adding support for new Debian distro ${NEWREL}"
43 43  
44 -
45 45  # release it
46 46  pba-release
47 47  {{/code}}
... ... @@ -69,7 +69,6 @@
69 69  {{code}}
70 70  ${EDITOR:-vi} debian/changelog src/etc/pba/builder.conf.template src/lib/build-functions.pl
71 71  
72 -
73 73  # commit
74 74  svn commit -m "Making new Debian distro ${NEWREL} default for DefaultDistribution in pba-builder.conf"
75 75  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -659144
1 +659142
URL
... ... @@ -1,1 +1,1 @@
1 -https://clazzes.atlassian.net/wiki/spaces/PBA/pages/659144/Adapting PBA to new Debian Release
1 +https://clazzes.atlassian.net/wiki/spaces/PBA/pages/659142/Adapting PBA to new Debian Release