Skip to content

Commit cfdcb3c

Browse files
committed
Fix some lintian warnings.
1 parent be0a8a7 commit cfdcb3c

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

debian/changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
yubikey-manager (0.2.0) UNRELEASED; urgency=medium
1+
yubikey-manager (0.2.0~ppa1) xenial; urgency=low
22

33
* Build for ppa
44

debian/control

+9-5
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ Depends: ${misc:Depends},
3636
libykpers-1-1,
3737
libu2f-host0
3838
Recommends: pcscd
39-
Description: Python library for configuring a YubiKey
40-
A python library for configuring YubiKey over all transport modes.
39+
Description: Python 2 library for configuring a YubiKey
40+
A Python library for configuring YubiKey over all transport modes.
41+
This is the Python 2 version of the package.
4142

4243
Package: python3-yubikey-manager
4344
Architecture: all
@@ -53,7 +54,8 @@ Depends: ${misc:Depends},
5354
libu2f-host0
5455
Recommends: pcscd
5556
Description: Python 3 library for configuring a YubiKey
56-
A python library for configuring YubiKey over all transport modes.
57+
A Python library for configuring YubiKey over all transport modes.
58+
This is the Python 3 version of the package.
5759

5860
Package: yubikey-manager
5961
Architecture: all
@@ -63,5 +65,7 @@ Depends: ${python3:Depends},
6365
python3-click,
6466
pcscd
6567
Description: Python library and command line tool for configuring a YubiKey
66-
YubiKey Manager (ykman) is a python library and command line tool for
67-
configuring a YubiKey over all transports.
68+
YubiKey Manager (ykman) is a command line tool for configuring a YubiKey over
69+
all transports. It is capable of reading out device information as well as
70+
configuring several aspects of a YubiKey, including enabling or disabling
71+
connection transports an programming various types of credentials.

debian/copyright

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ License: BSD-2-clause
3131
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3232
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3333

34-
Files: yubikey-manager/yubicommon/ctypes/libloader.py
34+
Files: vendor/yubicommon/yubicommon/ctypes/libloader.py
3535
Copyright: Copyright (c) 2008 David James
3636
Copyright (c) 2006-2008 Alex Holkner
3737
License: BSD-3-clause

debian/rules

100644100755
File mode changed.

debian/source/format

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0 (native)

0 commit comments

Comments
 (0)