------------------------------------------------------------
revno: 2101
committer: Rene Engelhard <[email protected]>
branch nick: debian
timestamp: Thu 2010-09-16 22:56:26 +0200
message:
  actually add validate_extensions() to the maintscript(s)
modified:
  rules
=== modified file 'rules'
--- a/rules     2010-09-16 20:43:33 +0000
+++ b/rules     2010-09-16 20:56:26 +0000
@@ -2357,7 +2357,7 @@
              echo "" >> $$MAINTSCRIPT; \
              if grep -q conffile $$MAINTSCRIPT.in; then \
                 cat debian/shell-lib-conffiles.sh >> $$MAINTSCRIPT; \
-             elif egrep -q "(add|remove)_extension" $$MAINTSCRIPT.in; then \
+             elif egrep -q "(add|remove|validate)_extension" $$MAINTSCRIPT.in; 
then \
                 cat debian/shell-lib-extensions.sh >> $$MAINTSCRIPT; \
              elif grep -q services_rdb $$MAINTSCRIPT.in; then \
                 cat debian/shell-lib-components.sh >> $$MAINTSCRIPT; \

Reply via email to