[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Geant4 package



Hello Yngve,

The attached patchset removes cernlib dependencies and fixes a
regression that breaks the compilation of 4.9.4.p01. There are also
some minor changes. Could you please apply it to the repo?


Cheers,
Lifeng

On 09:34 Tue 06/28/11 Jun     , Yngve Inntjore Levinsen wrote:
> I uploaded the Geant4 package to git now, and are wondering if there are anyone willing to help me fix it/improve it. Currently I have managed to build a previous version 4.9.3.p02. The recent version, 4.9.4.p01 however, have not been built successfully. A couple of comments:
> 
> - The packaging depended on CERNLIB before, but since Geant4 itself should not depend on CERNLIB anymore (?), I tried to remove the dependency (potentially not very successfully)
> - The package depends on CLHEP, which has a redistribution license problem. We have been allowed to redistribute it on our unofficial CERN Debian server, where you can find the package: http://cern.ch/lcg-heppkg/debian/
> - I tried to build the new version against the most recent version of CLHEP, 2.1.0.1. To get that version, contact me or do "apt-get source clhep2", update the source ( http://proj-clhep.web.cern.ch/proj-clhep/#download ) and build the package yourself. 
> - The Geant4 package was very well constructed from the original packager, Kevin B. McCarty. I might have broken some stuff, and misunderstood some parts. E.g. the soversion in debian/rules have been a bit of a mystery to me. Please fix/improve anything you see that I have done wrong. 
> - I am in the final 6 months of my PhD at the moment, so I have very little time working on this (sadly). I know though that there are quite a few people using this package, so if we could be able to release the new version it would be appreciated. As soon as the package builds fine I will immediately build and release the 64bit versions on our server, and see if I can get someone to build the 32bit versions as well.
> - New Geant4 patch was released last week ( http://geant4.cern.ch/ ), that should ideally be incorporated as well.
> 
> Cheers,
> Yngve

-- 
>From ce33dab6c8375155c0b32149d5b9a7d27ef22219 Mon Sep 17 00:00:00 2001
From: Lifeng Sun <lifongsun@gmail.com>
Date: Thu, 30 Jun 2011 11:20:39 +0800
Subject: [PATCH 1/6] Remove cernlib dependencies.

---
 debian/control                                   |    1 -
 debian/control.in                                |    3 +--
 debian/patches/92_select-fortran-compiler.dpatch |   17 +++++++----------
 debian/rules                                     |   12 +-----------
 4 files changed, 9 insertions(+), 24 deletions(-)

diff --git a/debian/control b/debian/control
index 69d516e..8696061 100644
--- a/debian/control
+++ b/debian/control
@@ -38,7 +38,6 @@ Description: examples that can be built with the Geant4 physics toolkit
 
 Package: geant4-common
 Architecture: all
-Depends: 
 Suggests: wget | curl
 Description: architecture-independent configuration files of Geant4
  Geant4 is a toolkit for the simulation of the passage of particles through
diff --git a/debian/control.in b/debian/control.in
index 9a92759..087ec60 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -2,7 +2,7 @@ include(debian/control.m4)dnl
 Source: geant4
 Priority: optional
 Maintainer: Yngve Inntjore Levinsen <yngve.inntjore.levinsen@cern.ch>
-Build-Depends: debhelper (>= 5.0.13), m4, dpatch, CERNLIB_BASE, FORTRAN_COMPILER, GEANT_DEPS, OPENGL_DEPS, XERCES_DEPS
+Build-Depends: debhelper (>= 5.0.13), m4, dpatch, FORTRAN_COMPILER, GEANT_DEPS, OPENGL_DEPS, XERCES_DEPS
 Standards-Version: 3.7.3
 Section: science
 Homepage: GEANT_HOME
@@ -33,7 +33,6 @@ Description: examples that can be built with the Geant4 physics toolkit
 
 Package: geant4-common
 Architecture: all
-Depends: CERNLIB_BASE
 Suggests: wget | curl
 Description: architecture-independent configuration files of Geant4
  GEANT_SHORT
diff --git a/debian/patches/92_select-fortran-compiler.dpatch b/debian/patches/92_select-fortran-compiler.dpatch
index 570a43b..6700d1a 100755
--- a/debian/patches/92_select-fortran-compiler.dpatch
+++ b/debian/patches/92_select-fortran-compiler.dpatch
@@ -7,19 +7,16 @@
 
 @DPATCH@
 
-diff -ur geant4-4.9.3~/config/sys/Linux-g++.gmk geant4-4.9.3/config/sys/Linux-g++.gmk
---- geant4-4.9.3~/config/sys/Linux-g++.gmk	2010-01-14 14:44:58.000000000 +0100
-+++ geant4-4.9.3/config/sys/Linux-g++.gmk	2010-01-14 14:51:53.000000000 +0100
-@@ -42,9 +42,10 @@
-   endif
-   G4RUNPATHOPTION := -Wl,-rpath 
+diff --git a/config/sys/Linux-g++.gmk b/config/sys/Linux-g++.gmk
+index adbcbd6..1c39fa1 100644
+--- a/config/sys/Linux-g++.gmk
++++ b/config/sys/Linux-g++.gmk
+@@ -44,7 +44,7 @@ ifeq ($(G4SYSTEM),Linux-g++)
    CC := gcc
--  FC := gfortran
-+  FC := $(shell cernlib | awk '{print $$NF}' | \
-+  	 sed -e 's/^-l//' -e 's/g2c/g77/')
+   FC := gfortran
    FCFLAGS += -fno-automatic -fno-backslash -fno-second-underscore
 -  FCLIBS := -lg2c -lnsl
-+  FCLIBS := $(shell cernlib | awk '{print $$NF}') -lnsl
++  FCLIBS := -lgfortran -lnsl
    ECHO   := /bin/echo -e
    SHEXT  := so
    ARCH   := $(shell uname -m | cut -s -d "_" -f 2)
diff --git a/debian/rules b/debian/rules
index 39c0a66..a98ba5d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,12 +30,7 @@ export G4_RELEASE = -$(GEANT4_RELEASE)
 export G4_SOVER   = .$(GEANT4_SOVER)
 G4_PKGSUFF        = $(G4_RELEASE)-$(GEANT4_SOVER)$(GEANT4_ABI)
 
-# What package is cernlib script in?
-CERNLIB_BASE = $(shell dpkg -S /usr/bin/cernlib 2> /dev/null | cut -f 1 -d ':')
-
-# Choose default FORTRAN compiler based on output of cernlib script.
-FC = $(shell cernlib 2> /dev/null | awk '{print $$NF}' | \
-		sed -e 's/^-l//' -e 's/g2c/g77/')
+FC = gfortran
 
 # Choose xerces libdevel package.  Needs to be installed on system, sigh.
 XERCES_DEPS=$(shell dpkg -S /usr/lib/libxerces-c.so 2> /dev/null | \
@@ -108,10 +103,6 @@ build-stamp: configure-stamp
 	touch $@
 
 debian/control.new: debian/control.in debian/control.m4 debian/rules
-	if [ -z "$(CERNLIB_BASE)" ] ; then \
-		echo "Cannot find cernlib binary to determine build-deps" 1>&2;\
-		exit 1 ; \
-	fi
 	if [ -z "$(XERCES_DEPS)" ] ; then \
 		echo "Cannot find libxerces-c.so to determine build-deps" 1>&2;\
 		exit 1 ; \
@@ -120,7 +111,6 @@ debian/control.new: debian/control.in debian/control.m4 debian/rules
 		-DGEANT4_SOVER=$(GEANT4_SOVER) \
 		-DGEANT4_ABI=$(GEANT4_ABI) \
 		-DCLHEP_VERSION=$(CLHEP_VERSION) \
-		-DCERNLIB_BASE=$(CERNLIB_BASE) \
 		-DXERCES_DEPS=$(XERCES_DEPS) \
 		-DFORTRAN_COMPILER=$(FC) \
 		$< > $@
-- 
1.7.5.4

>From fb8c23bbc322f1a5fe3f6579297353e4fe8e2fea Mon Sep 17 00:00:00 2001
From: Lifeng Sun <lifongsun@gmail.com>
Date: Thu, 30 Jun 2011 14:18:36 +0800
Subject: [PATCH 2/6] Fix regression introduced in 411812dfaef01.

---
 debian/rules |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index a98ba5d..21ce87f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -242,10 +242,10 @@ binary-arch: build install
 		debian/libg4opengl$(G4_PKGSUFF)/usr/share/geant4/sh-scripts.d/
 	# Install lintian overrides for "useless-call-to-ldconfig" complaints
 	set -e ; \
-	for file in `cd debian/lintian && echo *` 
-	do
-		pkg=$${file%.in}$(G4_PKGSUFF) 
-		mkdir -p debian/$$pkg/usr/share/lintian/overrides/
+	for file in `cd debian/lintian && echo *`; \
+	do \
+		pkg=$${file%.in}$(G4_PKGSUFF); \
+		mkdir -p debian/$$pkg/usr/share/lintian/overrides/; \
 		m4 	-DGEANT4_SOVER=$(GEANT4_SOVER) \
 			-DGEANT4_ABI=$(GEANT4_ABI) \
 			-DGEANT4_RELEASE=$(GEANT4_RELEASE) \
-- 
1.7.5.4

>From 9cdc6a3ca877ea0eeecf2d9e872d08143721b79c Mon Sep 17 00:00:00 2001
From: Lifeng Sun <lifongsun@gmail.com>
Date: Thu, 30 Jun 2011 14:31:53 +0800
Subject: [PATCH 3/6] Add ${misc:Depends} in control files.

---
 debian/control    |   19 ++++++++++---------
 debian/control.in |   19 ++++++++++---------
 2 files changed, 20 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index 8696061..2a60a7e 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Homepage: http://geant4.cern.ch/
 
 Package: geant4
 Architecture: all
-Depends: geant4-common (= ${source:Version}), libgeant4-dev, libgeant4-plists-dev, libg4opengl-dev, geant4-examples, clhep2
+Depends: geant4-common (= ${source:Version}), libgeant4-dev, libgeant4-plists-dev, libg4opengl-dev, geant4-examples, clhep2, ${misc:Depends}
 Description: toolkit for simulation of particle/nuclear physics in detectors
  Geant4 is a toolkit for the simulation of the passage of particles through
  matter.   Its application areas include high energy physics and nuclear
@@ -25,7 +25,7 @@ Package: geant4-examples
 Section: doc
 Architecture: all
 Recommends: geant4
-Depends: libgeant4-dev (>= ${source:Upstream-Version}), libgeant4-dev (<< ${source:Upstream-Version}.0~)
+Depends: libgeant4-dev (>= ${source:Upstream-Version}), libgeant4-dev (<< ${source:Upstream-Version}.0~), ${misc:Depends}
 Description: examples that can be built with the Geant4 physics toolkit
  Geant4 is a toolkit for the simulation of the passage of particles through
  matter.  Its application areas include high energy and nuclear physics.
@@ -39,6 +39,7 @@ Description: examples that can be built with the Geant4 physics toolkit
 Package: geant4-common
 Architecture: all
 Suggests: wget | curl
+Depends: ${misc:Depends}
 Description: architecture-independent configuration files of Geant4
  Geant4 is a toolkit for the simulation of the passage of particles through
  matter.  Its application areas include high energy and nuclear physics.
@@ -53,7 +54,7 @@ Description: architecture-independent configuration files of Geant4
 Package: libgeant4-4.9-6
 Architecture: any
 Section: libs
-Depends: geant4-common, ${shlibs:Depends}
+Depends: geant4-common, ${shlibs:Depends}, ${misc:Depends}
 Description: libraries for the Geant4 physics toolkit
  Geant4 is a toolkit for the simulation of the passage of particles through
  matter.  Its application areas include high energy and nuclear physics.
@@ -66,7 +67,7 @@ Description: libraries for the Geant4 physics toolkit
 Package: libgeant4-dev
 Architecture: any
 Section: libdevel
-Depends: g++, make, geant4-headers (>= ${source:Upstream-Version}), geant4-headers (<< ${source:Upstream-Version}.0~), libxmu-dev, libxt-dev, libx11-dev, lesstif2-dev, libxaw7-dev, zlib1g-dev, clhep2-dev (>= 2.1.0.1), clhep2-dev (<< 2.1.0.1.0~), libxerces-c2-dev, libgeant4-4.9-6 (= ${binary:Version}), ${shlibs:Depends}
+Depends: g++, make, geant4-headers (>= ${source:Upstream-Version}), geant4-headers (<< ${source:Upstream-Version}.0~), libxmu-dev, libxt-dev, libx11-dev, lesstif2-dev, libxaw7-dev, zlib1g-dev, clhep2-dev (>= 2.1.0.1), clhep2-dev (<< 2.1.0.1.0~), libxerces-c2-dev, libgeant4-4.9-6 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: development libraries for the Geant4 physics toolkit
  Geant4 is a toolkit for the simulation of the passage of particles through
  matter.  Its application areas include high energy and nuclear physics.
@@ -81,7 +82,7 @@ Description: development libraries for the Geant4 physics toolkit
 Package: geant4-headers
 Architecture: all
 Section: libdevel
-Depends: geant4-common
+Depends: geant4-common, ${misc:Depends}
 Recommends: libgeant4-dev
 Description: include files for the Geant4 physics toolkit
  Geant4 is a toolkit for the simulation of the passage of particles through
@@ -94,7 +95,7 @@ Description: include files for the Geant4 physics toolkit
 Package: libg4opengl-4.9-6
 Architecture: any
 Section: libs
-Depends: libgeant4-4.9-6 (= ${binary:Version}), ${shlibs:Depends}
+Depends: libgeant4-4.9-6 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: OpenGL bindings for the Geant4 physics toolkit
  Geant4 is a toolkit for the simulation of the passage of particles through
  matter.  Its application areas include high energy and nuclear physics.
@@ -106,7 +107,7 @@ Description: OpenGL bindings for the Geant4 physics toolkit
 Package: libg4opengl-dev
 Architecture: any
 Section: libdevel
-Depends: libgeant4-dev (= ${binary:Version}), libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev, libxi-dev, libg4opengl-4.9-6 (= ${binary:Version})
+Depends: libgeant4-dev (= ${binary:Version}), libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev, libxi-dev, libg4opengl-4.9-6 (= ${binary:Version}), ${misc:Depends}
 Description: development library including the OpenGL bindings for Geant4
  Geant4 is a toolkit for the simulation of the passage of particles through
  matter.  Its application areas include high energy and nuclear physics.
@@ -118,7 +119,7 @@ Description: development library including the OpenGL bindings for Geant4
 Package: libgeant4-plists-4.9-6
 Architecture: any
 Section: libs
-Depends: libgeant4-4.9-6 (= ${binary:Version}), ${shlibs:Depends}
+Depends: libgeant4-4.9-6 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: Geant4 hadronic Physics Lists runtime libraries
  Geant4 is a toolkit for the simulation of the passage of particles through
  matter.  Its application areas include high energy and nuclear physics.
@@ -128,7 +129,7 @@ Description: Geant4 hadronic Physics Lists runtime libraries
 Package: libgeant4-plists-dev
 Architecture: any
 Section: libdevel
-Depends: libgeant4-plists-4.9-6 (= ${binary:Version}), libgeant4-dev (= ${binary:Version})
+Depends: libgeant4-plists-4.9-6 (= ${binary:Version}), libgeant4-dev (= ${binary:Version}), ${misc:Depends}
 Description: Geant4 hadronic Physics Lists development libraries
  Geant4 is a toolkit for the simulation of the passage of particles through
  matter.  Its application areas include high energy and nuclear physics.
diff --git a/debian/control.in b/debian/control.in
index 087ec60..b498f79 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -9,7 +9,7 @@ Homepage: GEANT_HOME
 
 Package: geant4
 Architecture: all
-Depends: SOURCE_EQUIV(geant4-common), libgeant4-dev, libgeant4-plists-dev, libg4opengl-dev, geant4-examples
+Depends: SOURCE_EQUIV(geant4-common), libgeant4-dev, libgeant4-plists-dev, libg4opengl-dev, geant4-examples, ${misc:Depends}
 Description: toolkit for simulation of particle/nuclear physics in detectors
  GEANT_DESC
  .
@@ -21,7 +21,7 @@ Package: geant4-examples
 Section: doc
 Architecture: all
 Recommends: geant4
-Depends: UPSTREAM_EQUIV(libgeant4-dev)
+Depends: UPSTREAM_EQUIV(libgeant4-dev), ${misc:Depends}
 Description: examples that can be built with the Geant4 physics toolkit
  GEANT_SHORT
  .
@@ -33,6 +33,7 @@ Description: examples that can be built with the Geant4 physics toolkit
 
 Package: geant4-common
 Architecture: all
+Depends: ${misc:Depends}
 Suggests: wget | curl
 Description: architecture-independent configuration files of Geant4
  GEANT_SHORT
@@ -47,7 +48,7 @@ Description: architecture-independent configuration files of Geant4
 Package: GEANT_LIB(libgeant4)
 Architecture: any
 Section: libs
-Depends: geant4-common, ${shlibs:Depends}
+Depends: geant4-common, ${shlibs:Depends}, ${misc:Depends}
 GEANT_ABI_CONFLICTS(libgeant4)dnl
 Description: libraries for the Geant4 physics toolkit
  GEANT_SHORT
@@ -60,7 +61,7 @@ Description: libraries for the Geant4 physics toolkit
 Package: libgeant4-dev
 Architecture: any
 Section: libdevel
-Depends: g++, make, UPSTREAM_EQUIV(geant4-headers), GEANT_DEPS, XERCES_DEPS, BINARY_EQUIV(GEANT_LIB(libgeant4)), ${shlibs:Depends}
+Depends: g++, make, UPSTREAM_EQUIV(geant4-headers), GEANT_DEPS, XERCES_DEPS, BINARY_EQUIV(GEANT_LIB(libgeant4)), ${shlibs:Depends}, ${misc:Depends}
 Description: development libraries for the Geant4 physics toolkit
  GEANT_SHORT
  .
@@ -74,7 +75,7 @@ Description: development libraries for the Geant4 physics toolkit
 Package: geant4-headers
 Architecture: all
 Section: libdevel
-Depends: geant4-common
+Depends: geant4-common, ${misc:Depends}
 Recommends: libgeant4-dev
 Description: include files for the Geant4 physics toolkit
  GEANT_SHORT
@@ -86,7 +87,7 @@ Description: include files for the Geant4 physics toolkit
 Package: GEANT_LIB(libg4opengl)
 Architecture: any
 Section: libs
-Depends: BINARY_EQUIV(GEANT_LIB(libgeant4)), ${shlibs:Depends}
+Depends: BINARY_EQUIV(GEANT_LIB(libgeant4)), ${shlibs:Depends}, ${misc:Depends}
 GEANT_ABI_CONFLICTS(libg4opengl)dnl
 Description: OpenGL bindings for the Geant4 physics toolkit
  GEANT_SHORT
@@ -98,7 +99,7 @@ Description: OpenGL bindings for the Geant4 physics toolkit
 Package: libg4opengl-dev
 Architecture: any
 Section: libdevel
-Depends: BINARY_EQUIV(libgeant4-dev), OPENGL_DEPS, BINARY_EQUIV(GEANT_LIB(libg4opengl))
+Depends: BINARY_EQUIV(libgeant4-dev), OPENGL_DEPS, BINARY_EQUIV(GEANT_LIB(libg4opengl)), ${misc:Depends}
 Description: development library including the OpenGL bindings for Geant4
  GEANT_SHORT
  .
@@ -109,7 +110,7 @@ Description: development library including the OpenGL bindings for Geant4
 Package: GEANT_LIB(libgeant4-plists)
 Architecture: any
 Section: libs
-Depends: BINARY_EQUIV(GEANT_LIB(libgeant4)), ${shlibs:Depends}
+Depends: BINARY_EQUIV(GEANT_LIB(libgeant4)), ${shlibs:Depends}, ${misc:Depends}
 GEANT_ABI_CONFLICTS(libgeant4-plists)dnl
 Description: Geant4 hadronic Physics Lists runtime libraries
  GEANT_SHORT
@@ -119,7 +120,7 @@ Description: Geant4 hadronic Physics Lists runtime libraries
 Package: libgeant4-plists-dev
 Architecture: any
 Section: libdevel
-Depends: BINARY_EQUIV(GEANT_LIB(libgeant4-plists)), BINARY_EQUIV(libgeant4-dev)
+Depends: BINARY_EQUIV(GEANT_LIB(libgeant4-plists)), BINARY_EQUIV(libgeant4-dev), ${misc:Depends}
 Description: Geant4 hadronic Physics Lists development libraries
  GEANT_SHORT
  .
-- 
1.7.5.4

>From 195e49c2a2364c59ef1fac11e5c4fe0ebc5336ba Mon Sep 17 00:00:00 2001
From: Lifeng Sun <lifongsun@gmail.com>
Date: Thu, 30 Jun 2011 14:33:39 +0800
Subject: [PATCH 4/6] Set source format to 1.0

---
 debian/source/format |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/source/format b/debian/source/format
index 89ae9db..d3827e7 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-3.0 (native)
+1.0
-- 
1.7.5.4

>From 825206e5ae87c6078daa92fd9482bb5719230b9b Mon Sep 17 00:00:00 2001
From: Lifeng Sun <lifongsun@gmail.com>
Date: Thu, 30 Jun 2011 17:00:23 +0800
Subject: [PATCH 5/6] Update package names for new SOVER.

---
 debian/control |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 2a60a7e..a08e229 100644
--- a/debian/control
+++ b/debian/control
@@ -38,8 +38,8 @@ Description: examples that can be built with the Geant4 physics toolkit
 
 Package: geant4-common
 Architecture: all
-Suggests: wget | curl
 Depends: ${misc:Depends}
+Suggests: wget | curl
 Description: architecture-independent configuration files of Geant4
  Geant4 is a toolkit for the simulation of the passage of particles through
  matter.  Its application areas include high energy and nuclear physics.
@@ -51,7 +51,7 @@ Description: architecture-independent configuration files of Geant4
  install the optional (and very large) Geant4 data files if desired.  Using
  it requires that wget or curl be installed.
 
-Package: libgeant4-4.9-6
+Package: libgeant4-4.9-7
 Architecture: any
 Section: libs
 Depends: geant4-common, ${shlibs:Depends}, ${misc:Depends}
@@ -67,7 +67,7 @@ Description: libraries for the Geant4 physics toolkit
 Package: libgeant4-dev
 Architecture: any
 Section: libdevel
-Depends: g++, make, geant4-headers (>= ${source:Upstream-Version}), geant4-headers (<< ${source:Upstream-Version}.0~), libxmu-dev, libxt-dev, libx11-dev, lesstif2-dev, libxaw7-dev, zlib1g-dev, clhep2-dev (>= 2.1.0.1), clhep2-dev (<< 2.1.0.1.0~), libxerces-c2-dev, libgeant4-4.9-6 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: g++, make, geant4-headers (>= ${source:Upstream-Version}), geant4-headers (<< ${source:Upstream-Version}.0~), libxmu-dev, libxt-dev, libx11-dev, lesstif2-dev, libxaw7-dev, zlib1g-dev, clhep2-dev (>= 2.1.0.1), clhep2-dev (<< 2.1.0.1.0~), libxerces-c2-dev, libgeant4-4.9-7 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: development libraries for the Geant4 physics toolkit
  Geant4 is a toolkit for the simulation of the passage of particles through
  matter.  Its application areas include high energy and nuclear physics.
@@ -92,10 +92,10 @@ Description: include files for the Geant4 physics toolkit
  It is largely useless without also installing the Geant4 development
  package (libgeant4-dev) or the geant4 metapackage.
 
-Package: libg4opengl-4.9-6
+Package: libg4opengl-4.9-7
 Architecture: any
 Section: libs
-Depends: libgeant4-4.9-6 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libgeant4-4.9-7 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: OpenGL bindings for the Geant4 physics toolkit
  Geant4 is a toolkit for the simulation of the passage of particles through
  matter.  Its application areas include high energy and nuclear physics.
@@ -107,7 +107,7 @@ Description: OpenGL bindings for the Geant4 physics toolkit
 Package: libg4opengl-dev
 Architecture: any
 Section: libdevel
-Depends: libgeant4-dev (= ${binary:Version}), libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev, libxi-dev, libg4opengl-4.9-6 (= ${binary:Version}), ${misc:Depends}
+Depends: libgeant4-dev (= ${binary:Version}), libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev, libxi-dev, libg4opengl-4.9-7 (= ${binary:Version}), ${misc:Depends}
 Description: development library including the OpenGL bindings for Geant4
  Geant4 is a toolkit for the simulation of the passage of particles through
  matter.  Its application areas include high energy and nuclear physics.
@@ -116,10 +116,10 @@ Description: development library including the OpenGL bindings for Geant4
  the use of the OpenGL 3-D visualization libraries to visualize detectors,
  particle tracks, etc. in Geant4 applications.
 
-Package: libgeant4-plists-4.9-6
+Package: libgeant4-plists-4.9-7
 Architecture: any
 Section: libs
-Depends: libgeant4-4.9-6 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libgeant4-4.9-7 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: Geant4 hadronic Physics Lists runtime libraries
  Geant4 is a toolkit for the simulation of the passage of particles through
  matter.  Its application areas include high energy and nuclear physics.
@@ -129,7 +129,7 @@ Description: Geant4 hadronic Physics Lists runtime libraries
 Package: libgeant4-plists-dev
 Architecture: any
 Section: libdevel
-Depends: libgeant4-plists-4.9-6 (= ${binary:Version}), libgeant4-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libgeant4-plists-4.9-7 (= ${binary:Version}), libgeant4-dev (= ${binary:Version}), ${misc:Depends}
 Description: Geant4 hadronic Physics Lists development libraries
  Geant4 is a toolkit for the simulation of the passage of particles through
  matter.  Its application areas include high energy and nuclear physics.
-- 
1.7.5.4

Attachment: 0006-Fix-typo-accessable-accessible.patch.bz2
Description: BZip2 compressed data


Reply to: