Skip to content
Snippets Groups Projects
Commit c847bf24 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

From Chistian Holm:

  * New package names.  Packages that used to be named
    `root-{bin,doc,common,...}' are now called
    `root-system-{bin,doc,common,...}'  This is to please the Debian
    FTP masters so that they might accept ROOT into the main Debian
    distribution.
  * The above change means a lot of files in the `build/package/...'
    need to be renamed.
  * Fix to `unuran/Module.mk' to allow unpacking the tar-ball an
    remove it before making packages.  This is also done for roofit
    and afterimage.   This is required by Debian so that the
    security team can make patches.
  * Note, that due to the name change, the packages are not
    compatible with the old packages.  That means that users will
    have to completely de-install the old ROOT packages before
    installing the new ones.


git-svn-id: http://root.cern.ch/svn/root/trunk@18746 27541ba8-7e3a-0410-8455-c3a389f83636
parent e74028e1
No related branches found
No related tags found
No related merge requests found
Showing
with 109 additions and 42 deletions
......@@ -2,14 +2,17 @@
@prefix@/share/emacs/site-lisp/root-help.el
@prefix@/include/root/compiledata.h
@prefix@/include/root/rmain.cxx
@prefix@/include/root/RConfigure.h
@prefix@/lib/root/@version@/python
# @prefix@/lib/root/@version@/PyCintex.py*
@prefix@/bin/rootcint
@prefix@/bin/root-config
@prefix@/bin/memprobe
@prefix@/bin/rmkdepend
@prefix@/bin/rlibmap
@prefix@/share/man/man1/rootcint.1*
@prefix@/share/man/man1/root-config.1*
@prefix@/share/man/man1/memprobe.1*
@prefix@/share/man/man1/rmkdepend.1*
@sysconfdir@/root/system.rootmap
@prefix@/share/man/man1/rlibmap.1*
# @sysconfdir@/root/system.rootmap
@prefix@/lib/root/@version@/ROOT.py
@prefix@/lib/root/@version@/GDMLContentHandler.py
@prefix@/lib/root/@version@/GDMLROOT.py
@prefix@/lib/root/@version@/ROOTBinding.py
@prefix@/lib/root/@version@/ROOTGDML.py
@prefix@/lib/root/@version@/ROOTwriter.py
@prefix@/lib/root/@version@/processes.py
@prefix@/lib/root/@version@/units.py
@prefix@/lib/root/@version@/writer.py
@prefix@/lib/root/@version@/PyCintex.py
\ No newline at end of file
@prefix@/lib/root/@version@/PyCintex.py
Package: libroot@libvers@
Section: libs
Architecture: any
Depends: root-common, ${shlibs:Depends}
Recommends: root-bin, libroot-dev
Conflicts: root-cint
Depends: root-system-common, ${shlibs:Depends}
Recommends: root-system-bin, libroot-dev
Provides: libroot
Replaces: root-cint
Description: Numerical data analysis framework - shared runtime libraries
This package contains the shared libraries used by the ROOT
system. The libraries contain numerous C++ class definitions for
......@@ -24,9 +22,7 @@ Package: libroot-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, zlib1g-dev, libssl-dev, comerr-dev, libkrb5-dev, libx11-dev, libfreetype6-dev, libpcre3-dev, libxpm-dev, g++ | c++-compiler, ${python:Depends}, cfortran
Suggests: root-bin, gccxml
Replaces: root-cint
Conflicts: root-cint
Suggests: root-system-bin, gccxml
Description: Header files for ROOT
This package contains header files (Class declarations) for the ROOT
class libraries. Please refer the package documentation for libroot
......@@ -34,11 +30,9 @@ Description: Header files for ROOT
.
ROOT web-site: http://root.cern.ch
Package: root-common
Package: root-system-common
Architecture: all
Depends: ttf-freefont | root-ttf, ttf-opensymbol | root-ttf
Replaces: libroot (<< 5.09.01-5), root-bin (<< 5.09.01-5), root-rootd (<< 5.09.01-7), root-proofd (<< 5.09.01-7), root-xrootd (<< 5.09.01-7)
Conflicts: libroot (<< 5.09.01-5), root-bin (<< 5.09.01-5), root-rootd (<< 5.09.01-7), root-proofd (<< 5.09.01-7), root-xrootd (<< 5.09.01-7)
Description: Common files for ROOT
This package contains some common infrastructure files for ROOT.
.
......
@prefix@/lib/root/lib*Dict.so*
@prefix@/lib/root/@version@/lib*Dict.so*
@prefix@/lib/root/lib[a-z]*Dict.so*
@prefix@/lib/root/@version@/lib[a-z]*Dict.so*
@prefix@/lib/root/@version@/cint
Package: root-bin
Package: root-system-bin
Architecture: any
Depends: ${shlibs:Depends}
Recommends: root-plugin-gl, root-plugin-asimage, libroot-minuit | root-fitter, libroot-dev
Conflicts: root-cint
Replaces: root-cint
Depends: ${shlibs:Depends}, root-plugin-asimage
Recommends: root-plugin-gl, libroot-minuit | root-fitter, libroot-dev
Description: Numerical data analysis framework - general applications
The ROOT system provides a set of OO frameworks with all the
functionality needed to handle and analyse large amounts of data in a
......
......@@ -5,6 +5,8 @@
@sysconfdir@/root/system.rootrc
@sysconfdir@/root/system.rootdaemonrc
@sysconfdir@/root/RadioNuclides.txt
@sysconfdir@/root/gdb-backtrace.sh
@sysconfdir@/root/html
@prefix@/share/man/man1/system.rootdaemonrc.1*
@prefix@/share/root/icons/
@prefix@/share/root/fonts/symbol.ttf
......
Package: root-doc
Package: root-system-doc
Section: doc
Architecture: all
Suggests: root-bin
Suggests: root-system-bin
Description: Tutorial and test suit for the ROOT system
This package contains the tutorial scripts and test suit for the ROOT
system.
......
Package: root-proofd
Package: root-system-proofd
Architecture: any
Pre-Depends: netbase
Depends: root-common, root-plugin-proof, lsb-base (>= 3.0-6), ${shlibs:Depends}
Recommends: root-bin, libroot-dev, root-file-server | root-rootd
Pre-Depends: openbsd-inetd | inet-superserver
Depends: root-system-common, root-plugin-proof, lsb-base (>= 3.0-6), ${shlibs:Depends}
Recommends: root-system-bin, libroot-dev, root-file-server | root-system-rootd
Description: Parallel ROOt Facility - distributed, parallel computing
This package contains the PROOF server. proofd is the core daemon of
the PROOF (Parallel ROOt Facility) system for distributed parallel
......
@prefix@/share/root/proof/
@prefix@/bin/proofserv
@prefix@/bin/proofserv.exe
@prefix@/bin/proofserv.bin
@prefix@/share/man/man1/proofserv.1*
@prefix@/share/root/proof/log/
......
Package: root-rootd
Package: root-system-rootd
Architecture: any
Depends: root-common, lsb-base (>= 3.0-6), ${shlibs:Depends}
Pre-Depends: adduser, netbase
Recommends: root-bin, libroot-dev
Depends: root-system-common, lsb-base (>= 3.0-6), ${shlibs:Depends}
Pre-Depends: adduser, openbsd-inetd | inet-superserver
Recommends: root-system-bin, libroot-dev
Provides: root-file-server
Description: ROOT remote file server
This package contains ROOT file server. rootd is a server for ROOT
......
Package: root-xrootd
Package: root-system-xrootd
Architecture: any
Depends: root-common, lsb-base (>= 3.0-6), ${shlibs:Depends}
Depends: root-system-common, lsb-base (>= 3.0-6), ${shlibs:Depends}
Provides: root-file-server
Description: Extented ROOT file server
This package contains the xrootd server for ROOT, the eXtended
......
@prefix@/bin/xrd.bin
@prefix@/bin/xrdcp.bin
@prefix@/bin/xrdpwdadmin.bin
@prefix@/bin/xrdgsiproxy.bin
# @prefix@/bin/xrdgsiproxy.bin
#!/usr/bin/fontforge
#
# Copyright: 1994, 1995, 1996, 1997, 1998, 1999 ROOT Team
# 2000, 2001, 2002, 2003, 2004, 2005 ROOT Team
# 2006 ROOT Team
#
# This library is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation; either version 2.1 of the
# License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
# USA
#
Print("Opening s050000l.pfb");
Open("./s050000l.pfb");
Print("Reencoding to symbol");
Reencode("symbol");
Generate("s050000l.sym.ttf","ttf");
# Move misplaced glyphs"
a = Array(9);
a[0] = 39;
a[1] = 68;
a[2] = 87;
a[3] = 109;
a[4] = 160;
a[5] = 210;
a[6] = 211;
a[7] = 212;
a[8] = 224;
s = Array(9);
s[0] = "suchthat";
s[1] = "Delta";
s[2] = "Omega";
s[3] = "mu";
s[4] = "Euro";
s[5] = "registerserif";
s[6] = "copyrightserif";
s[7] = "trademarkserif";
s[8] = "lozenge";
i = 0;
while (i < 9)
Print("Moving ",256+i," (",s[i],") to ",a[i]);
Select(256+i);
Cut();
Select(a[i]);
Paste();
SetCharName(s[i]);
i++;
endloop;
Print("Scale to em");
ScaleToEm(1638,410);
Print("Saving to s050000l.sym.ttf");
Generate("s050000l.sym.ttf","ttf");
Print("Please rename s050000l.sym.ttf to symbol.ttf");
#
# EOF
#
File added
......@@ -532,4 +532,5 @@ Thanks:
Local Variables:
mode: text
End:
\ No newline at end of file
End:
root-system (5.15.07-1) experimental; urgency=low
* New version.
* New source package name to please FTP-masters.
-- Christian Holm Christensen <cholm@nbi.dk> Tue, 01 May 2007 22:18:01 +0200
root (5.13.05-7) experimental; urgency=low
* New release. take out /usr/lib/root/<version> from
......
Source: root
Source: root-system
Section: science
Priority: optional
Maintainer: Christian Holm Christensen <cholm@nbi.dk>
Build-Depends: debhelper (>= 5.0.37.2), po-debconf, libssl-dev, comerr-dev, libxpm-dev, libfreetype6-dev, libpcre3-dev, zlib1g-dev | libz-dev, python-dev (>= 2.1)@builddepends@
Standards-Version: 3.7.2
Package: root
Package: root-system
Architecture: all
Depends: root-bin, libroot, libroot-dev
Depends: root-system-bin, libroot, libroot-dev
Recommends: @plugins@
Suggests: @extras@
Description: Meta package to install all ROOT packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment