Skip to content
Commits on Source (5)
cassiopee (1.0.9-2) UNRELEASED; urgency=medium
cassiopee (1.0.9-2) unstable; urgency=medium
* Team upload.
[ Olivier Sallou ]
* d/control: Fix VCS fields, upgrade Standards
......@@ -7,7 +9,13 @@ cassiopee (1.0.9-2) UNRELEASED; urgency=medium
* Use secure copyright file specification URI.
* Trim trailing whitespace.
-- Olivier Sallou <osallou@tifenn.irisa.fr> Sat, 25 Aug 2018 17:19:22 +0200
[ Andreas Tille ]
* debhelper 11
* Standards-Version: 4.3.0
* Remove trailing whitespace in debian/rules
* libcassie1v5 is section libs
-- Andreas Tille <tille@debian.org> Tue, 08 Jan 2019 13:31:11 +0100
cassiopee (1.0.9-1) unstable; urgency=medium
......
......@@ -3,14 +3,14 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Olivier Sallou <osallou@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
cmake,
doxygen,
libboost-serialization-dev,
libboost-iostreams-dev,
libgoogle-glog-dev,
libcppunit-dev
Standards-Version: 4.1.4
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/cassiopee
Vcs-Git: https://salsa.debian.org/med-team/cassiopee.git
Homepage: https://github.com/osallou/cassiopee-c
......@@ -44,6 +44,7 @@ Description: documentation for cassiopee library
Package: libcassie1v5
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Conflicts: libcassie1
......
......@@ -10,7 +10,7 @@ export DH_OPTIONS
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
dh $@
override_dh_clean:
dh_clean
......