r47350 - in /packages/ipe/trunk/debian: control rules
smr at users.alioth.debian.org
smr at users.alioth.debian.org
Mon Oct 10 09:18:46 UTC 2016
Author: smr
Date: Mon Oct 10 09:18:46 2016
New Revision: 47350
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47350
Log:
Update version and lua dependency.
Modified:
packages/ipe/trunk/debian/control
packages/ipe/trunk/debian/rules
Modified: packages/ipe/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/ipe/trunk/debian/control?rev=47350&op=diff
==============================================================================
--- packages/ipe/trunk/debian/control (original)
+++ packages/ipe/trunk/debian/control Mon Oct 10 09:18:46 2016
@@ -15,7 +15,7 @@
libcairo2-dev,
libjpeg-dev,
libpng-dev,
- liblua5.2-dev,
+ liblua5.3-dev,
gsfonts
Build-Conflicts: libipe1-dev
Standards-Version: 3.9.8
@@ -23,7 +23,7 @@
Package: ipe
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, texlive-latex-base, gsfonts, xdg-utils
-Recommends: lua5.2
+Recommends: lua5.3
Suggests: texlive-latex-recommended
Description: drawing editor for creating figures in PDF or PS formats
Ipe supports making small figures for inclusion into LaTeX
@@ -44,12 +44,12 @@
* The text model is based on Unicode, and has been tested with Korean,
Chinese, and Japanese.
.
- Package lua5.2 is recommended if using Ipe with LaTeX.
+ Package lua5.3 is recommended if using Ipe with LaTeX.
.
Package texlive-latex-recommended enables unicode text entry (for
accented characters).
-Package: libipe7.2.4
+Package: libipe7.2.6
Architecture: any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Modified: packages/ipe/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/ipe/trunk/debian/rules?rev=47350&op=diff
==============================================================================
--- packages/ipe/trunk/debian/rules (original)
+++ packages/ipe/trunk/debian/rules Mon Oct 10 09:18:46 2016
@@ -3,7 +3,7 @@
export IPEPREFIX=/usr
export INSTALL_ROOT=$(shell pwd)/debian/tmp
-IPEVER = 7.2.4
+IPEVER = 7.2.6
# Tell qtchooser which version we want.
export QT_SELECT=qt5
More information about the debian-science-commits
mailing list