Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Remove d/copyright entry for deleted file
· d570f548
Julien Lamy
authored
Nov 05, 2018
d570f548
Clean-up d/rules and d/control
· 0cc536b2
Julien Lamy
authored
Nov 05, 2018
0cc536b2
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
0cc536b2
odil (0.10.0-1) unstable; urgency=medium
* New upstream release
* Update copyright
* Update standards version
* Clean-up d/rules and d/control
-- Julien Lamy <lamy@unistra.fr> Mon, 05 Nov 2018 10:54:29 +0200
odil (0.9.2-1) unstable; urgency=medium
* New upstream release
...
...
debian/control
View file @
0cc536b2
...
...
@@ -30,12 +30,10 @@ Build-Depends: debhelper (>= 10),
python-nose,
python3-nose
Build-Depends-Indep: doxygen, graphviz
Standards-Version: 4.
1.4
Standards-Version: 4.
2.1
Vcs-Browser: https://salsa.debian.org/med-team/odil
Vcs-Git: https://salsa.debian.org/med-team/odil.git
Homepage: https://github.com/lamyj/odil
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Package: libodil0
Architecture: any
...
...
debian/copyright
View file @
0cc536b2
...
...
@@ -7,10 +7,6 @@ Files: *
Copyright: © 2018 Université de Strasbourg
License: CeCILL-B
Files: ctest-to-junit.xsl
Copyright: © 2014, Gregory Boissinot
License: MIT
License: CeCILL-B
CeCILL-B FREE SOFTWARE LICENSE AGREEMENT
.
...
...
@@ -526,22 +522,3 @@ License: CeCILL-B
.
.
Version 1.0 dated 2006-09-05.
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
debian/rules
View file @
0cc536b2
#!/usr/bin/make -f
export DEB_CXXFLAGS_MAINT_APPEND = -std=c++0x
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# Find all Python versions
...
...
@@ -46,9 +45,6 @@ override_dh_auto_build-indep:
cd documentation && doxygen
find documentation/_build -name "*.md5" -delete
override_dh_makeshlibs-arch:
dh_makeshlibs -V'libodil0 (>= 0.9.2-1)'
# Run C++ tests only on base build
override_dh_auto_test-arch-nopy:
ln -s build-nopy build
...
...