[BACK]Return to rules CVS log [TXT][DIR] Up to [local] / OpenXM / misc / packages / Linux / Debian2 / debian

Diff for /OpenXM/misc/packages/Linux/Debian2/debian/rules between version 1.1 and 1.3

version 1.1, 2006/02/08 08:52:53 version 1.3, 2016/02/12 07:37:33
Line 44  install: build
Line 44  install: build
         tar cf - --exclude CVS OpenXM | (cd ${INST_PREFIX} ; tar xf -)          tar cf - --exclude CVS OpenXM | (cd ${INST_PREFIX} ; tar xf -)
         install OpenXM/bin/oxfetch.sh ${INST_PREFIX}/bin          install OpenXM/bin/oxfetch.sh ${INST_PREFIX}/bin
 # copying icons for KDE.  # copying icons for KDE.
         cp ${OpenXM_HOME}/rc/kde/openxm-binary-knoppix ${INST_PREFIX}/../../usr/lib/menu/openxm-binary          cp ${OpenXM_HOME}/rc/kde/openxm-knoppix ${INST_PREFIX}/../../usr/lib/menu/openxm
         cp ${OpenXM_HOME}/doc/OpenXM-web/hopo_std_color.xpm ${OpenXM_HOME}/doc/OpenXM-web/logo-openxm2-color.xpm  ${INST_PREFIX}/../../usr/share/pixmaps          cp ${OpenXM_HOME}/doc/OpenXM-web/hopo_std_color.xpm ${OpenXM_HOME}/doc/OpenXM-web/logo-openxm2-color.xpm  ${INST_PREFIX}/../../usr/share/pixmaps
         #dh_movefiles          #dh_movefiles
   
Line 56  binary-indep: build install
Line 56  binary-indep: build install
 binary-arch: DH_OPTIONS=-a  binary-arch: DH_OPTIONS=-a
 binary-arch: build install  binary-arch: build install
         # Need this version of debhelper for DH_OPTIONS to work.          # Need this version of debhelper for DH_OPTIONS to work.
         dh_testversion 1.1.17  #       dh_testversion 1.1.17
         dh_testdir          dh_testdir
         dh_testroot          dh_testroot
 #       dh_installdebconf  #       dh_installdebconf

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>