~larsu/gtk/calendar-day-selected

« back to all changes in this revision

Viewing changes to debian/libgtk-3-common.preinst.in

  • Committer: Iain Lane
  • Date: 2015-07-24 12:38:41 UTC
  • Revision ID: iain.lane@canonical.com-20150724123841-7slba4qipf4ir5bx
* Merge with Debian. Remaining changes:
  + Enable Mir backend.
  + Drop 022_disable-viqr-im-for-vi-locale.patch
  + Drop 061_multiarch_module_fallback.patch - unneeded in Ubuntu since we
    cleared all old gtk modules out.
  + Install the settings.ini file to set our themes.
  + Enable parallel builds
  + Ubuntu specific patches:
    - 073_treeview_almost_fixed.patch
    - 074_eventbox_scroll_mask.patch
    - bzg_gtkcellrenderer_grabbing_modifier.patch
    - ubuntu_gtk_custom_menu_items.patch
    - print-dialog-show-options-of-remote-dnssd-printers.patch
    - uimanager-guard-against-nested-node-updates.patch
    - x-canonical-accel.patch
    - message-dialog-restore-traditional-look-on-unity.patch
    - 0001-gtk-reftest-Force-icon-theme-to-Adwaita.patch
  + Add Breaks on gnome-shell << 3.16 - this needs to be updated at the same
    time.
  + Add Breaks on old overlay-scrollbar versions which still provided the gtk3
    module - we don't want to use this any more with GTK 3.16.
  + Update Mir backend from upstream git.
* New upstream release.
* Refresh patches.
* Drop obsolete Breaks from pre-wheezy.
* Remove debian/libgtk-3-common.preinst.in, this file is a leftover from
  gtk+2.0 and not necessary anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
set -e
4
 
 
5
 
if [ -L /usr/share/doc/@COMMON_PKG@ ]; then
6
 
    rm -f /usr/share/doc/@COMMON_PKG@
7
 
fi
8
 
 
9
 
#DEBHELPER#