[SCM] Packaging for LIGGGHTS, an Open Source Discrete Element Method Particle Simulation Software. branch, master, updated. upstream/1.5.1-24-g92dabbd

Anton Gladky gladky.anton at gmail.com
Fri Feb 3 23:05:16 UTC 2012


The following commit has been merged in the master branch:
commit bdc9cba1b6240bb2e8510bcc3bea81c583668790
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Sat Feb 4 00:03:15 2012 +0100

    Add name of interpretator into headers of some executable example scripts.

diff --git a/debian/patches/add_interpretator_name_to_the_examples.patches b/debian/patches/add_interpretator_name_to_the_examples.patches
new file mode 100644
index 0000000..4d8bb63
--- /dev/null
+++ b/debian/patches/add_interpretator_name_to_the_examples.patches
@@ -0,0 +1,84 @@
+Description: Add interpretator-name into some examle scripts.
+Author: Anton Gladky <gladky.anton at gmail.com>
+Last-Update: 2012-02-03
+
+--- a/examples/LIGGGHTS/heatTransfer_2/runscript
++++ b/examples/LIGGGHTS/heatTransfer_2/runscript
+@@ -1 +1,3 @@
++#!/bin/bash -i
++
+ liggghts < in.heatGran
+--- a/examples/LIGGGHTS/meshGran/runscript
++++ b/examples/LIGGGHTS/meshGran/runscript
+@@ -1 +1,3 @@
++#!/bin/bash -i
++
+ liggghts < in.meshGran
+--- a/examples/LIGGGHTS/region_tetmesh/runscript
++++ b/examples/LIGGGHTS/region_tetmesh/runscript
+@@ -1 +1,3 @@
++#!/bin/bash -i
++
+ liggghts < in.tetmesh
+--- a/examples/LIGGGHTS/insert_pack/runscript
++++ b/examples/LIGGGHTS/insert_pack/runscript
+@@ -1 +1,3 @@
++#!/bin/bash -i
++
+ liggghts < in.insert_pack
+--- a/examples/LIGGGHTS/chute_wear/runscript
++++ b/examples/LIGGGHTS/chute_wear/runscript
+@@ -1 +1,3 @@
++#!/bin/bash -i
++
+ liggghts < in.chute_wear
+--- a/examples/LIGGGHTS/conveyor/runscript
++++ b/examples/LIGGGHTS/conveyor/runscript
+@@ -1 +1,3 @@
++#!/bin/bash -i
++
+ liggghts < in.conveyor
+--- a/examples/LIGGGHTS/newContactModels/runscript
++++ b/examples/LIGGGHTS/newContactModels/runscript
+@@ -1 +1,3 @@
++#!/bin/bash -i
++
+ liggghts < in.newModels
+--- a/examples/LIGGGHTS/heatTransfer_1/runscript
++++ b/examples/LIGGGHTS/heatTransfer_1/runscript
+@@ -1 +1,3 @@
++#!/bin/bash -i
++
+ liggghts < in.heatGran
+--- a/examples/LIGGGHTS/breakage/runscript
++++ b/examples/LIGGGHTS/breakage/runscript
+@@ -1,2 +1,4 @@
++#!/bin/bash -i
++
+ liggghts < in.break_init
+ liggghts < in.break_resume
+--- a/examples/LIGGGHTS/packing/runscript
++++ b/examples/LIGGGHTS/packing/runscript
+@@ -1 +1,3 @@
++#!/bin/bash -i
++
+ liggghts < in.packing
+--- a/examples/LIGGGHTS/cohesion/runscript
++++ b/examples/LIGGGHTS/cohesion/runscript
+@@ -1,2 +1,4 @@
++#!/bin/bash -i
++
+ liggghts < in.cohesion
+ liggghts < in.noCohesion
+--- a/examples/LIGGGHTS/pour_dev/runscript
++++ b/examples/LIGGGHTS/pour_dev/runscript
+@@ -1 +1,3 @@
++#!/bin/bash -i
++
+ liggghts < in.pour
+--- a/examples/LIGGGHTS/movingMeshGran/runscript
++++ b/examples/LIGGGHTS/movingMeshGran/runscript
+@@ -1 +1,3 @@
++#!/bin/bash -i
++
+ liggghts < in.movingMeshGran
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e60c4f6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+add_interpretator_name_to_the_examples.patches

-- 
Packaging for LIGGGHTS, an Open Source Discrete Element Method Particle Simulation Software.



More information about the debian-science-commits mailing list