diffstat of debian/ for foomatic-db-engine_4.0.8-2 foomatic-db-engine_4.0.8-2ubuntu1 changelog | 9 +++++++++ foomatic-db-engine.ppd-updater | 2 -- rules | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff -Nru foomatic-db-engine-4.0.8/debian/changelog foomatic-db-engine-4.0.8/debian/changelog --- foomatic-db-engine-4.0.8/debian/changelog 2011-08-18 12:23:41.000000000 +0000 +++ foomatic-db-engine-4.0.8/debian/changelog 2011-08-18 21:39:00.000000000 +0000 @@ -1,3 +1,12 @@ +foomatic-db-engine (4.0.8-2ubuntu1) oneiric; urgency=low + + * debian/rules: Install the PPD updater without executable bits (644), it + is not run by itself, but sourced into another script. + * debian/foomatic-db-engine.ppd-updater: Removed unneeded lines. The PPD + updaters are only include files for shellscripts, not scripts by themselves. + + -- Till Kamppeter Thu, 18 Aug 2011 11:38:40 +0200 + foomatic-db-engine (4.0.8-2) unstable; urgency=low * Replace the PPD-updater postinst code by CUPS' trigger. diff -Nru foomatic-db-engine-4.0.8/debian/foomatic-db-engine.ppd-updater foomatic-db-engine-4.0.8/debian/foomatic-db-engine.ppd-updater --- foomatic-db-engine-4.0.8/debian/foomatic-db-engine.ppd-updater 2011-08-18 12:23:41.000000000 +0000 +++ foomatic-db-engine-4.0.8/debian/foomatic-db-engine.ppd-updater 2011-08-18 21:31:59.000000000 +0000 @@ -1,4 +1,2 @@ -#!/bin/sh -set -e DRIVER_REGEXP='^foomatic:' GENNICKNAME_REGEXP='' diff -Nru foomatic-db-engine-4.0.8/debian/rules foomatic-db-engine-4.0.8/debian/rules --- foomatic-db-engine-4.0.8/debian/rules 2011-08-18 12:23:41.000000000 +0000 +++ foomatic-db-engine-4.0.8/debian/rules 2011-08-18 21:32:30.000000000 +0000 @@ -17,7 +17,7 @@ override_dh_install: dh_install - install -D -m 755 debian/foomatic-db-engine.ppd-updater $(CURDIR)/debian/foomatic-db-engine/usr/share/cups/ppd-updaters/foomatic-db-engine + install -D -m 644 debian/foomatic-db-engine.ppd-updater $(CURDIR)/debian/foomatic-db-engine/usr/share/cups/ppd-updaters/foomatic-db-engine # Install the apport hook on Ubuntu and derivatives ifeq ($(derives_from_ubuntu),yes)