Changeset 7739 in osm for applications/editors/josm/debian


Ignore:
Timestamp:
2008-05-09T19:25:37+02:00 (16 years ago)
Author:
joerg
Message:

josm/debian: add josm-ng to package, change icon-path, remove auto versionnumbering of changelog

Location:
applications/editors/josm/debian
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/debian/bin/josm.sh

    r5508 r7739  
    2525fi
    2626
    27 java -Djosm.resource=/usr/share/map-icons/square.small \
     27java -Djosm.resource=/usr/share/icons/map-icons/square.small \
    2828     -Xmx500m \
    2929     $proxy \
  • applications/editors/josm/debian/make_install_files.sh

    r6101 r7739  
    3333# ------------------------------------------------------------------
    3434# Compile the Jar Files
    35 echo "Compile Josm"
     35echo "------------- Compile Josm"
    3636cd core
    3737ant -q clean
     
    3939cd ..
    4040
    41 echo "Compile Josm Plugins"
     41echo "------------- Compile Josm Plugins"
    4242cd plugins
    4343ant -q clean
     
    4545cd ..
    4646
     47# Compile the Josm-ng Files
     48echo "------------- Compile Josm-ng"
     49cd ../josm-ng
     50    ant -q clean
     51    ant -q josm-ng-impl.jar || exit -1
     52cd ../josm
     53
    4754
    4855# ------------------------------------------------------------------
    49 # Copy Jar Files
     56echo "------------- Copy Jar Files"
    5057
    5158cp ./core/dist/josm-custom.jar $jar_path/josm.jar || exit -1
     59cp ../josm-ng/dist/josm-ng.jar $jar_path/josm-ng.jar || exit -1
    5260
    5361plugin_jars=`find dist -name "*.jar"`
     
    7381# ------------------------------------------------------------------
    7482cp "debian/bin/josm.sh" "$bin_path/josm"
     83cp "debian/bin/josm-ng.sh" "$bin_path/josm-ng"
    7584
    7685sed "s/PLUGIN_LIST/$plugins/;" <debian/bin/preferences >"$jar_path/preferences"
  • applications/editors/josm/debian/rules

    r4308 r7739  
    3636        dh_installdirs
    3737
    38         ./debian/update_svn_revision.sh
     38#       ./debian/update_svn_revision.sh
    3939        ./debian/make_install_files.sh ${destdir} || exit -1
    4040
Note: See TracChangeset for help on using the changeset viewer.