~ubuntu-branches/ubuntu/wily/epiphany-browser/wily

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Gustavo Noronha Silva, Jeremy Bicha, Emilio Pozuelo Monfort, Gustavo Noronha Silva
  • Date: 2012-12-10 11:40:01 UTC
  • mfrom: (1.8.8) (105.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20121210114001-42jjyg3qw3eyz00a
Tags: 3.6.1-1
[ Jeremy Bicha ]
* New upstream unstable release
* debian/control.in:
  - Bump minimum intltool to 0.50
* debian/epiphany-browser-data.install:
  - The developers no longer provide help files to install since they were
    too outdated
* Dropped upstream patches:
  - 01_email-as-user-for-password-remembering.patch
  - 13_toolbar_size_fixes.patch
* debian/watch: Watch for unstable releases.

[ Emilio Pozuelo Monfort ]
* New upstream release.
  + debian/patches/14_pkglibdir.patch:
    - Removed, applied upstream.
  + debian/control.in:
    - Update (build-)dependencies.

[ Gustavo Noronha Silva ]
* debian/control.in:
- Build-Depend on gnome-common >= 3.6, needed for the code
  coverage feature

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = lib embed src data po help doc
 
1
SUBDIRS = lib embed src data po doc
2
2
 
3
3
if ENABLE_TESTS
4
4
SUBDIRS += tests
10
10
 
11
11
EXTRA_DIST =                    \
12
12
        autogen.sh              \
13
 
        gnome-doc-utils.make    \
14
13
        COPYING.README          \
15
14
        HACKING                 \
16
15
        MAINTAINERS             \
17
16
        ChangeLog               \
18
 
        ChangeLog-20030925      \
19
 
        ChangeLog-20040912      \
20
 
        ChangeLog-20050828      \
21
 
        ChangeLog-20061106      \
22
 
        ChangeLog-20070912      \
23
 
        po/ChangeLog.pre-2-23   \
24
 
        help/ChangeLog.pre-2-23 \
25
 
        $(NULL)
26
 
 
27
 
DISTCLEANFILES =                \
28
 
        gnome-doc-utils.make    \
29
17
        $(NULL)
30
18
 
31
19
DISTCHECK_CONFIGURE_FLAGS = \
32
20
        --enable-debug                  \
33
 
        --enable-zeroconf               \
34
 
        --enable-gtk-doc                \
35
 
        --disable-schemas-install       \
36
 
        --disable-scrollkeeper
 
21
        --enable-gtk-doc
 
22
 
 
23
@GNOME_CODE_COVERAGE_RULES@
37
24
 
38
25
# Ignore gtk theme cache files on distcheck
39
26
distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache'