[maxima-sage] 08/12: Update dependencies, add replaces and breaks to maxima 5.35.1 packages.
Tobias Hansen
thansen at moszumanska.debian.org
Sun Nov 13 17:15:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository maxima-sage.
commit fd613bb5d0380cd287f9e6b6071c9dde62d3e61d
Author: Tobias Hansen <thansen at broeselmaschine.fc.up.pt>
Date: Sun Nov 13 15:18:03 2016 +0000
Update dependencies, add replaces and breaks to maxima 5.35.1 packages.
---
debian/control | 8 +++++++-
debian/rules | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 9f4fb25..5a5bdb0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: math
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Tobias Hansen <thansen at debian.org>
-Build-Depends: gcl ( >= 2.6.12-13 ), ecl, texinfo, libffi-dev, libgmp3-dev, libreadline-dev, locales, automake, debhelper ( >=9 ), autoconf2.13, gawk | awk, texlive-latex-recommended, sharutils, libxmu-dev, libxaw7-dev, tex-common
+Build-Depends: ecl, texinfo, libffi-dev, libgmp3-dev, libreadline-dev, locales, automake, debhelper ( >=10 ), autoconf2.13, gawk | awk, texlive-latex-recommended, sharutils, libxmu-dev, libxaw7-dev, tex-common
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/maxima-sage.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/maxima-sage.git
@@ -13,6 +13,8 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: maxima-sage-share, gnuplot-x11
Suggests: texmacs, maxima-sage-doc, wish
+Replaces: maxima (<< 5.35.2)
+Breaks: maxima (<< 5.35.2)
Description: Computer algebra system -- base system
Maxima is a fully symbolic computation program. It is full featured
doing symbolic manipulation of polynomials, matrices, rational
@@ -29,6 +31,8 @@ Package: maxima-sage-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
+Replaces: maxima-doc (<< 5.35.2)
+Breaks: maxima-doc (<< 5.35.2)
Description: Computer algebra system -- documentation
Maxima is a fully symbolic computation program. It is full featured
doing symbolic manipulation of polynomials, matrices, rational
@@ -44,6 +48,8 @@ Description: Computer algebra system -- documentation
Package: maxima-sage-share
Architecture: all
Depends: maxima-sage (>= ${binary:Version}), ${misc:Depends}
+Replaces: maxima-share (<< 5.35.2)
+Breaks: maxima-share (<< 5.35.2)
Description: Computer algebra system -- extra code
Maxima is a fully symbolic computation program. It is full featured
doing symbolic manipulation of polynomials, matrices, rational
diff --git a/debian/rules b/debian/rules
index 1283b38..536a102 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ MVERS:=$(shell head -n 1 debian/changelog | cut -f2 -d\ | tr -d '()' | cut -f1
INSTALLS:=$(shell ls -1 debian/*.install.in | sed 's/\.in$$//g')
%:
- dh $@ --parallel
+ dh $@
override_dh_auto_configure:
./configure --prefix=/usr --libdir=/usr/lib --enable-ecl git_found=false
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/maxima-sage.git
More information about the debian-science-commits
mailing list