Codebase list libatasmart / 69ac6e8
Use dpkg-vendor instead of lsb_release. Michael Biebl 13 years ago
3 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
88 - Bump Build-Depends on debhelper to (>= 7.0.50~) for override targets.
99 - Convert debian/rules to use dh.
1010 * Bump Standards-Version to 3.9.1. No further changes.
11 * Use dpkg-vendor instead of lsb_release.
1112
1213 -- Michael Biebl <biebl@debian.org> Mon, 27 Dec 2010 22:52:18 +0100
1314
44 Uploaders: Michael Biebl <biebl@debian.org>, Martin Pitt <mpitt@debian.org>
55 Build-Depends: debhelper (>= 7.0.50~),
66 autotools-dev,
7 lsb-release,
87 pkg-config,
98 libudev-dev
109 Standards-Version: 3.9.1
1111 override_dh_install:
1212 dh_install
1313 # when building for Ubuntu, install Apport hook
14 if [ "`lsb_release -is 2>/dev/null`" = "Ubuntu" ]; then \
14 if dpkg-vendor --is ubuntu; then \
1515 install -m 644 -D debian/local/apport-hook.py debian/libatasmart4/usr/share/apport/package-hooks/libatasmart4.py; \
1616 fi
1717