Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 293 → Rev 294

/trunk/debian/changelog
11,8 → 11,10
later.
* Switch VCS URLs after Alioth decommissioned.
* Add lib-dev as build dependency so that Image.WebP can actually work.
* Exclude modules FSEvents (only works on MacOS X), COM (only works on
Windows), and VCDiff (requires the open-vcdiff library).
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 24 Jun 2018 00:00:38 +0200
-- Magnus Holmgren <holmgren@debian.org> Sun, 24 Jun 2018 00:37:59 +0200
 
pike8.0 (8.0.498-1) unstable; urgency=low
 
/trunk/debian/rules
111,6 → 111,8
--with-postgres-include-dir=`pg_config --includedir` \
--with-libpq-dir=/usr/lib \
--with-sass \
--with-sqlite \
--without-com \
--without-ffmpeg \
--without-fftw \
--without-libpdf \
120,8 → 122,9
--without-bundles \
--without-oracle \
--without-dvb \
--with-sqlite \
--disable-rpath \
--without-vcdiff \
--without-zxid \
--disable-smartlink_binary \
$(MACHINE_OPTS) $(EXTRA_ARGS)
 
132,7 → 135,7
#{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}.
#usr/lib/pike/*/modules/Sql.pmod/{module,Sql,rsql,sql_*}.*
 
excluded_modules:=Ssleay Mird Msql msql PDF Ffmpeg Oracle oracle sybase DVB Java TTF Gnome GTK GDK GTKSupport ZXID
excluded_modules:=FSEvents Ssleay Mird Msql msql PDF Ffmpeg Oracle oracle sybase DVB Java TTF Gnome GTK GDK GTKSupport ZXID COM.so VCDiff
# This is tricky. Note that it's only possible for an exclusion to match the last
# component specified in an .install file or on the command line, and below.
DH_EXCLUDE:=$(addprefix -X,$(excluded_modules) README NEWS LICENSE CONTRIBUTING Makefile)