diff options
author | Dave Olson <olson@cumulusnetworks.com> | 2016-08-19 23:57:42 -0700 |
---|---|---|
committer | Dave Olson <olson@cumulusnetworks.com> | 2016-10-06 14:20:11 -0700 |
commit | 3279fbbb9e0f3744623fbb6a2d658d6ff5ab3f0d (patch) | |
tree | 4f2427bfc276ed768a462e91903b094ed68b0fd4 /debian | |
parent | 678de9b4ac465247ac41d7018dea883d11e97e58 (diff) | |
download | libnss-tacplus-3279fbbb9e0f3744623fbb6a2d658d6ff5ab3f0d.tar.gz libnss-tacplus-3279fbbb9e0f3744623fbb6a2d658d6ff5ab3f0d.zip |
Fix 32-bit system build error
size_t is only an int on 32 bit ARM, so %ld gives an error. Add a cast.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/source/format | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index abad701..3d95156 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: libnss-tacplus Priority: optional -Maintainer: devsupport <devsupport@cumulusnetworks.com> +Maintainer: Dave Olson <olson@cumulusnetworks.com> Build-Depends: debhelper (>= 9), autotools-dev, libtac-dev, libtacplus-map-dev, libaudit-dev, autoconf, libpam-tacplus-dev, dpkg-dev (>= 1.16.1) Section: libs Standards-Version: 3.9.6 diff --git a/debian/copyright b/debian/copyright index 7583e7a..0cca9f3 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libnss-tacplus -Homepage: http://cumulusnetworks.com +Source: http://www.cumulusnetworks.com Files: * Copyright: 2010 Pawel Krawczyk <pawel.krawczyk@hush.com> and Jeroen Nijhof <jeroen@jeroennijhof.nl>, diff --git a/debian/source/format b/debian/source/format index af745b3..d3827e7 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (git) +1.0 |