~ubuntu-branches/ubuntu/trusty/gpp/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Dario Minnucci
  • Date: 2010-01-22 03:43:05 UTC
  • Revision ID: james.westby@ubuntu.com-20100122034305-y19n1mni2gsi7l98
Tags: 2.24-2
* QA Upload.
* debian/control:
  - Set maintainer to: Debian QA Group
  - Debhelper compatibility upgraded to 7 
  - Remove homepage from the long description and added 'Homepage:' field
  - Bump Standards-Version: to 3.8.3
* debian/rules: 
  - Fix for lintian W: dh-clean-k-is-deprecated
  - Fix for lintian W: debian-rules-ignores-make-clean-error
* debian/copyright: Adapted to DEP-5 format
* debian/watch: Updated URL for source files. (Closes: #449744)

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        dh_testdir
47
47
        dh_testroot
48
48
        rm -f build-stamp 
49
 
        -$(MAKE) distclean
 
49
        [ ! -f Makefile ] || $(MAKE) distclean
50
50
        -rm -f config.sub config.guess
51
51
        dh_clean 
52
52
 
53
53
install: build
54
54
        dh_testdir
55
55
        dh_testroot
56
 
        dh_clean -k 
 
56
        dh_prep 
57
57
        dh_installdirs
58
58
        $(MAKE) install DESTDIR=$(CURDIR)/debian/gpp
59
59