/trunk/debian/control |
---|
177,8 → 177,8 |
Package: pike7.8-gtk |
Architecture: any |
Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) |
Description: GTK module for Pike |
This Pike module provides access to the GTK+ library. |
Description: GTK+ 2.0 module for Pike |
This Pike module provides access to the GTK+ 2.0 library. |
. |
Pike is an interpreted programming language, for more information |
see the description of the pike7.8-core package. |
/trunk/debian/changelog |
---|
11,8 → 11,11 |
* debian/rules, unbreak_cross_compilation.dpatch: Use the right gcc |
and pass --host=$(DEB_HOST_GNU_TYPE) to configure as necessary. |
Fix various bugs preventing cross compilation. Thanks to Marc Dirix. |
* Exclude modules GDK, Gnome, and GTKSupport, which also are for |
GTK+/Gnome 1.2, and update the package description of pike7.8-gtk to |
reflect the fact that it provides GTK+ 2.0 bindings. |
-- Magnus Holmgren <holmgren@debian.org> Sun, 06 Jun 2010 20:00:18 +0200 |
-- Magnus Holmgren <holmgren@debian.org> Mon, 26 Jul 2010 21:44:11 +0200 |
pike7.8 (7.8.352-dfsg-1) experimental; urgency=low |
/trunk/debian/rules |
---|
134,7 → 134,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 PV.pike |
excluded_modules:=Ssleay Mird Msql msql PDF Ffmpeg Oracle oracle sybase DVB Java TTF PV.pike Gnome GDK GTKSupport |
# 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)) |
/trunk/debian/pike7.8-gtk.install |
---|
1,8 → 1,2 |
usr/lib/pike?.?/modules/GDK* |
usr/lib/pike?.?/modules/Gnome* |
usr/lib/pike?.?/modules/GTKSupport.pmod |
usr/lib/pike?.?/modules/*GTK* |
#usr/share/pike?.?/modules/GDK* |
#usr/share/pike?.?/modules/Gnome* |
#usr/share/pike?.?/modules/GTKSupport.pmod |
#usr/share/pike?.?/modules/*GTK* |
usr/lib/pike?.?/modules/*GTK2* |
#usr/share/pike?.?/modules/*GTK2* |