~ubuntu-branches/ubuntu/maverick/system-tools-backends/maverick

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-02-04 23:46:30 UTC
  • mfrom: (1.1.29 upstream) (1.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100204234630-nvy5v68fd8a429s0
Tags: 2.9.1-0ubuntu1
* Sync with Debian testing
* New upstream release (LP: #506365)
  - New users and groups protocol
  - Fix D-Bus .service files to work with new users and groups version
  - Add a new authentication interface allowing to check for PolicyKit 
    authorizations before committing
  - Fix SelfConfig and improve security checks
* debian/watch:
  - Watch 2.9.x series
* debian/control:
  - Bump libpolkit-gobject-1-dev build-dep
* Drop debian/patches/08_use_md5t.patch: Obsolete with new version
* Refresh 02ubuntu_chmod_network_interfaces_when_using_key.patch
* debian/patches/04_dont_use_authen_pam.patch:
  - Drop superfluous "use Authen::PAM", as it's not needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
modules_DATA =  \
9
9
        Platform.pm     \
10
10
        StbObject.pm    \
 
11
        GroupConfig.pm  \
11
12
        GroupsConfig.pm \
12
13
        HostsConfig.pm          \
13
14
        IfacesConfig.pm \
17
18
        SMBConfig.pm            \
18
19
        TimeConfig.pm           \
19
20
        UserConfig.pm           \
20
 
        UsersConfig.pm
 
21
        UsersConfig.pm          \
 
22
        SelfConfig.pm
21
23
 
22
24
scripts = \
23
25
        SystemToolsBackends.pl
58
60
 
59
61
policy_in_files = org.freedesktop.SystemToolsBackends.policy.in
60
62
 
61
 
if HAVE_POLKIT
62
63
policydir = $(POLKIT_POLICY_DIR)
63
64
policy_DATA = $(policy_in_files:.policy.in=.policy)
64
65
 
65
66
@INTLTOOL_POLICY_RULE@
66
67
 
67
 
endif