diff -pruN 1.2b-16/debian/changelog 1.2b-17/debian/changelog
--- 1.2b-16/debian/changelog	2017-11-05 03:39:26.000000000 +0000
+++ 1.2b-17/debian/changelog	2019-02-09 17:29:42.000000000 +0000
@@ -1,3 +1,13 @@
+unace (1.2b-17) unstable; urgency=medium
+
+  * Namespace debhelper files with package name.
+  * Wrap and sort dependency fields.
+  * Switch to debhelper compatibility level 11.
+  * Bump Standards-Version to 4.3.0 (no changes needed).
+  * Fix unace(1) man page synopsis markup.
+
+ -- Guillem Jover <guillem@debian.org>  Sat, 09 Feb 2019 18:29:42 +0100
+
 unace (1.2b-16) unstable; urgency=medium
 
   * Switch to debhelper compatibility level 10.
diff -pruN 1.2b-16/debian/compat 1.2b-17/debian/compat
--- 1.2b-16/debian/compat	2017-11-05 03:29:25.000000000 +0000
+++ 1.2b-17/debian/compat	2018-10-07 16:41:20.000000000 +0000
@@ -1 +1 @@
-10
+11
diff -pruN 1.2b-16/debian/control 1.2b-17/debian/control
--- 1.2b-16/debian/control	2017-11-05 03:39:26.000000000 +0000
+++ 1.2b-17/debian/control	2019-02-03 23:15:40.000000000 +0000
@@ -4,16 +4,18 @@ Priority: optional
 Maintainer: Guillem Jover <guillem@debian.org>
 Vcs-Browser: https://git.hadrons.org/cgit/debian/pkgs/unace.git
 Vcs-Git: https://git.hadrons.org/git/debian/pkgs/unace.git
-Standards-Version: 4.1.1
+Standards-Version: 4.3.0
 Rules-Requires-Root: no
 Build-Depends:
 # Needed for dpkg-buildflags future=+lfs.
  dpkg-dev (>= 1.19.0),
- debhelper (>= 10),
+ debhelper (>= 11),
 
 Package: unace
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
 Description: extract, test and view .ace archives
  The unace utility is used for extracting, testing and viewing
  the contents of archives created with the ACE archiver.
diff -pruN 1.2b-16/debian/dirs 1.2b-17/debian/dirs
--- 1.2b-16/debian/dirs	2009-03-22 22:24:37.000000000 +0000
+++ 1.2b-17/debian/dirs	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/bin
diff -pruN 1.2b-16/debian/docs 1.2b-17/debian/docs
--- 1.2b-16/debian/docs	2009-03-22 22:24:37.000000000 +0000
+++ 1.2b-17/debian/docs	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-readme
diff -pruN 1.2b-16/debian/install 1.2b-17/debian/install
--- 1.2b-16/debian/install	2009-03-22 22:24:37.000000000 +0000
+++ 1.2b-17/debian/install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-unace usr/bin
diff -pruN 1.2b-16/debian/manpages 1.2b-17/debian/manpages
--- 1.2b-16/debian/manpages	2009-03-22 22:24:37.000000000 +0000
+++ 1.2b-17/debian/manpages	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-debian/unace.1
diff -pruN 1.2b-16/debian/unace.1 1.2b-17/debian/unace.1
--- 1.2b-16/debian/unace.1	2015-05-13 01:51:17.000000000 +0000
+++ 1.2b-17/debian/unace.1	2018-10-07 16:48:55.000000000 +0000
@@ -1,6 +1,6 @@
 .\" unace manual page - unace(1)
 .\"
-.\" Copyright © 2004, 2006, 2015 Guillem Jover <guillem@debian.org>
+.\" Copyright © 2004, 2006, 2015, 2018 Guillem Jover <guillem@debian.org>
 .\"
 .\" This is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by
@@ -15,14 +15,14 @@
 .\" You should have received a copy of the GNU General Public License
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
-.TH unace 1 2015-05-13 "1.2b" "unace manual"
+.TH unace 1 2018-10-07 "1.2b" "unace manual"
 .SH NAME
 unace \- extract, test and view ACE archives
 .SH SYNOPSIS
 .B unace
-.RI < command >
-.RI [ switches ]
-.RI < archive [ .ace ]>
+.I command
+.RI [ switch \&...\&]
+.IR archive [ .ace ]
 .SH DESCRIPTION
 The \fBunace\fP utility is used for extracting, testing and viewing
 the contents of archives created with the ACE archiver.
diff -pruN 1.2b-16/debian/unace.dirs 1.2b-17/debian/unace.dirs
--- 1.2b-16/debian/unace.dirs	1970-01-01 00:00:00.000000000 +0000
+++ 1.2b-17/debian/unace.dirs	2009-03-22 22:24:37.000000000 +0000
@@ -0,0 +1 @@
+usr/bin
diff -pruN 1.2b-16/debian/unace.docs 1.2b-17/debian/unace.docs
--- 1.2b-16/debian/unace.docs	1970-01-01 00:00:00.000000000 +0000
+++ 1.2b-17/debian/unace.docs	2009-03-22 22:24:37.000000000 +0000
@@ -0,0 +1 @@
+readme
diff -pruN 1.2b-16/debian/unace.install 1.2b-17/debian/unace.install
--- 1.2b-16/debian/unace.install	1970-01-01 00:00:00.000000000 +0000
+++ 1.2b-17/debian/unace.install	2009-03-22 22:24:37.000000000 +0000
@@ -0,0 +1 @@
+unace usr/bin
diff -pruN 1.2b-16/debian/unace.manpages 1.2b-17/debian/unace.manpages
--- 1.2b-16/debian/unace.manpages	1970-01-01 00:00:00.000000000 +0000
+++ 1.2b-17/debian/unace.manpages	2009-03-22 22:24:37.000000000 +0000
@@ -0,0 +1 @@
+debian/unace.1
