~ludovicc/uj/backport-util-concurrent

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Ludovic
  • Date: 2009-05-01 18:26:03 UTC
  • Revision ID: ludovic.claude@laposte.net-20090501182603-phlemhtv6k676fft
* New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
 
JAVA_HOME       := /usr/lib/jvm/java-gcj
 
3
JAVA_HOME       := /usr/lib/jvm/default-java
4
4
DEB_JARS_BASE   := /usr/share/java
5
5
JAVACMD         := $(JAVA_HOME)/bin/java
6
6
 
23
23
JAVALIBDIR      := $(INSTALLDIR)/usr/share/java
24
24
VERSION         := $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\- | cut -f1 -d\+)
25
25
 
 
26
get-orig-source:
 
27
        -uscan --download-version $(VERSION) --force-download --rename
 
28
 
26
29
build: build-stamp
27
30
build-stamp:
28
31
        dh_testdir