~ubuntu-branches/ubuntu/natty/lxappearance/natty

« back to all changes in this revision

Viewing changes to data/ui/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne, Julien Lavergne, Andrew Lee (李健秋)
  • Date: 2010-08-11 20:56:49 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100811205649-nwgi08up8rlo1ihr
Tags: 0.4.1+git20100809-0ubuntu1
[ Julien Lavergne ]
* New upstream snaphot (rev c5db6b860e...)
* debian/control:
 - Add a new binary for files needed to build plugins.
 - Add a debug package.
* debian/*.install:
 - Split installed files.
* debian/source_lxappearance.py:
 - Add apport hook.
* debian/lxappearance.install:
 - Install apport hook.
* debian/rules:
 - Add dh_strip call for the debug package.
 - Use --fail-missing for dh_install.

[ Andrew Lee (李健秋) ]
* Use Debian LXDE Packaging Team address.
* Bumped Standard-version to 3.9.1
* Added Vcs-Git and Vcs-Browser tags
* Switch to dpkg-source 3.0 (quilt) format
* Commit changelog
* Added a patch that sync with upstream snapshot
* Build-depends on debhelper (>= 7.0.50~)
* Bumped to dh7
* Update rules file to dh7 format

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NULL=
 
2
 
 
3
# GtkBuilder UI definition files
 
4
uidir=$(datadir)/lxappearance/ui
 
5
ui_in_files= \
 
6
        about.glade \
 
7
        lxappearance.glade \
 
8
        $(NULL)
 
9
ui_DATA = $(ui_in_files:.glade=.ui)
 
10
 
 
11
CLEANFILES = \
 
12
        $(ui_DATA) \
 
13
        $(NULL)
 
14
 
 
15
# Purge GtkBuilder UI files
 
16
%.ui: %.glade
 
17
        cp $< $@
 
18
        $(top_srcdir)/src/xml-purge $@
 
19
 
 
20
EXTRA_DIST= \
 
21
        $(ui_DATA) \
 
22
        $(NULL)