/[pkg-java]/trunk/commons-pool/debian/rules
ViewVC logotype

Contents of /trunk/commons-pool/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1354 - (show annotations) (download)
Thu Sep 22 21:39:31 2005 UTC (7 years, 7 months ago) by avdyk
File size: 965 byte(s)
commons-pool (1.2-4) unstable; urgency=low

  * debian/control, debian/rules: ant transition (changed deps:
    libant1.6-java to ant)
  * debian/copyright: removed the CVS tags

 -- Arnaud Vandyck <avdyk@debian.org>  Thu, 22 Sep 2005 23:35:42 +0200
1 #!/usr/bin/make -f
2 # debian/rules for libcommons-pool-java
3
4 # Uncomment this to turn on verbose mode.
5 #export DH_VERBOSE=1
6
7 # This is the debhelper compatibility version to use.
8 #export DH_COMPAT=4
9
10 include /usr/share/cdbs/1/rules/debhelper.mk
11 include /usr/share/cdbs/1/class/ant.mk
12
13 #added for dpatch
14 include /usr/share/dpatch/dpatch.make
15
16 JAVA_HOME_DIRS := /usr/lib/kaffe
17 ANT_HOME := /usr/share/ant
18 DEB_JARS := commons-collections junit $(ANT_HOME)/lib/ant-launcher.jar
19 DEB_ANT_COMPILER := jikes
20 DEB_ANT_BUILD_TARGET := dist
21
22 LIBRARY=commons-pool
23 VERSION=1.2
24
25 install/lib${LIBRARY}-java::
26 install -m 644 dist/${LIBRARY}.jar debian/lib${LIBRARY}-java/usr/share/java/${LIBRARY}-${VERSION}.jar
27 echo "usr/share/java/${LIBRARY}-${VERSION}.jar usr/share/java/${LIBRARY}.jar" > debian/lib${LIBRARY}-java.links
28 cp -a dist/docs/ debian/lib${LIBRARY}-java/usr/share/doc/lib${LIBRARY}-java/
29
30 clean::
31 -rm debian/lib${LIBRARY}-java.links

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.5