[SCM] pythia8: PYTHIA event generator (C++) of high energy physics branch, master, updated. upstream/8.1.70-13-ga4d93cf

Lifeng Sun lifongsun at gmail.com
Wed Mar 6 02:15:00 UTC 2013


The following commit has been merged in the master branch:
commit a4d93cf36829e9fd53c5e0704dd7feb76203ac94
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Wed Mar 6 09:36:14 2013 +0800

    Revise patchset.

diff --git a/debian/changelog b/debian/changelog
index 16bb158..2c525ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pythia8 (8.1.75-1~exp1) experimental; urgency=low
+
+  * New upstream release.
+
+ -- Lifeng Sun <lifongsun at gmail.com>  Wed, 06 Mar 2013 09:35:56 +0800
+
 pythia8 (8.1.70-1~exp1) experimental; urgency=low
 
   * New upstream release.
diff --git a/debian/patches/hepmc-version.patch b/debian/patches/hepmc-version.patch
index 4082d2b..397c1ad 100644
--- a/debian/patches/hepmc-version.patch
+++ b/debian/patches/hepmc-version.patch
@@ -1,6 +1,6 @@
 --- a/configure
 +++ b/configure
-@@ -108,18 +108,7 @@
+@@ -104,18 +104,7 @@
  if [ "x${HEPMCVERSION}" = "x" ] ; then
    if [ "x${HEPMCLOCATION}" != "x" ] ; then
  #                                            try to find out which HepMC version
diff --git a/debian/patches/runmains-script.patch b/debian/patches/runmains-script.patch
index e837bf9..2ba3e1c 100644
--- a/debian/patches/runmains-script.patch
+++ b/debian/patches/runmains-script.patch
@@ -3,7 +3,7 @@
 @@ -1,3 +1,4 @@
 +#!/bin/sh
  # runmains is a part of the PYTHIA event generator.
- # Copyright (C) 2012 Torbjorn Sjostrand.
+ # Copyright (C) 2013 Torbjorn Sjostrand.
  # PYTHIA is licenced under the GNU GPL version 2, see COPYING for details.
 @@ -11,202 +12,154 @@
  
diff --git a/debian/patches/xmldir.patch b/debian/patches/xmldir.patch
index c198330..0eb0fe7 100644
--- a/debian/patches/xmldir.patch
+++ b/debian/patches/xmldir.patch
@@ -1,11 +1,11 @@
 --- a/include/Pythia.h
 +++ b/include/Pythia.h
-@@ -47,7 +47,7 @@
+@@ -48,7 +48,7 @@
  public:
  
    // Constructor. (See Pythia.cc file.)
--  Pythia(string xmlDir = "../xmldoc");
-+  Pythia(string xmlDir = "/usr/share/pythia8-data/xmldoc");
+-  Pythia(string xmlDir = "../xmldoc", bool printBanner = true);
++  Pythia(string xmlDir = "/usr/share/pythia8-data/xmldoc", bool printBanner = true);
  
    // Destructor. (See Pythia.cc file.)
    ~Pythia();

-- 
pythia8: PYTHIA event generator (C++) of high energy physics



More information about the debian-science-commits mailing list