~ubuntu-branches/ubuntu/utopic/unity-place-files/utopic

« back to all changes in this revision

Viewing changes to .pc/debian-changes-0.5.36-0ubuntu3/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-02-24 20:12:32 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20110224201232-4s1c66vzh9d520lm
Tags: 0.5.38-0ubuntu1
* New upstream release.
  - dash - search string not always taken into account (LP: #701569)
  - Sync problems when restarting Unity place daemons (LP: #721289)
  - Super-shortcuts for apps, files, and workspace switcher (LP: #617356)
  - Place icons should be in their respective packages (LP: #672447)
* update build-deps

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = src data po
2
 
 
3
 
#
4
 
# Install the files.place file
5
 
#
6
 
place_in_files = files.place.in
7
 
placedir = $(datadir)/unity/places
8
 
place_DATA = $(place_in_files:.place.in=.place)
9
 
 
10
 
@INTLTOOL_PLACE_RULE@
11
 
 
12
 
 
13
 
DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall
14
 
 
15
 
# ChangeLog file created at distcheck time
16
 
dist-hook:
17
 
        @if test -d "$(srcdir)/.bzr"; \
18
 
        then \
19
 
        echo Creating ChangeLog && \
20
 
      ( cd "$(top_srcdir)" && \
21
 
        echo '# Generated by Makefile. Do not edit.'; echo; \
22
 
        $(top_srcdir)/missing --run bzr log --gnu-changelog ) > ChangeLog.tmp \
23
 
        && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
24
 
        || (rm -f ChangeLog.tmp; \
25
 
                                        echo Failed to generate ChangeLog >&2 ); \
26
 
        else \
27
 
        echo Failed to generate ChangeLog: not a branch >&2; \
28
 
  fi
29
 
 
30
 
EXTRA_DIST = \
31
 
  autogen.sh \
32
 
  $(place_in_files) \
33
 
  AUTHORS \
34
 
  COPYING \
35
 
  MAINTAINERS \
36
 
  README
37
 
 
38
 
CLEANFILES = \
39
 
  $(place_DATA)
40