~ubuntu-branches/ubuntu/wily/osmpbf/wily

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): David Paleino, Giovanni Mascellani, David Paleino
  • Date: 2013-01-28 20:32:44 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130128203244-y44ztt7sumiu6470
Tags: 1.3.0-1
[ Giovanni Mascellani ]
* Remove myself from the uploaders list, since I have no time
  anymore to look after this package.

[ David Paleino ]
* New upstream version.
* Bump debhelper compatibility to 9.
* Standards-Version bump to 3.9.4, no changes needed.
* Use canonical Vcs-* urls in debian/control.
* Updated debian/copyright.
* Install ReleaseNotes.txt as upstream changelog.
* Correctly clean up after builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
%:
8
8
        dh $@ 
9
9
 
 
10
override_dh_auto_clean:
 
11
        dh_auto_clean
 
12
        dh_auto_clean -Dsrc
 
13
        dh_auto_clean -Dtools
 
14
        mh_clean
 
15
 
10
16
override_dh_auto_build:
11
17
        dh_auto_build
12
18
        dh_auto_build -Dsrc
17
23
        dh_auto_install -Dsrc
18
24
        dh_auto_install -Dtools
19
25
 
20
 
binary:
21
 
        dh binary --until dh_install
 
26
override_dh_installchangelogs:
 
27
        dh_installchangelogs -- ReleaseNotes.txt
 
28
 
 
29
override_dh_install:
 
30
        dh_install
22
31
        mh_installjar -plibosmpbf-java -l pom.xml osmpbf.jar
23
32
        mh_installpom -plibosmpbf-java pom.xml
24
 
        dh binary --remaining