~ubuntu-branches/ubuntu/lucid/gnome-terminal/lucid-updates

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2009-03-16 10:59:29 UTC
  • mfrom: (1.3.29 upstream)
  • Revision ID: james.westby@ubuntu.com-20090316105929-enlra89b2bqog1w5
Tags: 2.26.0-0ubuntu1
* New upstream release (LP: #343715)
* debian/patches/30_SVNr3329_fix_memory_corruption.patch:
  - Removed, the change is in the tarball
* debian/patches/99_autoreconf.patch:
  - Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --disable-schemas-install
4
4
 
5
5
desktopdir = $(datadir)/applications
6
 
desktop_in_files = gnome-terminal.desktop.in.in
 
6
desktop_in_files = @PACKAGE@.desktop.in.in
7
7
desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
8
8
@INTLTOOL_DESKTOP_RULE@
9
9
 
27
27
distuninstallcheck_listfiles =  \
28
28
        find -regex '.*/var/scrollkeeper/.*' -prune -or -type f -print
29
29
 
30
 
# Build ChangeLog from GIT or SVN history
31
 
# (SVN r2446 was the first ChangeLog-less checkin).
32
 
# Only build this when in a git or svn checkout.
33
 
 
 
30
# Build ChangeLog from GIT  history
34
31
ChangeLog:
35
32
        @if test -f $(top_srcdir)/.git/HEAD; then \
36
33
                git log --stat > $@; \
37
 
        elif test -f $(top_srcdir)/.svn/entries; then \
38
 
                svn log -v --xml -r HEAD:2446 $(SVN_ROOT)/$(SVN_MODULE)/$(SVN_BRANCH) | \
39
 
                        xsltproc --stringparam strip-prefix "$(SVN_MODULE)/$(SVN_BRANCH)" \
40
 
                                 --stringparam include-rev "yes" $(top_srcdir)/svn2cl.xsl - > $@; \
41
34
        fi
42
35
 
43
36
dist: ChangeLog