~l3on/ubuntu/precise/epiphany-extensions/new-release

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-09-18 14:08:05 UTC
  • mfrom: (1.1.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20090918140805-fa8kka5uo6u5l5io
Tags: 2.27.92-0ubuntu1
* new upstream 2.27.92 ships ships epiphany-webkit extensions only
  - update debian/control - move from epiphany-browser to -webkit
  - update debian/rules - drop link creation that tried to support -browser
    and -webkit parts and run dh_pysupport on epiphany-webkit dir
  - update debian/rules - use really-all extensions
  - add debian/patches/02_greasemonkey_web_view.patch - fix greasemonkey
    extension being broken by bad web_view lookup - bgo 595814

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        --disable-scrollkeeper          \
31
31
        --disable-schemas-install
32
32
 
33
 
ChangeLog: 
34
 
        @if test -f $(top_srcdir)/.git/HEAD; then \
 
33
# Build ChangeLog from SVN history (r1572 was the first ChangeLog-less checkin).
 
34
# Only build this when in an svn checkout.
 
35
 
 
36
ChangeLog:
 
37
        if test -f $(top_srcdir)/.git/HEAD; then \
35
38
                git log --stat > $@; \
 
39
        elif test -f $(top_srcdir)/.svn/entries; then \
 
40
                svn log -v --xml -r HEAD:1572 $(SVN_ROOT)/$(SVN_MODULE)/$(SVN_BRANCH) | \
 
41
                        xsltproc --stringparam strip-prefix "$(SVN_MODULE)/$(SVN_BRANCH)" \
 
42
                                 --stringparam include-rev "yes" $(top_srcdir)/svn2cl.xsl - > $@; \
36
43
        fi
37
44
 
38
 
dist: ChangeLog
39
 
 
40
45
.PHONY: ChangeLog