Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
debhelper 11
· 6c79e133
Andreas Tille
authored
Jan 08, 2019
6c79e133
Standards-Version: 4.3.0
· 72f4e595
Andreas Tille
authored
Jan 08, 2019
72f4e595
Remove trailing whitespace in debian/rules
· f94d313a
Andreas Tille
authored
Jan 08, 2019
f94d313a
libcassie1v5 is section libs
· d381f700
Andreas Tille
authored
Jan 08, 2019
d381f700
Upload to unstable
· 52af9441
Andreas Tille
authored
Jan 08, 2019
52af9441
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
52af9441
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
...
...
debian/compat
View file @
52af9441
1
0
1
1
debian/control
View file @
52af9441
...
...
@@ -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 (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
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
...
...
debian/rules
View file @
52af9441
...
...
@@ -10,7 +10,7 @@ export DH_OPTIONS
export
DEB_BUILD_MAINT_OPTIONS
=
hardening
=
+all
%
:
dh
$@
dh
$@
override_dh_clean
:
dh_clean
...
...