Fix for debian package dependencies (=> qt4)
This commit is contained in:
parent
d5edffd55f
commit
9ca8232966
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -63,7 +63,7 @@ install:release
|
||||||
cp cache/*.cache ${DESTDIR}/usr/share/paysages3d/
|
cp cache/*.cache ${DESTDIR}/usr/share/paysages3d/
|
||||||
|
|
||||||
deb:
|
deb:
|
||||||
apt-get install pbuilder build-essential libdevil-dev libglib2.0-dev qt4-dev-tools
|
apt-get install pbuilder build-essential check libdevil-dev libglib2.0-dev qt4-dev-tools
|
||||||
DEBFULLNAME="Michael Lemaire" DEBEMAIL=paysages@thunderk.net dch -i -p -u low -D stable
|
DEBFULLNAME="Michael Lemaire" DEBEMAIL=paysages@thunderk.net dch -i -p -u low -D stable
|
||||||
debuild -b -us -uc
|
debuild -b -us -uc
|
||||||
|
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -7,6 +7,6 @@ Standards-Version: 3.7.3
|
||||||
|
|
||||||
Package: paysages3d
|
Package: paysages3d
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libglib2.0-0, libqt5core5, libqt5gui5, libqt5opengl5, libdevil1c2
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libglib2.0-0, libdevil1c2, libqtcore4, libqtgui4, libqt4-opengl
|
||||||
Description: Paysages 3D is a landscape synthesizer and renderer
|
Description: Paysages 3D is a landscape synthesizer and renderer
|
||||||
Paysages 3D is a work-in-progress 3D software, allowing to model, preview, and render vast natural sceneries, with ground, sky, clouds...
|
Paysages 3D is a work-in-progress 3D software, allowing to model, preview, and render vast natural sceneries, with ground, sky, clouds...
|
||||||
|
|
Loading…
Reference in a new issue