diff options
author | Marc Haber <zugschlus@debian.org> | 2007-01-05 15:41:23 +0000 |
---|---|---|
committer | Marc Haber <zugschlus@debian.org> | 2007-01-05 15:41:23 +0000 |
commit | c4cf501131bcaa2465cb0bb46de8a3c4036997a1 (patch) | |
tree | 08fd0e6dcc1984b97c5af2c1b00b23675c1354bb | |
parent | c7ce872bd4f73202b75ad20b24a58c327772da1d (diff) | |
download | exim4-c4cf501131bcaa2465cb0bb46de8a3c4036997a1.tar.gz |
fix comments in debian/rules
svn path=/exim/branches/experimental/; revision=1879
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules index 660db94..7763a8c 100755 --- a/debian/rules +++ b/debian/rules @@ -45,11 +45,8 @@ endif # If you want to create multiple custom packages with different names, use # the script debian/create-custom-package [suffix]. # -# Afterwards EITHER disable the definition of extradaemonpackages 4 lines above -# by adding a hash-mark (#) at the start of the line and enable the one -# below instead by removing the hash-mark OR simply call -# "fakeroot debian/rules buildbasepackages=no extradaemonpackages=exim4-daemon-custom binary" -#extradaemonpackages=exim4-daemon-custom +# Afterwards EITHER change the definition of extradaemonpackages above OR +# simply set extradaemonpackages to the desired value via the environment. # If you want your changes to survive a debian/rules clean, call # "fakeroot debian/rules pack-configs" after customizing EDITME.exim4-custom |