~ubuntu-branches/ubuntu/natty/vino/natty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-03-02 22:01:58 UTC
  • mfrom: (1.1.32 upstream)
  • Revision ID: james.westby@ubuntu.com-20090302220158-7a6vc6kiexwhppoi
Tags: 2.25.92-0ubuntu1
* New upstream release (LP: #336909)
  - Added dependency on NetworkManager for monitoring when network
    state changes. New configure flag: --enable-network-manager. If not
    set, enable it anyway if NetworkManager libraries are found.
    Requires NM 0.7.
  - show .local hostname if avahi is present.
  - Translations (be@latin, ca, en_GB, et, eu, fi, fr, hu, it, ko, nb, ta
                  tr, zh_CN, zh_HK, zh_TW)
* debian/control.in:
  - Add network-manager-dev b-d
  - Re-generate debian/control
* add Network-Manager support: --enable-network-manager configure option
  in debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
DEB_CONFIGURE_EXTRA_FLAGS += \
10
10
        --enable-avahi \
11
 
        --enable-libnotify
 
11
        --enable-libnotify \
 
12
        --enable-network-manager
12
13
 
13
14
# drop unneeded ELF deps
14
15
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed