~ubuntu-branches/ubuntu/lucid/kmymoney2-plugin-aqbanking/lucid

« back to all changes in this revision

Viewing changes to Makefile.cvs

  • Committer: Bazaar Package Importer
  • Author(s): Micha Lenk
  • Date: 2009-03-08 21:05:26 UTC
  • mfrom: (1.1.3 upstream) (2.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090308210526-fgjm2ge8gwyphva4
Tags: 0.9.10-1
* New upstream release
* Bump version in shlibs.local and in build dependency
  (now needs kmymoney2 >= 0.9.3, otherwise fails to build)
* Remove ChangeLog from debian/docs files. It gets installed by
  dh_installchangelogs and doesn't get compressed if installed
  additionally by dh_installdocs (see #515601 for discussion).

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        UNSERMAKE=no $(MAKE) -f admin/Makefile.common cvs
12
12
        CXXFLAGS="-g3 -Wall -fexceptions" ./configure --prefix=/usr
13
13
 
 
14
release:
 
15
        kdialog --warningcontinuecancel "This function is reserved for official releases of KBanking only.\nPlease do not continue unless you are authorised to produce such a release."; \
 
16
        if test $$? != 0; then \
 
17
                echo "Must be admin"; \
 
18
                exit 1; \
 
19
        fi;
 
20
 
 
21
        KMYMONEY_RELEASE=1 $(MAKE) -f Makefile.cvs
14
22
 
15
23
.SILENT: