~cmiller/ubuntu/trusty/gnome-bluetooth/add-apple-touchpad

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-07-03 16:07:57 UTC
  • mfrom: (1.1.37) (2.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20130703160757-26mu1hl6drmsl0lu
Tags: 3.8.1-2ubuntu1
* Sync with Debian. Remaining changes:
  - debian/control.in:
    + Don't depend on consolekit
    + Recommend gnome-user-share, it's used for file transfers
  - debian/rules:
    + don't build with -Wl,-Bsymbolic-functions that creates issues when
      the --as-needed option is used
    + use dh-autoreconf
  - debian/gnome-bluetooth.maintscript:
    + Remove obsolete indicator autostart file too
  - debian/patches/menu_update_on_rfkill.patch:
    + make sure the menu gets updated properly when the killswitch state is
      changed. Specifically, notify for the applet to show the full menu,
      so that it can be displayed again when coming back from BLOCKED state.
      This fixes an issue specific to Dell systems where the devices are
      removed then re-added when the rfkill state is toggled.
* debian/patches/revert-drop-sendto-plugin.patch:
  - Continue to build nautilus-sendto plugin for now
* debian/control.in:
  - Build-Depend on dh-autoreconf and nautilus-sendto

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
11
11
include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
12
12
 
13
 
DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper             \
14
 
                                --disable-desktop-update        \
15
 
                                --disable-schemas-install       \
16
 
                                --disable-icon-update           \
17
 
                                --enable-introspection
 
13
DEB_CONFIGURE_EXTRA_FLAGS := --disable-desktop-update \
 
14
                             --disable-schemas-install  \
 
15
                             --disable-icon-update           \
 
16
                             --enable-introspection
18
17
 
19
18
# List any files which are not installed
20
19
include /usr/share/cdbs/1/rules/utils.mk