Skip to content

Commit 3a9f09d

Browse files
authored
Merge pull request networkupstools#85 from jimklimov/FTY-pkg
Debian packaging: explicitly request libssl*-dev so OBS is not confus…
2 parents 130e505 + f52398d commit 3a9f09d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

obs/debian.control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 8.1.3),
1111
libgd-dev | libgd2-xpm-dev | libgd2-noxpm-dev,
1212
libjpeg-dev,
1313
libsnmp-dev | libsnmp9-dev,
14+
libssl1.0-dev | libssl-dev,
1415
libusb-dev (>= 0.1.8),
1516
libneon27-gnutls-dev | libneon27-dev,
1617
libpowerman0-dev (>= 2.3.3),

obs/nut.dsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Standards-Version: 3.9.6
1010
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/nut.git;a=summary
1111
Vcs-Git: git://anonscm.debian.org/collab-maint/nut.git
1212
Testsuite: autopkgtest
13-
Build-Depends: debhelper (>= 8.1.3), cdbs (>= 0.4.122~), autotools-dev, dh-autoreconf, dh-systemd (>= 1.14), libjpeg-dev, libgd-dev | libgd2-xpm-dev | libgd2-noxpm-dev, libsnmp-dev | libsnmp9-dev, libusb-dev (>= 0.1.8), libneon27-gnutls-dev | libneon27-dev, libpowerman0-dev (>= 2.3.3), libwrap0-dev (>= 7.6), python (>= 2.6.6-3~), libfreeipmi-dev (>= 0.8.5) [!hurd-i386], libipmimonitoring-dev (>= 1.1.5-2) [!hurd-i386], libnss3-dev, libtool, libltdl-dev, liblua5.1-0-dev, lua5.1, pkg-config
13+
Build-Depends: debhelper (>= 8.1.3), cdbs (>= 0.4.122~), autotools-dev, dh-autoreconf, dh-systemd (>= 1.14), libjpeg-dev, libgd-dev | libgd2-xpm-dev | libgd2-noxpm-dev, libssl1.0-dev | libssl-dev, libsnmp-dev | libsnmp9-dev, libusb-dev (>= 0.1.8), libneon27-gnutls-dev | libneon27-dev, libpowerman0-dev (>= 2.3.3), libwrap0-dev (>= 7.6), python (>= 2.6.6-3~), libfreeipmi-dev (>= 0.8.5) [!hurd-i386], libipmimonitoring-dev (>= 1.1.5-2) [!hurd-i386], libnss3-dev, libtool, libltdl-dev, liblua5.1-0-dev, lua5.1, pkg-config
1414
#+++ python-pycparser
1515
# The pycparser is required to rebuild DMF files, but those pre-built
1616
# copies in the git repo/tarball "should" be in sync with original

0 commit comments

Comments
 (0)