~ubuntu-branches/ubuntu/trusty/libitext-java/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2009-10-02 21:23:15 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091002212315-br9lwonsyo2jgycx
* New upstream release (Closes: #549347).
* Build-Depends on libbctsp-java.
* Build-Depends on debhelper (>= 7).
* Added missing Depends on ${misc:Depends}.
* Added Vcs-Svn and Vcs-Browser fields.
* Updated Standards-Version 3.8.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
DEB_ANT_BUILD_TARGET := jar jar.rtf jar.rups
10
10
DEB_ANT_CLEAN_TARGET :=
11
11
DEB_ANT_BUILDFILE    := src/build.xml
12
 
DEB_JARS             := bcprov bcmail dom4j pdfrenderer
 
12
DEB_JARS             := bcprov bcmail bctsp dom4j pdfrenderer
13
13
 
14
14
include /usr/share/gcj/debian_defaults
15
15
ifneq (,$(filter $(DEB_HOST_ARCH), $(gcj_native_archs)))