Commit Graph

696 Commits

Author SHA1 Message Date
dd1b22b5de * Do everything written in the changelog ;) 2010-03-23 15:11:42 +00:00
5ef98c26d3 * New upstream stable release:
+ debian/patches/070_mandatory-relibtoolize.patch:
    - Regenerated for the new version.
  + debian/rules,
    debian/libgtk2.0-0.symbols:
    - Update SHVER to 2.20.0 for the new API to force dependencies
      on the stable version.
2010-03-23 14:56:49 +00:00
242b64686b * debian/patches/006_gtkentry_avoid_spurious_notifications.patch:
- Backport patch from upstream git, don't set the buffer to null
    to avoid extra notifications. Closes: #574896.
2010-03-22 16:05:28 +00:00
624d340648 * debian/rules:
- Move --with-xinput=yes and --with-libjasper to configure_flags
    since they are common to all of our flavours.
2010-03-18 18:22:59 +00:00
784dafe7dd * debian/rules,
debian/control.in,
  debian/libgtk-directfb-2.0-0.*,
  debian/libgtk-directfb-2.0-dev.*,
  debian/patches/090_directfb-map-virtual-modifiers.patch,
  debian/patches/series:
  - Drop the DirectFB enabled GTK+ packages. They were needed for the
    graphical installer but it's now switching to X11 so we don't need
    them anymore.
2010-03-18 18:14:13 +00:00
b89631217c upload to unstable 2010-03-18 15:55:10 +00:00
d2b576b3ad * debian/rules,
debian/libgtk2.0-0-udeb.install.in,
  debian/libgtk-x11-udeb.install.in:
* debian/rules,
  debian/control.in,
  debian/libgtk-directfb-2.0-0.*,
  debian/libgtk-directfb-2.0-dev.*,
  - Drop the DirectFB enabled GTK+ packages. It was needed for the
    graphical installer but it's now switching to X11 so we don't need
    it anymore.
2010-03-18 14:59:21 +00:00
8aaef3edaa also rename the .install file 2010-03-18 12:04:25 +00:00
0208bc4914 * debian/control.in:
- Build depend on xsltproc, needed to generate the mime cache.
* debian/rules:
  - Rename the udeb to libgtk2.0-0-udeb.
2010-03-18 10:35:54 +00:00
7887cdbfdf * Switch udeb from DirectFB to Xlib to prepare the move to an X11-based
graphical installer:
   - Replace libgtk-directfb-2.0-0-udeb with libgtk-x11-udeb in control
     file.
   - Update description accordingly.
   - Update .install.in accordingly, using the “shared_udeb” flavour,
     based on the “shared” one, but with a few X11 extensions disabled.
   - Update package name and file paths accordingly in rules file.
* Version/Bump some B-D to make sure the udeb gets proper dependencies
  on the recently reworked/added udebs:
   - libx11-dev
   - libxcursor-dev
   - libxext-dev
   - libxi-dev
   - libxinerama-dev
   - libxrender-dev
* Add one patch to make it possible to disable X11 extensions, and
  refresh the other one accordingly:
   - 005_support_disabling_x11_extensions.patch
   - 070_mandatory-relibtoolize.patch [STRIPPED FROM THIS DIFF]
* Ship a minimal MIME database in the udeb, since the loaders mechanism
  isn’t sufficient to get proper PNG support:
   - Add shared-mime-info to Build-Depends to ensure that the
     update-mime-database tool is available at build-time, as well as
     the source freedesktop.org.xml file.
   - Add debian/keep-png-only.xsl to only keep the mime-type matching
     type="image/png". Matching with namespaces is tricky, see the
     comments in the XSL file for the details.
   - Build a MIME cache, and only ship the resulting mime.cache file
     under /usr/share/mime in the udeb.
   - While this is dirty, that should do the trick until it is needed
     for shared-mime-info to ship its own udeb.
2010-03-18 10:33:55 +00:00
e81232b795 * New upstream bugfix release.
+ debian/patches/070_mandatory-relibtoolize.patch:
    - Updated for the new version.
2010-03-17 23:02:51 +00:00
71ab39b77c * debian/control.in:
- Build depend on xsltproc, needed to generate the mime cache.
    It was brought indirectly by gtk-doc-tools, but that's on
    Build-Depends-Indep which isn't enough.
2010-03-16 14:30:56 +00:00
d19b7ca209 prepare for release 2010-03-16 00:03:11 +00:00
8144867e2f add patch header 2010-03-15 09:42:46 +00:00
d036a00014 Closes: #573872. 2010-03-14 23:26:04 +00:00
d0805fb5eb * Rename the udeb to libgtk2.0-0-udeb.
* Standards-Version is 3.8.4, no changes needed.
2010-03-14 21:39:29 +00:00
3448e3806a * Switch udeb from DirectFB to Xlib to prepare the move to an X11-based
graphical installer:
   - Replace libgtk-directfb-2.0-0-udeb with libgtk-x11-udeb in control
     file.
   - Update description accordingly.
   - Update .install.in accordingly, using the “shared_udeb” flavour,
     based on the “shared” one, but with a few X11 extensions disabled.
   - Update package name and file paths accordingly in rules file.
* Version/Bump some B-D to make sure the udeb gets proper dependencies
  on the recently reworked/added udebs:
   - libx11-dev
   - libxcursor-dev
   - libxext-dev
   - libxi-dev
   - libxinerama-dev
   - libxrender-dev
* Add one patch to make it possible to disable X11 extensions, and
  refresh the other one accordingly:
   - 005_support_disabling_x11_extensions.patch
   - 070_mandatory-relibtoolize.patch
* Ship a minimal MIME database in the udeb, since the loaders mechanism
  isn’t sufficient to get proper PNG support:
   - Add shared-mime-info to Build-Depends to ensure that the
     update-mime-database tool is available at build-time, as well as
     the source freedesktop.org.xml file.
   - Add debian/keep-png-only.xsl to only keep the mime-type matching
     type="image/png". Matching with namespaces is tricky, see the
     comments in the XSL file for the details.
   - Build a MIME cache, and only ship the resulting mime.cache file
     under /usr/share/mime in the udeb.
   - While this is dirty, that should do the trick until it is needed
     for shared-mime-info to ship its own udeb.
2010-03-14 20:30:38 +00:00
47caba3c89 * New upstream development release:
+ debian/patches/070_mandatory-relibtoolize.patch:
    - Regenerated for the new version.
2010-03-12 15:12:49 +00:00
7dc9fa6306 + debian/rules,
debian/libgtk-directfb-2.0-0.symbols,
    debian/libgtk2.0-0.symbols:
    - Update SHVER to 2.19.6 for the new API and add new symbols.
2010-02-24 14:17:48 +00:00
722626f408 * fix patch 2010-02-24 13:54:00 +00:00
bcc2fddd42 * debian/patches/090_directfb-map-virtual-modifiers.patch:
+ Update to add just another stub to fix the build.
2010-02-24 13:48:55 +00:00
0347ffe2ea * New upstream development release:
+ debian/patches/070_mandatory-relibtoolize.patch:
    - Regenerated for the new version.
2010-02-24 09:14:30 +00:00
1a0aa2d9b8 New upstream development release. 2010-02-24 09:02:28 +00:00
f59b06721e release to unstable 2010-02-18 17:35:26 +00:00
46f08140b1 * New upstream bugfix release.
+ debian/patches/070_mandatory-relibtoolize.patch:
    - Updated for the new version.
* debian/control.in:
  + Standards-Version is 3.8.4, no changes needed.
2010-02-18 16:57:34 +00:00
4e4f65cfde * fix symbol files 2010-02-10 10:26:27 +00:00
c489876842 * New upstream development release:
+ debian/patches/070_mandatory-relibtoolize.patch:
    - Regenerated for the new version.
  + debian/rules,
    debian/libgtk-directfb-2.0-0.symbols,
    debian/libgtk2.0-0.symbols:
    - Update SHVER to 2.19.5 for the new API and add new symbols.
    - Update SHVER to 2.19.4 for the new API and add new symbols.
2010-02-10 08:47:52 +00:00
418640e113 + debian/rules,
debian/libgtk-directfb-2.0-0.symbols,
    debian/libgtk2.0-0.symbols:
    - Update SHVER to 2.19.3 for the new API and add new symbols.
2010-01-26 08:01:04 +00:00
0e0dc86052 * New upstream development release:
+ debian/patches/070_mandatory-relibtoolize.patch:
    - Regenerated for the new version.
2010-01-26 07:26:07 +00:00
f11e556fc1 * New upstream bugfix release:
+ debian/patches/070_mandatory-relibtoolize.patch:
    - Updated for the new version.
2010-01-15 09:41:27 +00:00
afbcecc219 New upstream bugfix release. 2010-01-15 09:39:15 +00:00
ea842eabc7 * New upstream development release:
+ debian/patches/070_mandatory-relibtoolize.patch:
    - Regenerated for the new version.
  + debian/rules,
    debian/libgtk-directfb-2.0-0.symbols,
    debian/libgtk2.0-0.symbols:
    - Update SHVER to 2.19.3 for the new API and add new symbols.
  + debian/patches/091_size_allocate_crash.patch:
    - Dropped, merged upstream.
2010-01-11 19:51:00 +00:00
915e120efb * debian/patches/091_size_allocate_crash.patch:
+ Patch from upstream GIT to fix a crash on size allocations.
    Thanks to Sebastien Bacher.
2010-01-06 10:42:57 +00:00
9ff6dc1df3 * fix patch 2010-01-04 11:35:32 +00:00
7d06898e1b * debian/patches/090_directfb-map-virtual-modifiers.patch:
+ Fix compilation of the DirectFB backend, patch adapted from
    upstream commit to fix the Quartz backend.
2010-01-04 10:26:39 +00:00
c607cab292 * New upstream development release:
+ debian/patches/070_mandatory-relibtoolize.patch:
    - Regenerated for the new version.
  + debian/rules,
    debian/libgtk-directfb-2.0-0.symbols,
    debian/libgtk2.0-0.symbols:
    - Update SHVER to 2.19.2 for the new API and add new symbols.
2010-01-04 09:44:28 +00:00
a416c8dfc8 * debian/patches/000_gtk+-2.0.6-exportsymbols.patch:
+ Removed, it wasn't being applied and hasn't been relevant for a
    long time.
2009-12-12 23:31:23 +00:00
e118f6e068 * New upstream bugfix release.
+ debian/patches/070_mandatory-relibtoolize.patch:
    - Updated for the new version.
* debian/patches/000_gtk+-2.0.6-exportsymbols.patch:
  + Removed, it wasn't being applied and hasn't been relevant for a
    long time.
2009-12-12 17:43:00 +00:00
75c6d96a81 * New upstream development release:
+ debian/rules:
    - Include check-dist.mk to prevent accidental uploads to unstable.
  + debian/control.in:
    - Update ATK build dependency.
  + debian/rules,
    debian/libgtk-directfb-2.0-0.symbols,
    debian/libgtk2.0-0.symbols:
    - Update SHVER to 2.19.1 for the new API and add new symbols.
  + debian/patches/009_gtk-export-filechooser.patch,
    debian/patches/021_loader-files-d.patch:
    - Updated to apply cleanly again.
  + debian/patches/070_mandatory-relibtoolize.patch:
    - Regenerated for the new version.
2009-12-01 15:27:33 +00:00
0df81bc36f * branch gtk+2.0 to experimental 2009-12-01 14:26:29 +00:00
9ab5da0c66 * fix relibtoolize patch 2009-12-01 12:04:17 +00:00
563936e6ab * really update relibtoolize patch 2009-12-01 07:09:13 +00:00
585f1689b9 * New upstream bugfix release:
+ debian/patches/070_mandatory-relibtoolize.patch:
    - Updated for the new version.
  + debian/patches/091_dont-omit-gtk-icon-size-dialog.patch,
    debian/patches/092_gtk-image-size-allocation.patch:
    - Dropped, merged upstream.
2009-12-01 06:47:35 +00:00
fef9aed635 * debian/patches/091_dont-omit-gtk-icon-size-dialog.patch:
+ Patch from upstream GIT to not omit GTk_ICON_SIZE_DIALOG
    when searching for an appropiate icon size.
* debian/patches/092_gtk-image-size-allocation.patch:
  + Patch from upstream GIT to fix size allocation of GtkImage.
2009-10-18 11:25:36 +00:00
b0fef4116e * New upstream bugfix release:
+ debian/patches/070_mandatory-relibtoolize.patch:
    - Updated for the new version.
2009-10-18 08:24:23 +00:00
2cfa9730ce * New upstream bugfix release:
+ debian/patches/070_mandatory-relibtoolize.patch:
    - Updated for the new version.
  + 090_directfb-backend-compilation-fix.patch:
    - Dropped, merged upstream.
2009-10-06 05:46:52 +00:00
4313f14efe + 090_directfb-backend-compilation-fix.patch:
- Fix compilation of the DirectFB backend, see
      https://bugzilla.gnome.org/show_bug.cgi?id=596959
2009-10-01 07:44:13 +00:00
08d335621e * New upstream bugfix release:
+ debian/patches/070_mandatory-relibtoolize.patch:
    - Updated for the new version.
2009-10-01 05:25:13 +00:00
866858bd7a * New upstream stable release:
+ debian/rules,
    debian/*.symbols:
    - Updated for the new version. 
  + debian/patches/005_gdk_directfb_window_new.patch:
    - Dropped, merged upstream.
  + debian/patches/070_mandatory-relibtoolize.patch:
    - Updated for the new version.
2009-09-23 04:45:36 +00:00
061e7e6768 * move experimental gtk+2.0 branch to unstable 2009-09-23 04:35:19 +00:00