From 7552354ec4d7c6aa49ad5c42e25d2c268848c00a Mon Sep 17 00:00:00 2001 From: Fons Rademakers <Fons.Rademakers@cern.ch> Date: Wed, 31 Jul 2002 20:39:57 +0000 Subject: [PATCH] replaced by mega package patch from Christian Holm. git-svn-id: http://root.cern.ch/svn/root/trunk@5029 27541ba8-7e3a-0410-8455-c3a389f83636 --- build/package/common/libroot.postinst | 6 -- build/package/common/root-cint.postinst | 6 -- build/package/common/root-cint.postrm | 11 -- build/package/common/root-gl.postinst | 6 -- build/package/common/root-mysql.postinst | 6 -- build/package/common/root-pgsql.postinst | 7 -- build/package/common/root-pythia.postinst | 7 -- build/package/common/root-sapdb.postinst | 7 -- build/package/common/root-shift.postinst | 6 -- build/package/common/root-srp.postinst | 6 -- build/package/common/root-star.dscr | 9 -- build/package/common/root-star.files | 24 ----- build/package/common/root-star.postinst | 8 -- build/package/common/root-star.shlibs | 1 - build/package/common/root-ttf.postinst | 6 -- build/package/common/root-venus.postinst | 7 -- build/package/common/root-zebra.postinst | 7 -- build/package/common/task-root.dscr | 6 -- build/package/debian/root-bin.menu | 4 - build/package/debian/root-cint.prerm | 19 ---- build/package/debian/root-daemon.postinst | 46 -------- build/package/debian/root-daemon.postrm | 43 -------- build/package/debian/root-daemon.preinst | 108 ------------------- build/package/debian/root-daemon.prerm | 31 ------ build/package/debian/root-gl.postinst.in | 30 ------ build/package/debian/root-mysql.postinst.in | 30 ------ build/package/debian/root-pgsql.postinst.in | 30 ------ build/package/debian/root-pythia.postinst.in | 30 ------ build/package/debian/root-shift.postinst.in | 30 ------ build/package/debian/root-star.control.in | 5 - build/package/debian/root-star.postinst.in | 30 ------ build/package/debian/root-ttf.postinst.in | 30 ------ build/package/debian/root-venus.postinst.in | 30 ------ build/package/debian/task-root.README.Debian | 18 ---- build/package/debian/task-root.control.in | 6 -- build/package/rpm/root-star.spec.in | 14 --- build/package/rpm/task-root.spec.in | 19 ---- 37 files changed, 689 deletions(-) delete mode 100644 build/package/common/libroot.postinst delete mode 100644 build/package/common/root-cint.postinst delete mode 100644 build/package/common/root-cint.postrm delete mode 100644 build/package/common/root-gl.postinst delete mode 100644 build/package/common/root-mysql.postinst delete mode 100644 build/package/common/root-pgsql.postinst delete mode 100644 build/package/common/root-pythia.postinst delete mode 100644 build/package/common/root-sapdb.postinst delete mode 100644 build/package/common/root-shift.postinst delete mode 100644 build/package/common/root-srp.postinst delete mode 100644 build/package/common/root-star.dscr delete mode 100644 build/package/common/root-star.files delete mode 100644 build/package/common/root-star.postinst delete mode 100644 build/package/common/root-star.shlibs delete mode 100644 build/package/common/root-ttf.postinst delete mode 100644 build/package/common/root-venus.postinst delete mode 100644 build/package/common/root-zebra.postinst delete mode 100644 build/package/common/task-root.dscr delete mode 100644 build/package/debian/root-bin.menu delete mode 100644 build/package/debian/root-cint.prerm delete mode 100644 build/package/debian/root-daemon.postinst delete mode 100644 build/package/debian/root-daemon.postrm delete mode 100644 build/package/debian/root-daemon.preinst delete mode 100644 build/package/debian/root-daemon.prerm delete mode 100644 build/package/debian/root-gl.postinst.in delete mode 100644 build/package/debian/root-mysql.postinst.in delete mode 100644 build/package/debian/root-pgsql.postinst.in delete mode 100644 build/package/debian/root-pythia.postinst.in delete mode 100644 build/package/debian/root-shift.postinst.in delete mode 100644 build/package/debian/root-star.control.in delete mode 100644 build/package/debian/root-star.postinst.in delete mode 100644 build/package/debian/root-ttf.postinst.in delete mode 100644 build/package/debian/root-venus.postinst.in delete mode 100644 build/package/debian/task-root.README.Debian delete mode 100644 build/package/debian/task-root.control.in delete mode 100644 build/package/rpm/root-star.spec.in delete mode 100644 build/package/rpm/task-root.spec.in diff --git a/build/package/common/libroot.postinst b/build/package/common/libroot.postinst deleted file mode 100644 index d0702c2b9a3..00000000000 --- a/build/package/common/libroot.postinst +++ /dev/null @@ -1,6 +0,0 @@ - if ! grep -qs ^@prefix@/lib/root\$ /etc/ld.so.conf ; then - echo @prefix@/lib/root >> /etc/ld.so.conf - fi - ldconfig - - diff --git a/build/package/common/root-cint.postinst b/build/package/common/root-cint.postinst deleted file mode 100644 index d0702c2b9a3..00000000000 --- a/build/package/common/root-cint.postinst +++ /dev/null @@ -1,6 +0,0 @@ - if ! grep -qs ^@prefix@/lib/root\$ /etc/ld.so.conf ; then - echo @prefix@/lib/root >> /etc/ld.so.conf - fi - ldconfig - - diff --git a/build/package/common/root-cint.postrm b/build/package/common/root-cint.postrm deleted file mode 100644 index 77e13a6af6f..00000000000 --- a/build/package/common/root-cint.postrm +++ /dev/null @@ -1,11 +0,0 @@ - # remove lines for @prefix@/lib/root in /etc/ld.so.conf - # if they exist. This can be done here, since all other - # packages depends on this package, so this package cannot be - # removed without removing this package, and so the the directory - # @prefix@/lib/root will no longer exist. - if grep -qs ^@prefix@/lib/root\$ /etc/ld.so.conf ; then - sed '/^\@prefix@\/lib\/root$/d' /etc/ld.so.conf \ - > /etc/ld.so.conf.root-tmp - mv /etc/ld.so.conf.root-tmp /etc/ld.so.conf - fi - diff --git a/build/package/common/root-gl.postinst b/build/package/common/root-gl.postinst deleted file mode 100644 index d0702c2b9a3..00000000000 --- a/build/package/common/root-gl.postinst +++ /dev/null @@ -1,6 +0,0 @@ - if ! grep -qs ^@prefix@/lib/root\$ /etc/ld.so.conf ; then - echo @prefix@/lib/root >> /etc/ld.so.conf - fi - ldconfig - - diff --git a/build/package/common/root-mysql.postinst b/build/package/common/root-mysql.postinst deleted file mode 100644 index d0702c2b9a3..00000000000 --- a/build/package/common/root-mysql.postinst +++ /dev/null @@ -1,6 +0,0 @@ - if ! grep -qs ^@prefix@/lib/root\$ /etc/ld.so.conf ; then - echo @prefix@/lib/root >> /etc/ld.so.conf - fi - ldconfig - - diff --git a/build/package/common/root-pgsql.postinst b/build/package/common/root-pgsql.postinst deleted file mode 100644 index 7c2f401890b..00000000000 --- a/build/package/common/root-pgsql.postinst +++ /dev/null @@ -1,7 +0,0 @@ - # Add @prefix@/lib/root to the directories searched by ldd, if not - # so already - if ! grep -qs ^@prefix@/lib/root\$ /etc/ld.so.conf ; then - echo @prefix@/lib/root >> /etc/ld.so.conf - fi - ldconfig - diff --git a/build/package/common/root-pythia.postinst b/build/package/common/root-pythia.postinst deleted file mode 100644 index 7c2f401890b..00000000000 --- a/build/package/common/root-pythia.postinst +++ /dev/null @@ -1,7 +0,0 @@ - # Add @prefix@/lib/root to the directories searched by ldd, if not - # so already - if ! grep -qs ^@prefix@/lib/root\$ /etc/ld.so.conf ; then - echo @prefix@/lib/root >> /etc/ld.so.conf - fi - ldconfig - diff --git a/build/package/common/root-sapdb.postinst b/build/package/common/root-sapdb.postinst deleted file mode 100644 index 7c2f401890b..00000000000 --- a/build/package/common/root-sapdb.postinst +++ /dev/null @@ -1,7 +0,0 @@ - # Add @prefix@/lib/root to the directories searched by ldd, if not - # so already - if ! grep -qs ^@prefix@/lib/root\$ /etc/ld.so.conf ; then - echo @prefix@/lib/root >> /etc/ld.so.conf - fi - ldconfig - diff --git a/build/package/common/root-shift.postinst b/build/package/common/root-shift.postinst deleted file mode 100644 index 28d2316c299..00000000000 --- a/build/package/common/root-shift.postinst +++ /dev/null @@ -1,6 +0,0 @@ - # Add @prefix@/lib/root to the directories searched by ldd, if not - # so already - if ! grep -qs ^@prefix@/lib/root\$ /etc/ld.so.conf ; then - echo @prefix@/lib/root >> /etc/ld.so.conf - fi - ldconfig diff --git a/build/package/common/root-srp.postinst b/build/package/common/root-srp.postinst deleted file mode 100644 index 28d2316c299..00000000000 --- a/build/package/common/root-srp.postinst +++ /dev/null @@ -1,6 +0,0 @@ - # Add @prefix@/lib/root to the directories searched by ldd, if not - # so already - if ! grep -qs ^@prefix@/lib/root\$ /etc/ld.so.conf ; then - echo @prefix@/lib/root >> /etc/ld.so.conf - fi - ldconfig diff --git a/build/package/common/root-star.dscr b/build/package/common/root-star.dscr deleted file mode 100644 index 493e33254a4..00000000000 --- a/build/package/common/root-star.dscr +++ /dev/null @@ -1,9 +0,0 @@ -short: Contributions to ROOT from STAR collaboration -long: -This package include various classes contributed to the ROOT system -by the STAR collaboration at Brookhaven National Laboratory. Among -these are: - * More containers - * Extended visualisation classes -More information on STAR can be obtained at: - http://www.star.bnl.gov diff --git a/build/package/common/root-star.files b/build/package/common/root-star.files deleted file mode 100644 index 1ec8de61101..00000000000 --- a/build/package/common/root-star.files +++ /dev/null @@ -1,24 +0,0 @@ -@prefix@/include/root/TCL.h -@prefix@/include/root/TChair.h -@prefix@/include/root/TColumnView.h -@prefix@/include/root/TDataSet.h -@prefix@/include/root/TDataSetIter.h -@prefix@/include/root/TDsKey.h -@prefix@/include/root/TFileIter.h -@prefix@/include/root/TFileSet.h -@prefix@/include/root/TObjectSet.h -@prefix@/include/root/TPoints3D.h -@prefix@/include/root/TPointsArray3D.h -@prefix@/include/root/TPolyLineShape.h -@prefix@/include/root/TTable.h -@prefix@/include/root/TTable3Points.h -@prefix@/include/root/TTableDescriptor.h -@prefix@/include/root/TTableIter.h -@prefix@/include/root/TTablePoints.h -@prefix@/include/root/TTableSorter.h -@prefix@/include/root/TVolume.h -@prefix@/include/root/TVolumePosition.h -@prefix@/include/root/TVolumeView.h -@prefix@/include/root/TVolumeViewIter.h -@prefix@/include/root/Ttypes.h -@prefix@/include/root/tableDescriptor.h diff --git a/build/package/common/root-star.postinst b/build/package/common/root-star.postinst deleted file mode 100644 index 597f7b48afa..00000000000 --- a/build/package/common/root-star.postinst +++ /dev/null @@ -1,8 +0,0 @@ - # Add @prefix@/lib/root to the directories searched by ldd, if not - # so already - if ! grep -qs ^@prefix@/lib/root\$ /etc/ld.so.conf ; then - echo @prefix@/lib/root >> /etc/ld.so.conf - fi - ldconfig - - diff --git a/build/package/common/root-star.shlibs b/build/package/common/root-star.shlibs deleted file mode 100644 index 941f8218d94..00000000000 --- a/build/package/common/root-star.shlibs +++ /dev/null @@ -1 +0,0 @@ -@prefix@/lib/root/libStar.so* diff --git a/build/package/common/root-ttf.postinst b/build/package/common/root-ttf.postinst deleted file mode 100644 index 28d2316c299..00000000000 --- a/build/package/common/root-ttf.postinst +++ /dev/null @@ -1,6 +0,0 @@ - # Add @prefix@/lib/root to the directories searched by ldd, if not - # so already - if ! grep -qs ^@prefix@/lib/root\$ /etc/ld.so.conf ; then - echo @prefix@/lib/root >> /etc/ld.so.conf - fi - ldconfig diff --git a/build/package/common/root-venus.postinst b/build/package/common/root-venus.postinst deleted file mode 100644 index 7c2f401890b..00000000000 --- a/build/package/common/root-venus.postinst +++ /dev/null @@ -1,7 +0,0 @@ - # Add @prefix@/lib/root to the directories searched by ldd, if not - # so already - if ! grep -qs ^@prefix@/lib/root\$ /etc/ld.so.conf ; then - echo @prefix@/lib/root >> /etc/ld.so.conf - fi - ldconfig - diff --git a/build/package/common/root-zebra.postinst b/build/package/common/root-zebra.postinst deleted file mode 100644 index 7c2f401890b..00000000000 --- a/build/package/common/root-zebra.postinst +++ /dev/null @@ -1,7 +0,0 @@ - # Add @prefix@/lib/root to the directories searched by ldd, if not - # so already - if ! grep -qs ^@prefix@/lib/root\$ /etc/ld.so.conf ; then - echo @prefix@/lib/root >> /etc/ld.so.conf - fi - ldconfig - diff --git a/build/package/common/task-root.dscr b/build/package/common/task-root.dscr deleted file mode 100644 index 0cfa9a6b577..00000000000 --- a/build/package/common/task-root.dscr +++ /dev/null @@ -1,6 +0,0 @@ -short: A meta-package for a complete ROOT environment -long: -This package is a meta-package, meaning that its purpose is to -contain dependencies for a complete, Debian-based environment for -ROOT (Root's Object Oriented Technologies), the analysis, -development, etc. framework from the ROOT team. diff --git a/build/package/debian/root-bin.menu b/build/package/debian/root-bin.menu deleted file mode 100644 index 40838cc578d..00000000000 --- a/build/package/debian/root-bin.menu +++ /dev/null @@ -1,4 +0,0 @@ -?package(root-bin):needs=X11 section=Apps/Math\ - title="ROOT"\ - longtitle="ROOT'a Object Oriented Technologies"\ - command="xterm -e @prefix@/bin/root" diff --git a/build/package/debian/root-cint.prerm b/build/package/debian/root-cint.prerm deleted file mode 100644 index 0d9537d0af2..00000000000 --- a/build/package/debian/root-cint.prerm +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/sh -# prerm script for root-daemon -# -# see: dh_installdeb(1) - -set -e - -if [ "$1" != "upgrade" ] -then - update-alternatives --remove cint @prefix@/bin/cint.root - update-alternatives --remove makecint @prefix@/bin/makecint.root -fi - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 diff --git a/build/package/debian/root-daemon.postinst b/build/package/debian/root-daemon.postinst deleted file mode 100644 index fb1640f6f77..00000000000 --- a/build/package/debian/root-daemon.postinst +++ /dev/null @@ -1,46 +0,0 @@ -#! /bin/sh -# postinst script for root-daemon -# -# see: dh_installdeb(1) - -set -e - -case "$1" in - configure) - # Install lines in /etc/inetd.conf for ROOT daemon services - # The rootd for remote file acces - update-inetd --group OTHER --add \ - 'rootd\tstream\ttcp\tnowait\troot\t@prefix@/bin/rootd\trootd -i' - # The PROOF daemon for Parallel computing - update-inetd --group OTHER --add \ - 'proofd\tstream\ttcp\tnowait\troot\t@prefix@/bin/proofd\tproofd\t@prefix@/share/root' - - # Install lines in /etc/services - should not be done here, rather - # the lines should be added by netbase maintainer. Will ask for - # these at some later point. - if ! grep -qs ^proofd\$ /etc/services ; then - echo "proofd 1093/tcp # ROOT" >> /etc/services - fi - if ! grep -qs ^rootd\$ /etc/services ; then - echo "rootd 1094/tcp # ROOT" >> /etc/services - fi - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - # Nothing to be done here - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff --git a/build/package/debian/root-daemon.postrm b/build/package/debian/root-daemon.postrm deleted file mode 100644 index 5aa86056a80..00000000000 --- a/build/package/debian/root-daemon.postrm +++ /dev/null @@ -1,43 +0,0 @@ -#! /bin/sh -# postrm script for root-daemon -# -# see: dh_installdeb(1) - -set -e - -case "$1" in - purge|abort-install) - # Remove the rootd user and group - # Taken from mysql-server package and modified for ROOT - # rm -rf /var/spool/rootd - userdel -r rootd - reason=$? - if [ $reason -ne 0 ] ; then - # Could not remove user. Ignore. - echo "Couldn't remove user rootd, check it. Reason" - case $reason in - 1) echo "can't update password file" ;; - 2) echo "bad command syntax" ;; - 6) echo "specified user doesn't exist" ;; - 8) echo "user currently logged in" ;; - 10) echo "can't update group file" ;; - 12) echo "can't remove home directory" ;; - *) echo "Unknown" ;; - esac - fi - ;; - remove|upgrade|failed-upgrade|abort-upgrade|disappear) - # Nothing to be done here - ;; - *) - echo "postrm called with unknown argument \`$1'" >&2 - exit 0 - -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - - diff --git a/build/package/debian/root-daemon.preinst b/build/package/debian/root-daemon.preinst deleted file mode 100644 index 5bfaaf6cac8..00000000000 --- a/build/package/debian/root-daemon.preinst +++ /dev/null @@ -1,108 +0,0 @@ -#! /bin/sh -# preinst script for root-daemon -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * <new-preinst> `install' -# * <new-preinst> `install' <old-version> -# * <new-preinst> `upgrade' <old-version> -# * <old-preinst> `abort-upgrade' <new-version> - -case "$1" in - install|upgrade) - # Install user rootd for anonymous file access in /var/spool/rootd - # directory. - # The lines below are taken from the mysql-server package, and - # modified to reflects the needs of rootd. - - # Make sure we can add a user properly - if [ ! -x "`which adduser`" ]; then - echo "I need adduser(8) from the adduser package !"; - exit 1; - fi - if [ ! -x "`which addgroup`" ]; then - echo "I need addgroup(8) from the adduser package !"; - exit 1; - fi - if [ ! -x "`which usermod`" ]; then - echo "I need usermod(8) from the passwd package !"; - exit 1; - fi - - # Now we have to ensure the following state: - # /etc/passwd: rootd:x:Anonymous rootd:/var/spool/rootd:/bin/false - # /etc/group: rootd:x:72:rootd - if ! grep -q ^rootd: /etc/group; then - addgroup --system rootd - fi - if ! grep -q ^rootd: /etc/passwd; then - #echo Adding system user: rootd. - adduser --system --ingroup rootd \ - --gecos "Anonymous rootd" \ - --home /var/spool/rootd rootd >/dev/null - fi - - # creating rootd home directory - if ! test -d /var/spool/rootd; then - mkdir /var/spool/rootd - fi - - # modifying the user - usermod -c "Anonymous rootd" rootd - usermod -d "/var/spool/rootd" rootd - usermod -g "rootd" rootd - usermod -s "/bin/false" rootd - - # Since the home directory was created before putting the user - # into the rootd group and moreover we cannot guarantee that - # the permissions were correctly *before* calling this script, - # we fix them now. - #echo - #echo "SECURITY: Fixing permission of /var/spool/rootd !" - #echo "(I.e. replacing GIDs other than root and rootd with rootd.)" - #echo - chown rootd.rootd /var/spool/rootd - find /var/spool/rootd \ - -not \( -group root -or -group rootd \) \ - -exec chgrp rootd {} \; - - # Create the tmp and pub directories in /var/spool/rootd and - # make them world read- and writeable. - if [ ! -d /var/spool/rootd/tmp ] ; then - mkdir -p /var/spool/rootd/tmp - chmod 777 /var/spool/rootd/tmp - fi - - if [ ! -d /var/spool/rootd/pub ] ; then - mkdir -p /var/spool/rootd/pub - chmod 777 /var/spool/rootd/pub - fi - - # Nothing to be done here - # if [ "$1" = "upgrade" ] - # then - # start-stop-daemon --stop --quiet --oknodo \ - # --pidfile /var/run/root.pid \ - # --exec @prefix@/sbin/root 2>/dev/null || true - # fi - ;; - - abort-upgrade) - ;; - *) - echo "preinst called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff --git a/build/package/debian/root-daemon.prerm b/build/package/debian/root-daemon.prerm deleted file mode 100644 index 9243d2e2ab9..00000000000 --- a/build/package/debian/root-daemon.prerm +++ /dev/null @@ -1,31 +0,0 @@ -#! /bin/sh -# prerm script for root-daemon -# -# see: dh_installdeb(1) - -set -e - -case "$1" in - remove) - update-inetd --remove rootd - update-inetd --remove proofd - ;; - upgrade|deconfigure) - # Nothing to be done here - ;; - failed-upgrade) - ;; - *) - echo "prerm called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff --git a/build/package/debian/root-gl.postinst.in b/build/package/debian/root-gl.postinst.in deleted file mode 100644 index d7e06e53756..00000000000 --- a/build/package/debian/root-gl.postinst.in +++ /dev/null @@ -1,30 +0,0 @@ -#! /bin/sh -# postinst script for root-opengl -# -# see: dh_installdeb(1) - -set -e - -case "$1" in - configure) -@postinst@ - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - # Nothing to be done here - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff --git a/build/package/debian/root-mysql.postinst.in b/build/package/debian/root-mysql.postinst.in deleted file mode 100644 index fd98e7bedfd..00000000000 --- a/build/package/debian/root-mysql.postinst.in +++ /dev/null @@ -1,30 +0,0 @@ -#! /bin/sh -# postinst script for root-mysql -# -# see: dh_installdeb(1) - -set -e - -case "$1" in - configure) -@postinst@ - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - # Nothing to be done here - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff --git a/build/package/debian/root-pgsql.postinst.in b/build/package/debian/root-pgsql.postinst.in deleted file mode 100644 index fd98e7bedfd..00000000000 --- a/build/package/debian/root-pgsql.postinst.in +++ /dev/null @@ -1,30 +0,0 @@ -#! /bin/sh -# postinst script for root-mysql -# -# see: dh_installdeb(1) - -set -e - -case "$1" in - configure) -@postinst@ - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - # Nothing to be done here - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff --git a/build/package/debian/root-pythia.postinst.in b/build/package/debian/root-pythia.postinst.in deleted file mode 100644 index 1a6eb521fcf..00000000000 --- a/build/package/debian/root-pythia.postinst.in +++ /dev/null @@ -1,30 +0,0 @@ -#! /bin/sh -# postinst script for root-pythia -# -# see: dh_installdeb(1) - -set -e - -case "$1" in - configure) -@postinst@ - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - # Nothing to be done here - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff --git a/build/package/debian/root-shift.postinst.in b/build/package/debian/root-shift.postinst.in deleted file mode 100644 index 2e18998a624..00000000000 --- a/build/package/debian/root-shift.postinst.in +++ /dev/null @@ -1,30 +0,0 @@ -#! /bin/sh -# postinst script for root-shift -# -# see: dh_installdeb(1) - -set -e - -case "$1" in - configure) -@postinst@ - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - # Nothing to be done here - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff --git a/build/package/debian/root-star.control.in b/build/package/debian/root-star.control.in deleted file mode 100644 index c665e507102..00000000000 --- a/build/package/debian/root-star.control.in +++ /dev/null @@ -1,5 +0,0 @@ -Package: root-star -Architecture: any -Depends: libroot (= ${Source-Version}), ${shlibs:Depends} -Description: @short@ -@long@ diff --git a/build/package/debian/root-star.postinst.in b/build/package/debian/root-star.postinst.in deleted file mode 100644 index 0b23efe84f2..00000000000 --- a/build/package/debian/root-star.postinst.in +++ /dev/null @@ -1,30 +0,0 @@ -#! /bin/sh -# postinst script for root-star -# -# see: dh_installdeb(1) - -set -e - -case "$1" in - configure) -@postinst@ - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - # Nothing to be done here - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff --git a/build/package/debian/root-ttf.postinst.in b/build/package/debian/root-ttf.postinst.in deleted file mode 100644 index 98e811b12b0..00000000000 --- a/build/package/debian/root-ttf.postinst.in +++ /dev/null @@ -1,30 +0,0 @@ -#! /bin/sh -# postinst script for root-ttf -# -# see: dh_installdeb(1) - -set -e - -case "$1" in - configure) -@postinst@ - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - # Nothing to be done here - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff --git a/build/package/debian/root-venus.postinst.in b/build/package/debian/root-venus.postinst.in deleted file mode 100644 index 1a6eb521fcf..00000000000 --- a/build/package/debian/root-venus.postinst.in +++ /dev/null @@ -1,30 +0,0 @@ -#! /bin/sh -# postinst script for root-pythia -# -# see: dh_installdeb(1) - -set -e - -case "$1" in - configure) -@postinst@ - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - # Nothing to be done here - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff --git a/build/package/debian/task-root.README.Debian b/build/package/debian/task-root.README.Debian deleted file mode 100644 index e23c0ff9f2b..00000000000 --- a/build/package/debian/task-root.README.Debian +++ /dev/null @@ -1,18 +0,0 @@ -The Debian Package task-root ----------------------------- - -This package is a meta-package, meaning that its purpose is to contain -dependencies for a complete, Debian-based environment for ROOT (Root's -Object Oriented Technologies), the analysis, development, -etc. framework from the ROOT team. For more information on ROOT, -please refer to the packages, and also to the master web site: - - http://root.cern.ch - -This package also carries optional 'Recommends' package suggestions. -The packages listed are suggested for installation, but not required. - -Please file a wishlist bug against the package if you feel there are -additional packages that ought to be included with this meta-package. - -Christian Holm <cholm@nbi.dk>, Sat, 16 Dec 2000 11:53:32 +0100 diff --git a/build/package/debian/task-root.control.in b/build/package/debian/task-root.control.in deleted file mode 100644 index cd96d339775..00000000000 --- a/build/package/debian/task-root.control.in +++ /dev/null @@ -1,6 +0,0 @@ -Package: task-root -Architecture: all -Depends: root-cint, libroot, libroot-dev, root-bin, task-c++-dev -Recommends: root-shift, root-star, root-pythia, root-mysql, root-pgsql, root-gl, root-zebra, root-ttf, root-daemon, root-doc -Description: @short@ -@long@ diff --git a/build/package/rpm/root-star.spec.in b/build/package/rpm/root-star.spec.in deleted file mode 100644 index 03b8b4550e4..00000000000 --- a/build/package/rpm/root-star.spec.in +++ /dev/null @@ -1,14 +0,0 @@ -###################################################################### -# -# star Sub package -# -%package -n root-star -Group: ROOT -Summary: @short@ -%description -n root-star -@long@ - -#--------------------------------------------------------------------- -# Files that go into this package -%files -n root-star -f @files@ - diff --git a/build/package/rpm/task-root.spec.in b/build/package/rpm/task-root.spec.in deleted file mode 100644 index 9fbe790a1c1..00000000000 --- a/build/package/rpm/task-root.spec.in +++ /dev/null @@ -1,19 +0,0 @@ -###################################################################### -# -# Task Sub package -# -%package -n task-root -Group: ROOT -Summary: @short@ -Requires: root-cint >= %ver, libroot >= %ver, libroot-dev >= %ver, root-bin >= %ver -%description -n task-root -@long@ - -#--------------------------------------------------------------------- -# Explicit dependencies - -#--------------------------------------------------------------------- -# Files that go into this package -%files -n task-root -%attr(-,root,root) %doc build/package/common/README LICENSE - -- GitLab