File project.diff of Package geant4-data-G4EMLOW-8.2
--- debian.changelog.orig
+++ debian.changelog
@@ -1,4 +1,4 @@
-geant4-data (%%CURRENT_G4DATA_VERSION%%-0-0) stable; urgency=low
+geant4-data (8.2-0-0) stable; urgency=low
* Initial Release
--- debian.control.orig
+++ debian.control
@@ -4,16 +4,16 @@ Priority: optional
Maintainer: Michail Axiotis
Build-Depends: debhelper-compat (= 13), fdupes
-Package: geant4-data-%%DEB_G4DATA%%-%%CURRENT_G4DATA_VERSION%%
+Package: geant4-data-g4emlow-8.2
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: geant4-data-%%DEB_G4DATA%%-%%CURRENT_G4DATA_VERSION%%-multi-version
-Description: Geant4 data files for %%G4DATA_DESCRIPTION%%
- Data files for %%G4DATA_DESCRIPTION%%, to be used by Geant4.
+Conflicts: geant4-data-g4emlow-8.2-multi-version
+Description: Geant4 data files for Low energy electromagnetic
+ Data files for Low energy electromagnetic, to be used by Geant4.
-Package: geant4-data-%%DEB_G4DATA%%-%%CURRENT_G4DATA_VERSION%%-multi-version
+Package: geant4-data-g4emlow-8.2-multi-version
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, geant4-data-%%DEB_G4DATA%%-%%PREVIOUS_G4DATA_VERSION%%-multi-version | geant4-data-%%DEB_G4DATA%%-%%PREVIOUS_G4DATA_VERSION%%
-Conflicts: geant4-data-%%DEB_G4DATA%%-%%CURRENT_G4DATA_VERSION%%
-Description: Multi Geant4 versions data files for %%G4DATA_DESCRIPTION%%
- Data files for %%G4DATA_DESCRIPTION%%, to be used when installing multiple versions of Geant4.
+Depends: ${shlibs:Depends}, ${misc:Depends}, geant4-data-g4emlow-8.0-multi-version | geant4-data-g4emlow-8.0
+Conflicts: geant4-data-g4emlow-8.2
+Description: Multi Geant4 versions data files for Low energy electromagnetic
+ Data files for Low energy electromagnetic, to be used when installing multiple versions of Geant4.
--- debian.rules.orig
+++ debian.rules
@@ -5,11 +5,11 @@ export DH_VERBOSE=1
debname = $(shell dpkg-parsechangelog | sed -n -e 's/^Source: //p')
debversion = $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
-name = $(debname)-%%DEB_G4DATA%%
+name = $(debname)-g4emlow
-g4DataName = %%CURRENT_BUILDING_G4DATA%%
-g4DataVersion = %%CURRENT_G4DATA_VERSION%%
-g4DataPreviousVersion = %%PREVIOUS_G4DATA_VERSION%%
+g4DataName = G4EMLOW
+g4DataVersion = 8.2
+g4DataPreviousVersion = 8.0
ifeq ($(g4DataPreviousVersion),initial)
with_MultiVersionBuild = 0
--- geant4-data.changes.orig
+++ geant4-data.changes
@@ -1,4 +1,4 @@
-------------------------------------------------------------------
-Wed Nov 6 14:16:07 UTC 2024 - Michail Axiotis <psaxioti@gmail.com> - %%CURRENT_G4DATA_VERSION%%
+Wed Nov 6 14:16:07 UTC 2024 - Michail Axiotis <psaxioti@gmail.com> - 8.2
-- Initial Release of %%CURRENT_BUILDING_G4DATA%% version %%CURRENT_G4DATA_VERSION%%
+- Initial Release of G4EMLOW version 8.2
--- geant4-data.dsc.orig
+++ geant4-data.dsc
@@ -1,7 +1,7 @@
DEBTRANSFORM-RELEASE: 1
Format: 3.0 (native)
Source: geant4-data
-Version: %%CURRENT_G4DATA_VERSION%%-0-0
+Version: 8.2-0-0
Maintainer: Michail Axiotis
Archetecture: all
-Build-Depends: debhelper-compat (= 13), fdupes, geant4-data-%%DEB_G4DATA%%-%%PREVIOUS_G4DATA_VERSION%%
+Build-Depends: debhelper-compat (= 13), fdupes, geant4-data-g4emlow-8.0
--- geant4-data.spec.orig
+++ geant4-data.spec
@@ -1,6 +1,6 @@
-%define g4DataName %%CURRENT_BUILDING_G4DATA%%
-%define g4DataVersion %%CURRENT_G4DATA_VERSION%%
-%define g4DataPreviousVersion %%PREVIOUS_G4DATA_VERSION%%
+%define g4DataName G4EMLOW
+%define g4DataVersion 8.2
+%define g4DataPreviousVersion 8.0
%if "%{g4DataPreviousVersion}" == "initial"
%define with_MultiVersionBuild 0
@@ -17,7 +17,7 @@ Name: %{g4NameData}-%{g4DataNam
Version: %{g4DataVersion}
Release: 0
Group: Productivity/Scientific/Physics
-Summary: Geant4 data files for %%G4DATA_DESCRIPTION%%
+Summary: Geant4 data files for Low energy electromagnetic
License: BSD-4-Clause
Url: https://geant4.web.cern.ch/
BuildArch: noarch
@@ -29,13 +29,13 @@ Conflicts: %{name}-multi-version
BuildRequires: fdupes
%description
-Data files for %%G4DATA_DESCRIPTION%%, to be used by Geant4
+Data files for Low energy electromagnetic, to be used by Geant4
%if %{with_MultiVersionBuild}
%define g4PreviousVersionDataName %{g4NameData}-%{g4DataName}-%{g4DataPreviousVersion}
%package multi-version
Group: Productivity/Scientific/Physics
-Summary: Multi Geant4 versions data files for %%G4DATA_DESCRIPTION%%
+Summary: Multi Geant4 versions data files for Low energy electromagnetic
License: BSD-4-Clause
Url: https://geant4.web.cern.ch/
BuildArch: noarch
@@ -47,7 +47,7 @@ Requires: (%{g4PreviousVersionDataN
BuildRequires: fdupes
%description multi-version
-Data files for %%G4DATA_DESCRIPTION%%, to be used when installing multiple versions of Geant4
+Data files for Low energy electromagnetic, to be used when installing multiple versions of Geant4
%endif
###############################################################################################################################