Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
2
d/control: Remove hard coded debug package
· 1c3d82df
Gert Wollny
authored
Feb 13, 2018
1c3d82df
Prepare new changelog
· 931d89db
Gert Wollny
authored
Feb 13, 2018
931d89db
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
931d89db
maxflow (3.0.4-2) UNRELEASED; urgency=medium
* d/control: - update VCS URLs to salsa
- update to standards 4.1.3 (no changes needed)
* d/.gitlab-ci.yml added
* d/control: Remove hard coded debug package
-- Gert Wollny <gewo@debian.org> Tue, 13 Feb 2018 11:34:48 +0100
maxflow (3.0.4-1) unstable; urgency=low
* Initial release (Closes: #742622)
...
...
debian/control
View file @
931d89db
...
...
@@ -33,16 +33,3 @@ Description: Development files for the maxflow-mincut algorithm
energy minimization in low-level vision. The algorithm provides a high
performance that makes near real-time performance possible.
This package provides the development files for the library.
Package: libmaxflow0-dbg
Architecture: any
Section: debug
Priority: extra
Depends: libmaxflow0 (= ${binary:Version}),
${misc:Depends}
Description: Debug information for the maxflow-mincut algorithm
This library implements an efficient minimum cut/maximum flow
algorithms on graphs that can be used for exact or approximate
energy minimization in low-level vision. The algorithm provides a high
performance that makes near real-time performance possible.
This package provides the debug information for the library.