summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/compat2
-rw-r--r--debian/control10
2 files changed, 8 insertions, 4 deletions
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 3066155..cecf7aa 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,11 @@ Section: text
Priority: optional
Maintainer: Debian Printing Team <debian-printing@lists.debian.org>
Uploaders: Didier Raboud <odyx@debian.org>
-Build-Depends: debhelper (>= 9.0.0), autotools-dev, libcups2-dev, cups-daemon, cups-filters
+Build-Depends: autotools-dev,
+ cups-daemon,
+ cups-filters,
+ debhelper (>= 10.2.5~),
+ libcups2-dev
Standards-Version: 4.0.0
Homepage: http://cups-bjnp.sourceforge.net/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=printing/cups-bjnp.git
@@ -11,10 +15,10 @@ Vcs-Git: https://alioth.debian.org/anonscm/git/printing/cups-bjnp.git
Package: cups-backend-bjnp
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: printer-driver-gutenprint
Description: printer backend for Canon BJNP protocol
This package provides a back-end for CUPS printing system to interface
with Canon printers using the proprietary USB over IP BJNP protocol. This
back-end allows Cups to print over the network to a Canon printer and was
- designed by reverse engineering the protocol.
+ designed by reverse engineering the protocol.