~ubuntu-branches/ubuntu/vivid/gsettings-desktop-schemas/vivid

« back to all changes in this revision

Viewing changes to schemas/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Michael Biebl, Jeremy Bicha, Steve Langasek
  • Date: 2012-03-28 23:05:55 UTC
  • mfrom: (1.2.2) (12.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120328230555-74uk60xul47gpau7
Tags: 3.4.0-1
[ Michael Biebl ]
* New upstream release.
* debian/watch: Track stable releases.
* debian/copyright: Update to the final copyright format 1.0 spec.
* Bump Standards-Versions to 3.9.3.
* Bump debhelper compatibility level to 8.
* Strip debian/tmp/ from .install files.

[ Jeremy Bicha ]
* debian/control.in:
  - Bump build-depends on glib to 2.31.0.
  - Add gobject-introspection build-depends.
  - Use arch "any" for gsettings-desktop-schemas-dev
* Add new gir1.2-gdesktopenums-3.0 package.

[ Steve Langasek ]
* Mark gesttings-desktop-schemas Multi-Arch: foreign.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        org.gnome.desktop.session.gschema.xml.in.in                     \
15
15
        org.gnome.desktop.background.gschema.xml.in.in                  \
16
16
        org.gnome.desktop.media-handling.gschema.xml.in.in              \
17
 
        org.gnome.desktop.screensaver.gschema.xml.in.in
 
17
        org.gnome.desktop.screensaver.gschema.xml.in.in                 \
 
18
        org.gnome.desktop.wm.keybindings.gschema.xml.in.in              \
 
19
        org.gnome.desktop.wm.preferences.gschema.xml.in.in
18
20
 
19
21
@INTLTOOL_XML_NOMERGE_RULE@
20
22
 
30
32
@GSETTINGS_RULES@
31
33
 
32
34
convertdir=$(datadir)/GConf/gsettings
33
 
convert_DATA=gsettings-desktop-schemas.convert
 
35
convert_DATA=gsettings-desktop-schemas.convert wm-schemas.convert
34
36
 
35
37
EXTRA_DIST =                            \
36
38
        $(desktop_gschemas_in_in)       \