Rev 84 | Rev 94 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 84 | Rev 93 | ||
|---|---|---|---|
| Line 124... | Line 124... | ||
| 124 | 124 | ||
| 125 | MODULE_PACKAGES=$(shell dh_listpackages -a -N $(PIKE)-core -N $(PIKE)-dev)  | 
            125 | MODULE_PACKAGES=$(shell dh_listpackages -a -N $(PIKE)-core -N $(PIKE)-dev)  | 
          
| 126 | #{ADT,Array,Audio,Cache,Calendar,Calendar_I,COM,Colors,CommonLog,Crypto,Debug,Filesystem,Error,Float,Function,Geography,Getopt,Gettext,Gmp,Graphics,Gz,HTTPAccept,Int,Kerberos,Languages,Local,Locale,Mapping,Math,MIME,Mird,Multiset,Nettle,Parser,Pike,Pipe,Process,Program,Protocols,Regexp,Remote,SSL,Shuffler,Standards,Stdio,String,System,Thread,Tools,Unicode,Web,Yabu,Yp,_ADT,_Charset,_Roxen,___Gz,___MIME,___Math,___Mird,___Regexp,___Yp,____Charset,__builtin*,spider}.
 | 
            126 | #{ADT,Array,Audio,Cache,Calendar,Calendar_I,COM,Colors,CommonLog,Crypto,Debug,Filesystem,Error,Float,Function,Geography,Getopt,Gettext,Gmp,Graphics,Gz,HTTPAccept,Int,Kerberos,Languages,Local,Locale,Mapping,Math,MIME,Mird,Multiset,Nettle,Parser,Pike,Pipe,Process,Program,Protocols,Regexp,Remote,SSL,Shuffler,Standards,Stdio,String,System,Thread,Tools,Unicode,Web,Yabu,Yp,_ADT,_Charset,_Roxen,___Gz,___MIME,___Math,___Mird,___Regexp,___Yp,____Charset,__builtin*,spider}.
 | 
          
| 127 | #usr/lib/pike/*/modules/Sql.pmod/{module,Sql,rsql,sql_*}.*
 | 
            127 | #usr/lib/pike/*/modules/Sql.pmod/{module,Sql,rsql,sql_*}.*
 | 
          
| 128 | 128 | ||
| 129 | excluded_modules:=Ssleay Mird Msql msql PDF Ffmpeg Oracle oracle sybase DVB Java TTF  | 
            129 | excluded_modules:=Ssleay Mird Msql msql PDF Ffmpeg Oracle oracle sybase DVB Java TTF PV.pike  | 
          
| 130 | # This is tricky. Note that it's only possible for an exclusion to match the last  | 
            130 | # This is tricky. Note that it's only possible for an exclusion to match the last  | 
          
| 131 | # component specified in an .install file or on the command line, and below.  | 
            131 | # component specified in an .install file or on the command line, and below.  | 
          
| 132 | DH_EXCLUDE:=$(addprefix -X,$(excluded_modules))  | 
            132 | DH_EXCLUDE:=$(addprefix -X,$(excluded_modules))  | 
          
| 133 | DH_ALREADY=`for p in $(MODULE_PACKAGES); do \  | 
            133 | DH_ALREADY=`for p in $(MODULE_PACKAGES); do \  | 
          
| 134 | find debian/$$p/usr/lib/pike?.?/* -type f -printf "-X%P "; done`  | 
            134 | find debian/$$p/usr/lib/pike?.?/* -type f -printf "-X%P "; done`  |