@@ -168,11 +168,6 @@ ($$)
168
168
unless ( $dopoint ) {
169
169
run( " scripts/update-news.pl $newmajor $newminor '$newreleasename '" , " could not update news" ) if $major >2 || ($major ==2 && $minor >14);
170
170
171
- run( " perl -i -pe 's/qgis-dev-deps/qgis-ltr-deps/;' doc/msvc.t2t" , " could not update osgeo4w deps package" ) if $doltr ;
172
- run( " perl -i -pe 's/qgis-dev-deps/qgis-rel-deps/;' doc/msvc.t2t" , " could not update osgeo4w deps package" ) unless $doltr ;
173
- run( " txt2tags --encoding=utf-8 -odoc/INSTALL.html -t html doc/INSTALL.t2t" , " could not update INSTALL.html" );
174
- run( " txt2tags --encoding=utf-8 -oINSTALL -t txt doc/INSTALL.t2t" , " could not update INSTALL" );
175
-
176
171
run( " git commit -n -a -m \" changelog and news update for $release \" " , " could not commit changelog and news update" );
177
172
178
173
print " Creating and checking out branch...\n " ;
@@ -187,6 +182,11 @@ ($$)
187
182
run( " cp debian/changelog /tmp" , " backup changelog failed" );
188
183
189
184
unless ( $dopoint ) {
185
+ run( " perl -i -pe 's/qgis-dev-deps/qgis-ltr-deps/;' doc/msvc.t2t" , " could not update osgeo4w deps package" ) if $doltr ;
186
+ run( " perl -i -pe 's/qgis-dev-deps/qgis-rel-deps/;' doc/msvc.t2t" , " could not update osgeo4w deps package" ) unless $doltr ;
187
+ run( " txt2tags --encoding=utf-8 -odoc/INSTALL.html -t html doc/INSTALL.t2t" , " could not update INSTALL.html" );
188
+ run( " txt2tags --encoding=utf-8 -oINSTALL -t txt doc/INSTALL.t2t" , " could not update INSTALL" );
189
+
190
190
run( " cp -v images/splash/splash-$newmajor .$newminor .png images/splash/splash.png" , " splash png switch failed" );
191
191
run( " convert -resize 164x314 ms-windows/Installer-Files/WelcomeFinishPage-$newmajor .$newminor .png BMP3:ms-windows/Installer-Files/WelcomeFinishPage.bmp" , " installer bitmap switch failed" );
192
192
run( " git commit -n -a -m 'Release of $release ($newreleasename )'" , " release commit failed" );
0 commit comments