Codebase list libgdf / e4de210
Install the libgdf.so* files in /usr/lib/<arch>/ + d/libgdf{0,-dev}.install: - Convert to use dh-exec - Install files in /usr/lib/${DEB_HOST_MULTIARCH} + d/control: - Build-Depend on dh-exec - Declare package libgdf-dev as Architecture any Gbp-Dch: Full Rafael Laboissière 3 years ago
3 changed file(s) with 6 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
55 Rafael Laboissière <rafael@debian.org>
66 Build-Depends: cmake (>= 2.8),
77 debhelper-compat (= 13),
8 dh-exec,
89 dh-octave,
910 help2man,
1011 libboost-date-time-dev,
3132
3233 Package: libgdf-dev
3334 Section: libdevel
34 Architecture: all
35 Architecture: any
3536 Depends: ${misc:Depends}, libgdf0 (>= ${source:Version}), libgdf0 (<< ${source:Version}.1~)
3637 Description: IO library for the GDF -- development library
3738 GDF (General Dataformat for Biosignals) is intended to provide a generic
0 #!/usr/bin/dh-exec
01 usr/include/*
1 usr/lib/lib*.so
2 usr/lib/lib*.so usr/lib/${DEB_HOST_MULTIARCH}
0 usr/lib/lib*.so.*
0 #!/usr/bin/dh-exec
1 usr/lib/lib*.so.* usr/lib/${DEB_HOST_MULTIARCH}