[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/openofficeorg/3.3.0/experimental r2101: actually add validate_extensions() to the maintscript(s)



------------------------------------------------------------
revno: 2101
committer: Rene Engelhard <rene@debian.org>
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 to: