~ubuntu-branches/ubuntu/wily/filepp/wily

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Christoph Haas
  • Date: 2012-04-28 09:04:03 UTC
  • Revision ID: package-import@ubuntu.com-20120428090403-tu1g6zqnld1nm7v8
Tags: 1.8.0-4
Improvements by Jari Aalto <jari.aalto@cante.net>
* Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
* Update to Standards-Version to 3.9.3 and debhelper to 9.
* Add build-arch and build-indep targets; use dh_prep in rules file.
* Fix copyright-refers-to-symlink-license (Lintian).
* Fix description-synopsis-starts-with-article (Lintian).
* Fix debian-watch-contains-dh_make-template (Lintian).
* Fix no-homepage-field (Lintian).
* Fx extended-description-is-probably-too-short (Lintian).

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
PACKAGE = filepp
9
9
TMP = ${CURDIR}/debian/$(PACKAGE)
10
10
 
11
 
patch: patch-stamp
12
 
patch-stamp:
13
 
        dpatch apply-all
14
 
 
15
 
unpatch:
16
 
        dpatch deapply-all
 
11
build-arch: build
 
12
build-indep: build
17
13
 
18
14
build: build-stamp
19
15
 
20
 
build-stamp: patch
 
16
build-stamp:
21
17
        dh_testdir
22
18
 
23
19
        # Substitute variables in the filepp.in file.
35
31
 
36
32
        touch build-stamp
37
33
 
38
 
clean: unpatch
 
34
clean:
39
35
        dh_testdir
40
36
        dh_testroot
41
37
        rm -f build-stamp 
51
47
install: build
52
48
        dh_testdir
53
49
        dh_testroot
54
 
        dh_clean -k 
 
50
        dh_prep
55
51
        dh_installdirs
56
52
 
57
53
        # Add here commands to install the package into debian/filepp.