Dependencies for debian package set manually.
--HG-- branch : develop
This commit is contained in:
parent
7e75a18c1c
commit
401c4e3607
4
dist/debian/control
vendored
4
dist/debian/control
vendored
|
@ -16,9 +16,7 @@ Vcs-Browser: https://bitbucket.org/dismine/valentina
|
||||||
|
|
||||||
Package: valentina
|
Package: valentina
|
||||||
Architecture: i386 amd64
|
Architecture: i386 amd64
|
||||||
Depends: ${shlibs:Depends},
|
Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libqt5core5a (>= 5.2.0), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5printsupport5 (>= 5.0.2), libqt5svg5 (>= 5.0.2), libqt5widgets5 (>= 5.2.0), libqt5xml5 (>= 5.0.2), libqt5xmlpatterns5 (>= 5.0.2), libstdc++6 (>= 4.6), ${misc:Depends}, xpdf
|
||||||
${misc:Depends},
|
|
||||||
xpdf
|
|
||||||
Description: Pattern making program.
|
Description: Pattern making program.
|
||||||
Valentina is a cross-platform patternmaking program which allows designers
|
Valentina is a cross-platform patternmaking program which allows designers
|
||||||
to create and model patterns of clothing. This software allows pattern
|
to create and model patterns of clothing. This software allows pattern
|
||||||
|
|
11
dist/debian/rules
vendored
11
dist/debian/rules
vendored
|
@ -36,18 +36,19 @@
|
||||||
binary-arch: build install
|
binary-arch: build install
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
dh_installdocs
|
|
||||||
dh_installchangelogs
|
dh_installchangelogs
|
||||||
# dh_installexamples
|
dh_installdocs
|
||||||
|
dh_installmenu
|
||||||
|
dh_installmime
|
||||||
dh_install --sourcedir=$(CURDIR) -v
|
dh_install --sourcedir=$(CURDIR) -v
|
||||||
dh_installman
|
dh_installman
|
||||||
dh_installmime
|
dh_installinfo
|
||||||
dh_installmenu
|
|
||||||
dh_link
|
dh_link
|
||||||
dh_compress
|
dh_compress
|
||||||
dh_fixperms
|
dh_fixperms
|
||||||
|
dh_makeshlibs
|
||||||
dh_installdeb
|
dh_installdeb
|
||||||
# LD_LIBRARY_PATH=$(LD_LIBRARY_PATH):/usr/lib dh_shlibdeps
|
dh_shlibdeps -Llibqmuparser2 -l$(CURDIR)/debian/tmp/usr/lib
|
||||||
dh_gencontrol
|
dh_gencontrol
|
||||||
dh_md5sums
|
dh_md5sums
|
||||||
dh_builddeb
|
dh_builddeb
|
||||||
|
|
Loading…
Reference in New Issue
Block a user