mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-19 00:04:52 -04:00
debian packaging update
This commit is contained in:
parent
9c6ebdd4ee
commit
18d9993e59
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -7,9 +7,10 @@ qgis (1.9.0) UNRELEASED; urgency=low
|
|||||||
* include cpt-city files
|
* include cpt-city files
|
||||||
* support DEB_BUILD_OPTIONS' parallel=n
|
* support DEB_BUILD_OPTIONS' parallel=n
|
||||||
* add python-unittest2 build dependency for maverick and squeeze
|
* add python-unittest2 build dependency for maverick and squeeze
|
||||||
|
* disable PyQgsRectangle test on lucid (depends on unittest2)
|
||||||
* add python-qscintilla2 dependency to python-qgis
|
* add python-qscintilla2 dependency to python-qgis
|
||||||
|
|
||||||
-- Jürgen E. Fischer <jef@norbit.de> Mon, 17 Sep 2012 18:08:47 +0200
|
-- Jürgen E. Fischer <jef@norbit.de> Tue, 18 Sep 2012 22:18:25 +0200
|
||||||
|
|
||||||
qgis (1.8.0) UNRELEASED; urgency=low
|
qgis (1.8.0) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -27,6 +27,10 @@ TESTMAKE=xvfb-run -a -n 1 -s "-screen 0 1280x1024x24 -dpi 96" $(MAKE)
|
|||||||
else
|
else
|
||||||
TESTMAKE=$(MAKE)
|
TESTMAKE=$(MAKE)
|
||||||
endif
|
endif
|
||||||
|
ifneq (,$(findstring $(DISTRIBUTION),"lucid"))
|
||||||
|
# excludes tests requiring unittest2 not available on lucid
|
||||||
|
TESTMAKE += ARGS="-E PyQgsRectangle"
|
||||||
|
endif
|
||||||
|
|
||||||
QGIS_MAJOR=$(shell sed -ne 's/SET(CPACK_PACKAGE_VERSION_MAJOR "\([0-9]*\)")/\1/p' CMakeLists.txt)
|
QGIS_MAJOR=$(shell sed -ne 's/SET(CPACK_PACKAGE_VERSION_MAJOR "\([0-9]*\)")/\1/p' CMakeLists.txt)
|
||||||
QGIS_MINOR=$(shell sed -ne 's/SET(CPACK_PACKAGE_VERSION_MINOR "\([0-9]*\)")/\1/p' CMakeLists.txt)
|
QGIS_MINOR=$(shell sed -ne 's/SET(CPACK_PACKAGE_VERSION_MINOR "\([0-9]*\)")/\1/p' CMakeLists.txt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user