Add build-dependency against dh-systemd and bump minimal cdbs version so systemd helpers are called during build.
This commit is contained in:
parent
a60005575f
commit
38742dde53
2 changed files with 5 additions and 2 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -9,6 +9,8 @@ nut (2.6.5-3) UNRELEASED; urgency=low
|
||||||
- Add autotools-dev to the build-dependencies so config.{guess,sub} are
|
- Add autotools-dev to the build-dependencies so config.{guess,sub} are
|
||||||
getting updated during build
|
getting updated during build
|
||||||
- Use canonical URL for the VCS-* fields
|
- Use canonical URL for the VCS-* fields
|
||||||
|
- Add build-dependency against dh-systemd and bump minimal cdbs version so
|
||||||
|
systemd helpers are called during build.
|
||||||
* Added dep-8-tests to improve QA (from Ubuntu, closes: #708130)
|
* Added dep-8-tests to improve QA (from Ubuntu, closes: #708130)
|
||||||
* debian/nut-monitor.menu, nut-monitor.xpm: Add Debian menu entry (Closes:
|
* debian/nut-monitor.menu, nut-monitor.xpm: Add Debian menu entry (Closes:
|
||||||
#708813)
|
#708813)
|
||||||
|
@ -20,7 +22,7 @@ nut (2.6.5-3) UNRELEASED; urgency=low
|
||||||
by postinst during upgrade from lenny to squeeze (Really closes: #677054)
|
by postinst during upgrade from lenny to squeeze (Really closes: #677054)
|
||||||
Thanks to Andreas Beckmann for the review.
|
Thanks to Andreas Beckmann for the review.
|
||||||
|
|
||||||
-- Laurent Bigonville <bigon@debian.org> Wed, 26 Jun 2013 18:47:52 +0200
|
-- Laurent Bigonville <bigon@debian.org> Sat, 06 Jul 2013 16:25:00 +0200
|
||||||
|
|
||||||
nut (2.6.5-2) experimental; urgency=low
|
nut (2.6.5-2) experimental; urgency=low
|
||||||
|
|
||||||
|
|
3
debian/control
vendored
3
debian/control
vendored
|
@ -4,8 +4,9 @@ Priority: optional
|
||||||
Maintainer: Arnaud Quette <aquette@debian.org>
|
Maintainer: Arnaud Quette <aquette@debian.org>
|
||||||
Uploaders: Laurent Bigonville <bigon@debian.org>
|
Uploaders: Laurent Bigonville <bigon@debian.org>
|
||||||
Build-Depends: debhelper (>= 8.1.3),
|
Build-Depends: debhelper (>= 8.1.3),
|
||||||
cdbs (>= 0.4.93~),
|
cdbs (>= 0.4.122~),
|
||||||
autotools-dev,
|
autotools-dev,
|
||||||
|
dh-systemd (>= 1.4),
|
||||||
libgd-dev | libgd2-xpm-dev | libgd2-noxpm-dev,
|
libgd-dev | libgd2-xpm-dev | libgd2-noxpm-dev,
|
||||||
libsnmp-dev | libsnmp9-dev,
|
libsnmp-dev | libsnmp9-dev,
|
||||||
libusb-dev (>= 0.1.8),
|
libusb-dev (>= 0.1.8),
|
||||||
|
|
Loading…
Reference in a new issue