Changeset 6479


Ignore:
Timestamp:
03/27/10 19:03:24 (3 years ago)
Author:
alanbach-guest
Message:
  • Sync'd with Debian 1:2.18.5-2
Location:
pkg/frankie/main/gtk2-engines/trunk/debian
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • pkg/frankie/main/gtk2-engines/trunk/debian/changelog

    r6204 r6479  
    1 gtk2-engines (1:2.18.5-parsix1) unstable; urgency=low 
    2  
    3   * New upstream bugfix release 
    4  
    5  -- Alan Baghumian <alan@technotux.org>  Sat, 02 Jan 2010 18:43:25 -0800 
    6  
    7 gtk2-engines (1:2.18.4-parsix1) unstable; urgency=low 
    8  
    9   * Synd'd with Debian 1:2.18.4-1  
    10  
    11  -- Alan Baghumian <alan@technotux.org>  Thu, 26 Nov 2009 16:18:59 -0800 
     1gtk2-engines (1:2.18.5-parsix2) unstable; urgency=low 
     2 
     3  * Sync'd with Debian 1:2.18.5-2 
     4 
     5 -- Alan Baghumian <alan@technotux.org>  Sat, 27 Mar 2010 11:02:45 -0700 
     6 
     7gtk2-engines (1:2.18.5-2) unstable; urgency=low 
     8 
     9  [ Cyril Brulebois ] 
     10  * Switch udeb from DirectFB to Xlib to prepare the move to an X11-based 
     11    graphical installer. Closes: #573884. 
     12     - Get rid of libgtk-directfb-2.0-dev in Build-Depends. 
     13     - Bump the Build-Depends on libgtk2.0-dev to ensure the new udeb gets 
     14       a dependency on libgtk-x11-udeb. 
     15     - Tweak comments and paths in debian/rules. 
     16 
     17  [ Emilio Pozuelo Monfort ] 
     18  * debian/rules: 
     19    - Remove hack that was needed to build the udeb against the DirectFB 
     20      GTK+ library, since the default one was the X11. We build against 
     21      the X11 one now. 
     22    - Pass --no-act to dh_makeshlibs, and not -n, to avoid getting unwanted 
     23      shlibs files. 
     24 
     25 -- Emilio Pozuelo Monfort <pochu@debian.org>  Thu, 18 Mar 2010 18:01:14 +0100 
     26 
     27gtk2-engines (1:2.18.5-1) unstable; urgency=low 
     28 
     29  * New upstream bugfix release. 
     30 
     31 -- Sebastian Dröge <slomo@debian.org>  Mon, 04 Jan 2010 11:00:56 +0100 
    1232 
    1333gtk2-engines (1:2.18.4-1) unstable; urgency=low 
  • pkg/frankie/main/gtk2-engines/trunk/debian/control

    r5960 r6479  
     1# This file is autogenerated. DO NOT EDIT! 
     2#  
     3# Modifications should be made to debian/control.in instead. 
     4# This file is regenerated automatically in the clean target. 
     5 
    16Source: gtk2-engines 
    27Section: gnome 
    38Priority: optional 
    49Maintainer: Ed Boraas <ed@debian.org> 
    5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org> 
     10Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org> 
    611Standards-Version: 3.8.3 
    712Build-Depends: debhelper (>= 5), 
    8                libgtk2.0-dev (>= 2.12.0), 
    9                libgtk-directfb-2.0-dev (>= 2.12.11-4), 
     13               libgtk2.0-dev (>= 2.18.9-1), 
    1014               gnome-pkg-tools (>= 0.10), 
    1115               cdbs (>= 0.4.41), 
     
    7680 . 
    7781 This package only holds the minimal set of files for Debian installer 
    78  to use GTK+ 2.x theme engines under DirectFB. 
     82 to use GTK+ 2.x theme engines under X11. 
  • pkg/frankie/main/gtk2-engines/trunk/debian/control.in

    r5960 r6479  
    66Standards-Version: 3.8.3 
    77Build-Depends: debhelper (>= 5), 
    8                libgtk2.0-dev (>= 2.12.0), 
    9                libgtk-directfb-2.0-dev (>= 2.12.11-4), 
     8               libgtk2.0-dev (>= 2.18.9-1), 
    109               gnome-pkg-tools (>= 0.10), 
    1110               cdbs (>= 0.4.41), 
     
    7675 . 
    7776 This package only holds the minimal set of files for Debian installer 
    78  to use GTK+ 2.x theme engines under DirectFB. 
     77 to use GTK+ 2.x theme engines under X11. 
  • pkg/frankie/main/gtk2-engines/trunk/debian/rules

    r5310 r6479  
    33buildbasedir := $(CURDIR)/debian/build 
    44DEB_BUILDDIR := $(buildbasedir)/x11 
    5 DEB_BUILDDIR_gtk2-engines-udeb := $(buildbasedir)/directfb 
     5DEB_BUILDDIR_gtk2-engines-udeb := $(buildbasedir)/x11-udeb 
    66 
    77include /usr/share/cdbs/1/rules/debhelper.mk 
     
    1515 
    1616DEB_DESTDIR := $(CURDIR)/debian/tmp/x11 
    17 DEB_DESTDIR_gtk2-engines-udeb := $(CURDIR)/debian/tmp/directfb 
     17DEB_DESTDIR_gtk2-engines-udeb := $(CURDIR)/debian/tmp/x11-udeb 
    1818 
    1919DEB_DH_INSTALL_ARGS = --sourcedir=$(if $(findstring gtk2-engines-udeb,$(cdbs_curpkg)),$(DEB_DESTDIR_gtk2-engines-udeb),$(DEB_DESTDIR)) 
    2020 
    2121# don't run dh_makeshlibs (we don't need shlibs for Gtk modules) 
    22 DEB_DH_MAKESHLIBS_ARGS_ALL += -n 
     22DEB_DH_MAKESHLIBS_ARGS_ALL += --no-act 
    2323 
    2424LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,-Bsymbolic -Wl,--as-needed 
     
    2929configure/gtk2-engines-udeb:: $(DEB_BUILDDIR_gtk2-engines-udeb)/config.status 
    3030$(DEB_BUILDDIR_gtk2-engines-udeb)/config.status: 
    31         # paint me ugly: Gtk 2.8 mixes the pkg-config files from both builds 
    32         # (x11/shared and directfb), so the gtk+2.0.pc from the directfb can't 
    33         # be used; we cheat and create a fake one higher in the PKG_CONFIG_PATH 
    34         # which is a symlink to the gtk+-directfb-2.0.pc 
    35         mkdir -p $(DEB_BUILDDIR_gtk2-engines-udeb)/pkg-config 
    36         cd $(DEB_BUILDDIR_gtk2-engines-udeb)/pkg-config && \ 
    37                 ln -s /usr/lib/pkgconfig/gtk+-directfb-2.0.pc gtk+-2.0.pc 
    3831        cd $(DEB_BUILDDIR_gtk2-engines-udeb) && \ 
    39                 PKG_CONFIG_PATH=pkg-config \ 
    4032                $(DEB_CONFIGURE_SCRIPT_ENV) \ 
    4133                        $(DEB_CONFIGURE_SCRIPT) \ 
Note: See TracChangeset for help on using the changeset viewer.