diff -ru php4-4.3.10.orig/debian/control php4-4.3.10/debian/control
--- php4-4.3.10.orig/debian/control	2005-07-29 11:34:54.489106028 -0700
+++ php4-4.3.10/debian/control	2005-07-29 11:33:25.000000000 -0700
@@ -322,3 +322,13 @@
  .
  Homepage: http://www.php.net/
 
+Package: php4-mnogosearch
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php4-common (= ${Source-Version})
+Description: mnoGoSearch module for php4
+ This package provides a module for mnoGoSearch for PHP scripts.
+ .
+ PHP4 is an HTML-embedded scripting language. Much of its syntax is borrowed
+ from C, Java and Perl with a couple of unique PHP-specific features thrown
+ in. The goal of the language is to allow web developers to write
+ dynamically generated pages quickly.
diff -ru php4-4.3.10.orig/debian/modulelist php4-4.3.10/debian/modulelist
--- php4-4.3.10.orig/debian/modulelist	2005-07-29 11:34:54.500104227 -0700
+++ php4-4.3.10/debian/modulelist	2005-07-29 11:33:30.000000000 -0700
@@ -11,3 +11,4 @@
 snmp SNMP
 xslt XSLT
 sybase Sybase sybase_ct
+mnogosearch mnoGoSearch
diff -ru php4-4.3.10.orig/debian/rules php4-4.3.10/debian/rules
--- php4-4.3.10.orig/debian/rules	2005-07-29 11:34:54.495105046 -0700
+++ php4-4.3.10/debian/rules	2005-07-29 11:33:50.000000000 -0700
@@ -178,6 +178,7 @@
 		--with-mcal=shared,/usr \
 		--with-mhash=shared,/usr \
 		--with-mysql=shared,/usr \
+		--with-mnogosearch=shared,/usr \
 		--with-unixODBC=shared,/usr \
 		--with-recode=shared,/usr \
 		--enable-xslt=shared --with-xslt-sablot=shared,/usr \

