Skip to content

Commit 42aea6c

Browse files
committedSep 4, 2018
update OSGeo4W deps in INSTALL only in release branch
1 parent 9d36c4c commit 42aea6c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎doc/msvc.t2t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For the QGIS build you need to install following packages from cygwin:
3131

3232
and from OSGeo4W (select //Advanced Installation//):
3333

34-
- qgis-rel-deps
34+
- qgis-dev-deps
3535
-
3636

3737
This will also select packages the above packages depend on.

‎scripts/release.pl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,6 @@ ($$)
168168
unless( $dopoint ) {
169169
run( "scripts/update-news.pl $newmajor $newminor '$newreleasename'", "could not update news" ) if $major>2 || ($major==2 && $minor>14);
170170

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-
176171
run( "git commit -n -a -m \"changelog and news update for $release\"", "could not commit changelog and news update" );
177172

178173
print "Creating and checking out branch...\n";
@@ -187,6 +182,11 @@ ($$)
187182
run( "cp debian/changelog /tmp", "backup changelog failed" );
188183

189184
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+
190190
run( "cp -v images/splash/splash-$newmajor.$newminor.png images/splash/splash.png", "splash png switch failed" );
191191
run( "convert -resize 164x314 ms-windows/Installer-Files/WelcomeFinishPage-$newmajor.$newminor.png BMP3:ms-windows/Installer-Files/WelcomeFinishPage.bmp", "installer bitmap switch failed" );
192192
run( "git commit -n -a -m 'Release of $release ($newreleasename)'", "release commit failed" );

0 commit comments

Comments
 (0)