~ubuntu-branches/ubuntu/quantal/libjgraph-java/quantal

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-05-09 18:29:56 UTC
  • mfrom: (1.1.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080509182956-n9mkbgtt36kkj2h0
Tags: 5.12.1.0.dfsg-1
* New upstream release.
* Switch from dpatch to quilt.
* Change my email address in several files under debian/.
* debian/copyright: update and compact.
* debian/control: build depend on default-jdk-builddep, depend on
  default-jre instead of specifying a specific JDK/JRE; change JAVA_HOME
  in debian/rules accordingly.
* Install API documentation to /usr/share/doc/libjgraph-java-doc/api/
  instead of directly under libjgraph-java-doc/

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
# Uncomment this to turn on verbose mode.
10
10
#export DH_VERBOSE=1
11
11
 
12
 
include /usr/share/dpatch/dpatch.make
 
12
include /usr/share/quilt/quilt.make
13
13
 
14
14
get-orig-source:
15
15
        uscan --force-download
16
16
 
17
17
build: build-stamp
18
 
build-stamp: $(DPATCH_STAMPFN)
 
18
build-stamp: $(QUILT_STAMPFN)
19
19
        dh_testdir
20
 
        JAVA_HOME=/usr/lib/jvm/java-gcj ant jar doc
 
20
        JAVA_HOME=/usr/lib/jvm/default-java ant jar doc
21
21
        touch $@
22
22
 
23
23
clean: unpatch
54
54
# We have nothing to do by default.
55
55
binary-arch: build install
56
56
 
57
 
 
58
57
binary: binary-indep binary-arch
59
58
.PHONY: build clean binary-indep binary-arch binary install