~ubuntu-branches/debian/squeeze/tuxguitar/squeeze

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings, Philippe Coval, Ben Hutchings
  • Date: 2008-12-10 03:15:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081210031510-yrv0d21l6ffw0n72
Tags: 1.0.dak-1
[ Philippe Coval ]
* debian/control ; debian/rules :
  - set to main since openjdk supports sound (Closes: #505612)  
  - uses ${shlibs:Depends} vs hardcoded libs (Closes: #506883)
  - depends on at least xulrunner for browsing doc (Closes: #493557)

[ Ben Hutchings ]
* Move virtual packages to end of dependency alternations
* Move OpenJDK dependencies to start of dependency alternations
* Replace recommendation of Sun JVM with OpenJDK
* Fix "2<" to "2>" in postinst and postrm
* Avoid adding current directory to LD_LIBRARY_PATH

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
ITEXT_JAR?=/usr/share/java/itext.jar
16
16
 
17
17
SWT_JAR?=$(shell echo ` \
18
 
    ( t=/usr/share/java/swt.jar && test -r "$$t" && echo $$t ) \
 
18
    ( t=/usr/share/java/swt-gtk-3.4.jar  && test -r "$$t" && echo $$t ) \
 
19
 || ( t=/usr/share/java/swt.jar && test -r "$$t" && echo $$t ) \
19
20
 || ( t=/usr/lib/java/swt.jar && test -r "$$t" && echo $$t ) \
20
21
 || ( t=/etc/alternatives/swt.jar && test -r "$$t" && echo $$t ) \
21
22
` )