------------------------------------------------------------ revno: 930 committer: Rene Engelhard <[EMAIL PROTECTED]> branch nick: debian timestamp: Wed 2007-10-24 11:29:57 +0200 message: still add nfs-common Recommends for etch backports modified: rules
=== modified file 'rules' --- a/rules 2007-10-24 05:47:46 +0000 +++ b/rules 2007-10-24 09:29:57 +0000 @@ -1107,6 +1107,10 @@ perl -pi -e 's/openoffice.org-help-he$$/openoffice.org-help-he, openoffice.org-ctl-he/' debian/control endif +ifeq "$(ETCH_BACKPORT)" "y" + perl -pi -e 's/Package: openoffice.org$(VER)-core/Package: openoffice.org$(VER)-core\nRecommends: nfs-common/' debian/control +endif + python debian/scripts/joinctrl.py < debian/control > debian/control.tmp mv debian/control.tmp debian/control