~kampka/ubuntu/quantal/zabbix/upstart-support

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Ablassmeier
  • Date: 2009-06-28 19:11:29 UTC
  • mfrom: (19.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090628191129-5esmmf2h3tbff1fv
* New upstream release
* Merge upstream config file to template (Closes: #528426)
* Move logrotate from Depends to Suggests (Closes: #534096)
* Server should not crash anymore if postgresql transaction fails
  (Closes: #520197)
* Update fr.po (Closes: #527559)
* Update es.po (Closes: #527600)
* Update sv.po (Closes: #528571)
* Update it.po (Closes: #529157)
* Update cs.po (Closes: #529502)
* Update de.po (Closes: #532344)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
## "dist-hook" run after the distribution directory is filled, but before the actual tar (or shar) file is created.
21
21
dist-hook:
 
22
# Update revision in common.h
 
23
        @zabbix_revision=`svn info|grep "Last Changed Rev"|awk '{print $$4;}'`; \
 
24
        cat $(top_distdir)/include/common.h|sed "s/{ZABBIX_REVISION}/$$zabbix_revision/g" >$(top_distdir)/include/common.h.new
 
25
        mv $(top_distdir)/include/common.h.new $(top_distdir)/include/common.h
 
26
 
22
27
        rm -rf `find $(top_distdir) -name ".svn"`
23
28
        rm -f $(top_distdir)/frontends/php/conf/zabbix.conf.php
24
29
        rm -f $(top_distdir)/do