diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ac847bb..f62847f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +foomatic-filters (4.0.5-0ubuntu4) natty; urgency=low + + * debian/rules: Perl scripts from this package don't use any perl modules, + so call dh_perl with "-d" to avoid the unnecessary perl dependency. + + -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 09 Nov 2010 15:22:48 +0100 + foomatic-filters (4.0.5-0ubuntu3) maverick; urgency=low [ Till Kamppeter ] diff --git a/debian/rules b/debian/rules index 5a2eaf6..32460e1 100755 --- a/debian/rules +++ b/debian/rules @@ -34,3 +34,6 @@ else sed -i -e "s/#MOTHER_DISTRO#/Debian/g" debian/foomatic-filters.postinst sed -i -e "s/#FF_PS_DEFAULT_CHANGE_VERSION#/4.0.5-1/g" debian/foomatic-filters.postinst endif + +override_dh_perl: + dh_perl -d |