~ubuntu-branches/ubuntu/trusty/javatools/trusty

« back to all changes in this revision

Viewing changes to tutorial.txt

  • Committer: Bazaar Package Importer
  • Author(s): Niels Thykier, Matthew Johnson, Niels Thykier
  • Date: 2010-05-30 21:18:34 UTC
  • mfrom: (6.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20100530211834-lru4p28pnc23ejcf
Tags: 0.31
[ Matthew Johnson ]
* Put javadoc in doc-base section Programming/Java (Closes: #579391)
* Use debian instead of debian_bundle: the latter is deprecated

[ Niels Thykier ]
* Fixed missing clean of the orbitdeps cache.
* Made jh_generateorbitdir handle absolute paths correctly.
* Updated jh_{generateorbitdir,installeclipse} manpages.
* Use "readlink -f" rather than "realpath". (Closes: #580840).
  Thanks to Colin Watson.
* Added missing set -e to jarwrapper's prerm and postinst.
* Corrected versioned depends on debhelper.
* Corrected reference to javahelper's tutorials in the eclipse helpers.
* Added manpage for jh_clean, jarwrapper and jardetector.
* Removed the deprecated jh_libs command.
  - It has been deprecated since 0.6 (Feb 2008)
* Updated the synopsis of the java-propose-classpath package to better
  describe what it provides.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
   For library packages Debian Java policy currently requires that the
62
62
   libraries be installed to /usr/share/java in a versioned format and
63
 
   with an unversioned symlink. jh_libs will take a jar and correctly
64
 
   install it.
 
63
   with an unversioned symlink. jh_installlibs will take a jar and
 
64
   correctly install it.
65
65
 
66
66
   As with debhelper programs, this can either take a jar as a parameter,
67
67
   or read a list of jars from a file in the Debian directory. It also
68
68
   follows the -p, -i and -a semantics of debhelper for selecting which
69
 
   packages to install the jar to. When operating on a package, jh_libs
70
 
   will read the list of library jars from debian/package.jlibs or
71
 
   debian/jlibs.
 
69
   packages to install the jar to. When operating on a package,
 
70
   jh_installlibs will read the list of library jars from
 
71
   debian/package.jlibs or debian/jlibs.
72
72
 
73
73
   The jlibs file is a list of jars to install, one per line, and works
74
74
   exactly the same as listing them on the command line. Each jar is
432
432
                  jh_installjavadoc -i
433
433
        dh_installdocs -i
434
434
        dh_installchangelogs -i
435
 
        jh_libs -i
 
435
        jh_installlibs -i
436
436
        jh_depends -i
437
437
        dh_compress -i
438
438
        dh_fixperms -i