diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-01-19 15:19:32 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-01-19 15:19:32 +0100 | 
| commit | 49c7cea2b762d765c92aa679fc5fefea34c8f756 (patch) | |
| tree | 8c23e4bfbc0cf2648422fdbea51bfc92b30e4b85 | |
| parent | 707c78aefac5133c3f8bfb831f4c94d56b5b5488 (diff) | |
enable build of the pnm backend
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rwxr-xr-x | debian/rules | 3 | 
2 files changed, 5 insertions, 2 deletions
| diff --git a/debian/changelog b/debian/changelog index 37a0a97..414344a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@  sane-backends (1.0.24-10) UNRELEASED; urgency=medium -  * New debian/libsane.TROUBLESHOOTING.debian: +  * New debian/TROUBLESHOOTING.debian:      - Add part for "usbfs: interface 1 claimed by usblp while ‘scanimage’ sets        config #1 (Closes: #726588).    * Add link to TROUBLESHOOTING.debian into debian/README.debian. @@ -16,6 +16,8 @@ sane-backends (1.0.24-10) UNRELEASED; urgency=medium        + libsane: libsane-extras (<< 1.0.18.14)        + libsane-dev: libsane-extras-dev (<< 1.0.18.14)        + libsane-dbg: libsane-extras-dbg (<< 1.0.18.14) +  * debian/rules: +    - Enable pnm backend for testing.   -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Sun, 18 Jan 2015 11:46:18 +0100 diff --git a/debian/rules b/debian/rules index 3647468..cda6224 100755 --- a/debian/rules +++ b/debian/rules @@ -48,7 +48,8 @@ override_dh_auto_configure:  		--with-gphoto2 \  		--enable-translations \  		--enable-avahi \ -		--enable-libusb_1_0 +		--enable-libusb_1_0 \ +		--enable-pnm-backend  override_dh_auto_build:  	# generate POT file for translators | 
