Changeset 6479
- Timestamp:
- 03/27/10 19:03:24 (3 years ago)
- 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 1 gtk2-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 7 gtk2-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 27 gtk2-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 12 32 13 33 gtk2-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 1 6 Source: gtk2-engines 2 7 Section: gnome 3 8 Priority: optional 4 9 Maintainer: 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>10 Uploaders: 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> 6 11 Standards-Version: 3.8.3 7 12 Build-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), 10 14 gnome-pkg-tools (>= 0.10), 11 15 cdbs (>= 0.4.41), … … 76 80 . 77 81 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 6 6 Standards-Version: 3.8.3 7 7 Build-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), 10 9 gnome-pkg-tools (>= 0.10), 11 10 cdbs (>= 0.4.41), … … 76 75 . 77 76 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 3 3 buildbasedir := $(CURDIR)/debian/build 4 4 DEB_BUILDDIR := $(buildbasedir)/x11 5 DEB_BUILDDIR_gtk2-engines-udeb := $(buildbasedir)/ directfb5 DEB_BUILDDIR_gtk2-engines-udeb := $(buildbasedir)/x11-udeb 6 6 7 7 include /usr/share/cdbs/1/rules/debhelper.mk … … 15 15 16 16 DEB_DESTDIR := $(CURDIR)/debian/tmp/x11 17 DEB_DESTDIR_gtk2-engines-udeb := $(CURDIR)/debian/tmp/ directfb17 DEB_DESTDIR_gtk2-engines-udeb := $(CURDIR)/debian/tmp/x11-udeb 18 18 19 19 DEB_DH_INSTALL_ARGS = --sourcedir=$(if $(findstring gtk2-engines-udeb,$(cdbs_curpkg)),$(DEB_DESTDIR_gtk2-engines-udeb),$(DEB_DESTDIR)) 20 20 21 21 # don't run dh_makeshlibs (we don't need shlibs for Gtk modules) 22 DEB_DH_MAKESHLIBS_ARGS_ALL += - n22 DEB_DH_MAKESHLIBS_ARGS_ALL += --no-act 23 23 24 24 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,-Bsymbolic -Wl,--as-needed … … 29 29 configure/gtk2-engines-udeb:: $(DEB_BUILDDIR_gtk2-engines-udeb)/config.status 30 30 $(DEB_BUILDDIR_gtk2-engines-udeb)/config.status: 31 # paint me ugly: Gtk 2.8 mixes the pkg-config files from both builds32 # (x11/shared and directfb), so the gtk+2.0.pc from the directfb can't33 # be used; we cheat and create a fake one higher in the PKG_CONFIG_PATH34 # which is a symlink to the gtk+-directfb-2.0.pc35 mkdir -p $(DEB_BUILDDIR_gtk2-engines-udeb)/pkg-config36 cd $(DEB_BUILDDIR_gtk2-engines-udeb)/pkg-config && \37 ln -s /usr/lib/pkgconfig/gtk+-directfb-2.0.pc gtk+-2.0.pc38 31 cd $(DEB_BUILDDIR_gtk2-engines-udeb) && \ 39 PKG_CONFIG_PATH=pkg-config \40 32 $(DEB_CONFIGURE_SCRIPT_ENV) \ 41 33 $(DEB_CONFIGURE_SCRIPT) \
Note: See TracChangeset
for help on using the changeset viewer.


