From 9ca8232966efd076eed99d5a11c3ec1c47bf46ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Lemaire?= Date: Fri, 21 Jun 2013 12:51:40 +0200 Subject: [PATCH] Fix for debian package dependencies (=> qt4) --- Makefile | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 26d01b5..25cd87c 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ install:release cp cache/*.cache ${DESTDIR}/usr/share/paysages3d/ 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 debuild -b -us -uc diff --git a/debian/control b/debian/control index 5d78d81..68fdadd 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,6 @@ Standards-Version: 3.7.3 Package: paysages3d 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 Paysages 3D is a work-in-progress 3D software, allowing to model, preview, and render vast natural sceneries, with ground, sky, clouds...