Codebase list libatasmart / ac06edc
Build library for Multi-Arch. Martin Pitt 12 years ago
6 changed file(s) with 14 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
33 attribute names from Samsung SSD. Thanks to Tobias Wolf for the patch!
44 (Closes: #650673, LP: #885869)
55 * Bump Standards-Version to 3.9.3.
6 * Build library for Multi-Arch.
7 * Mark libatasmart-bin as M-A: foreign.
68
79 -- Martin Pitt <mpitt@debian.org> Sun, 26 Feb 2012 18:44:13 +0100
810
22 Priority: optional
33 Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
44 Uploaders: Michael Biebl <biebl@debian.org>, Martin Pitt <mpitt@debian.org>
5 Build-Depends: debhelper (>= 8),
5 Build-Depends: debhelper (>= 9),
66 autotools-dev,
77 pkg-config,
88 libudev-dev
2424 Package: libatasmart4
2525 Section: libs
2626 Architecture: any
27 Pre-Depends: ${misc:Depends}
2728 Depends: ${shlibs:Depends}, ${misc:Depends}
29 Multi-Arch: same
2830 Description: ATA S.M.A.R.T. reading and parsing library
2931 A small and lightweight parser library for ATA S.M.A.R.T. hard disk
3032 health monitoring.
3436 Package: libatasmart-bin
3537 Section: utils
3638 Architecture: any
39 Multi-Arch: foreign
3740 Depends: ${shlibs:Depends}, ${misc:Depends}
3841 Description: ATA S.M.A.R.T. reading and parsing library - utilities
3942 A small and lightweight parser library for ATA S.M.A.R.T. hard disk
00 usr/include/*
1 usr/lib/libatasmart.a
2 usr/lib/pkgconfig/*
1 usr/lib/*/libatasmart.a
2 usr/lib/*/pkgconfig
33 usr/share/vala/*
0 usr/lib/libatasmart.so.* lib/
0 usr/lib/*/libatasmart.so.*
1010
1111 override_dh_install:
1212 dh_install
13
14 # library should go into /lib for usage in udisks etc.
15 set -e; cd debian/libatasmart?; mv usr/lib .; rmdir usr
16
1317 # when building for Ubuntu, install Apport hook
1418 if dpkg-vendor --is ubuntu; then \
1519 install -m 644 -D debian/local/apport-hook.py debian/libatasmart4/usr/share/apport/package-hooks/libatasmart4.py; \