[med-svn] [Git][med-team/ball][master] * New upstream version
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Dec 21 17:56:53 GMT 2022
Andreas Tille pushed to branch master at Debian Med / ball
Commits:
12bd8af9 by Andreas Tille at 2022-12-21T18:56:25+01:00
* New upstream version
* Standards-Version: 4.6.2 (routine-update)
* Update Breaks+Replaces
* Build-Depends: libgl-dev, liblpsolve55-dev, libnsl-dev, libsvm-dev,
libtbb-dev, sip-dev
- - - - -
4 changed files:
- debian/changelog
- debian/control
- − debian/patches/python3.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+ball (1.5.0+git20220524.d85d2dd-1) UNRELEASED; urgency=medium
+
+ * New upstream version
+ * Standards-Version: 4.6.2 (routine-update)
+ * Update Breaks+Replaces
+ * Build-Depends: libgl-dev, liblpsolve55-dev, libnsl-dev, libsvm-dev,
+ libtbb-dev, sip-dev
+
+ -- Andreas Tille <tille at debian.org> Wed, 21 Dec 2022 17:52:30 +0100
+
ball (1.5.0+git20180813.37fc53c-11) unstable; urgency=medium
* Team Upload.
=====================================
debian/control
=====================================
@@ -13,14 +13,19 @@ Build-Depends: debhelper-compat (= 13),
bison,
cmake,
qtwebengine5-dev [amd64 arm64 armhf i386 mipsel mips64el],
- qttools5-dev,
libeigen3-dev,
python3-dev,
libboost-dev,
libboost-iostreams-dev,
libboost-thread-dev,
libglew-dev,
+ libgl-dev,
+ liblpsolve55-dev,
+ libnsl-dev,
+ libsvm-dev,
+ libtbb-dev,
libx11-dev,
+ sip-dev,
tidy,
chrpath,
libtirpc-dev
@@ -31,7 +36,7 @@ Build-Depends-Indep: doxygen,
texlive-latex-recommended,
texlive-fonts-recommended,
texlive-latex-extra
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/ball
Vcs-Git: https://salsa.debian.org/med-team/ball.git
Homepage: http://www.ball-project.org/
@@ -84,8 +89,6 @@ Section: libdevel
Depends: libball1.5 (= ${binary:Version}),
${misc:Depends}
Suggests: libball1.5-doc
-Breaks: libball1.4-dev (<= 1.5.0)
-Replaces: libball1.4-dev
Description: Header files for the Biochemical Algorithms Library
BALL (Biochemical Algorithms Library) is an application framework
in C++ that has been specifically designed for rapid software
@@ -128,8 +131,6 @@ Section: libdevel
Depends: libballview1.5 (= ${binary:Version}),
${misc:Depends}
Recommends: libball1.5-doc
-Breaks: libballview1.4-dev (<= 1.5.0)
-Replaces: libballview1.4-dev
Description: Header files for the VIEW part of the Biochemical Algorithms Library
BALL (Biochemical Algorithms Library) is an application framework
in C++ that has been specifically designed for rapid software
@@ -168,8 +169,7 @@ Section: doc
Depends: ${misc:Depends},
libjs-jquery
Suggests: libball1.5
-Conflicts: libball1.3-doc,
- libball1.4-doc
+Conflicts: libball1.3-doc
Description: documentation for the BALL library
BALL (Biochemical Algorithms Library) is an application framework
in C++ that has been specifically designed for rapid software
=====================================
debian/patches/python3.patch deleted
=====================================
@@ -1,19 +0,0 @@
-Author: Stuart Prescott
-Last-Update: 2020-03-01 15:25:12 +1100
-Bug-Debian: https://bugs.debian.org/936183
-Description: Stop using Python 2 to build, make a Python 3 module instead
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -400,9 +400,9 @@
- ENDIF()
- SET(BALL_PYTHONPATH $ENV{PYTHONPATH})
- ENDIF()
-- FIND_PACKAGE(PythonInterp 2.7)
-+ FIND_PACKAGE(PythonInterp 3)
- IF (PYTHONINTERP_FOUND)
-- FIND_PACKAGE(PythonLibs 2.7)
-+ FIND_PACKAGE(PythonLibs 3)
- IF (PYTHONLIBS_FOUND)
- BALL_COMBINE_LIBS(PYTHON_LIBRARIES "${PYTHON_LIBRARIES}" "${PYTHON_DEBUG_LIBRARIES}")
- SET(SIP_EXTRA_OPTIONS "-e")
=====================================
debian/patches/series
=====================================
@@ -1,4 +1,3 @@
-python3.patch
fix-ftbfs-char.patch
missing_GLEW
2to3.patch
View it on GitLab: https://salsa.debian.org/med-team/ball/-/commit/12bd8af9049f75ddd783e25f823e9d9cbbd4eed3
--
View it on GitLab: https://salsa.debian.org/med-team/ball/-/commit/12bd8af9049f75ddd783e25f823e9d9cbbd4eed3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20221221/90fc0971/attachment-0001.htm>
More information about the debian-med-commit
mailing list