File tree 6 files changed +14
-3
lines changed
6 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
1
+ qgis (1.7.1-1) UNRELEASED; urgency=low
2
+
3
+ * new upstream bugfix release
4
+
5
+ -- Jürgen E. Fischer <jef@norbit.de> Sat, 24 Sep 2011 13:57:22 +0200
6
+
1
7
qgis (1.7.0) UNRELEASED; urgency=low
2
8
3
9
* new development version 1.7 after branch
Original file line number Diff line number Diff line change 1
1
usr/share/qgis/doc/CODING
2
2
usr/share/qgis/doc/favicon.ico
3
3
usr/share/qgis/doc/index.html
4
- usr/share/qgis/doc/qgisdoc .css
4
+ usr/share/qgis/doc/style .css
5
5
usr/share/qgis/doc/AUTHORS
6
6
usr/share/qgis/doc/SPONSORS
7
7
usr/share/qgis/doc/CONTRIBUTORS
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ binary-indep: build install
143
143
binary-arch : build install
144
144
dh_testdir
145
145
dh_testroot
146
- dh_installchangelogs ChangeLog
146
+ dh_installchangelogs CHANGELOG
147
147
dh_installdocs
148
148
dh_installexamples
149
149
dh_install --sourcedir=debian/tmp
Original file line number Diff line number Diff line change @@ -2,12 +2,13 @@ INCLUDE(Txt2Tags)
2
2
FIND_TXT2TAGS()
3
3
4
4
IF (TXT2TAGS_EXECUTABLE)
5
- ADD_TXT2TAGS_FILES(QGIS_DOC_FILES INSTALL .t2t CODING.t2t)
5
+ ADD_TXT2TAGS_FILES(QGIS_DOC_FILES INSTALL .t2t CODING.t2t changelog.t2t )
6
6
ADD_CUSTOM_TARGET (t2tdoc ALL DEPENDS ${QGIS_DOC_FILES} )
7
7
ELSE (TXT2TAGS_EXECUTABLE)
8
8
SET (QGIS_DOC_FILES
9
9
${CMAKE_SOURCE_DIR} /INSTALL
10
10
${CMAKE_SOURCE_DIR} /CODING
11
+ ${CMAKE_SOURCE_DIR} /CHANGELOG
11
12
)
12
13
ENDIF (TXT2TAGS_EXECUTABLE)
13
14
Original file line number Diff line number Diff line change @@ -518,7 +518,9 @@ class QgsPaintEngineHack : public QPaintEngine
518
518
// | QPaintEngine::PerspectiveTransform
519
519
| QPaintEngine::BlendModes
520
520
// | QPaintEngine::ObjectBoundingModeGradients
521
+ #if QT_VERSION >= 0x040500
521
522
| QPaintEngine::RasterOpModes
523
+ #endif
522
524
| QPaintEngine::PaintOutsidePaintEvent
523
525
);
524
526
}
Original file line number Diff line number Diff line change @@ -362,7 +362,9 @@ class QgsPaintEngineHack : public QPaintEngine
362
362
// | QPaintEngine::PerspectiveTransform
363
363
| QPaintEngine::BlendModes
364
364
// | QPaintEngine::ObjectBoundingModeGradients
365
+ #if QT_VERSION >= 0x040500
365
366
| QPaintEngine::RasterOpModes
367
+ #endif
366
368
| QPaintEngine::PaintOutsidePaintEvent
367
369
);
368
370
}
You can’t perform that action at this time.
0 commit comments