r45580 - in /packages/code-aster/astk/trunk/debian: changelog patches/config.patch

apalazzi-guest at users.alioth.debian.org apalazzi-guest at users.alioth.debian.org
Sun Feb 17 12:07:49 UTC 2013


Author: apalazzi-guest
Date: Sun Feb 17 12:07:49 2013
New Revision: 45580

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45580
Log:
Fixed some errors in a patch.


Modified:
    packages/code-aster/astk/trunk/debian/changelog
    packages/code-aster/astk/trunk/debian/patches/config.patch

Modified: packages/code-aster/astk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/astk/trunk/debian/changelog?rev=45580&op=diff
==============================================================================
--- packages/code-aster/astk/trunk/debian/changelog (original)
+++ packages/code-aster/astk/trunk/debian/changelog Sun Feb 17 12:07:49 2013
@@ -1,3 +1,10 @@
+astk (1.11.0-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fixed some errors in a patch
+
+ -- Andrea Palazzi <palazziandrea at yahoo.it>  Sat, 16 Feb 2013 09:35:32 +0100
+
 astk (1.11.0-1) unstable; urgency=low
 
   * Updated to version 1.11.0

Modified: packages/code-aster/astk/trunk/debian/patches/config.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/astk/trunk/debian/patches/config.patch?rev=45580&op=diff
==============================================================================
--- packages/code-aster/astk/trunk/debian/patches/config.patch (original)
+++ packages/code-aster/astk/trunk/debian/patches/config.patch Sun Feb 17 12:07:49 2013
@@ -221,7 +221,7 @@
  
 --- a/ASTK_SERV/etc/profile.sh
 +++ b/ASTK_SERV/etc/profile.sh
-@@ -13,12 +13,10 @@
+@@ -13,14 +13,17 @@
  #--- ifndef DEFINE_PROFILE_ASRUN -----------------------------------------------
  
  if [ -z "$ASTER_ROOT" ]; then
@@ -230,13 +230,21 @@
 -    export ASTER_ROOT
 +    export ASTER_ROOT=/usr/lib/codeaster
  fi
- ASTER_ETC=$ASTER_ROOT/etc
--if [ "$ASTER_ROOT" = "/usr" ]; then
-+if [ "$ASTER_ROOT" = "/usrlib/codeaster" ]; then
+-ASTER_ETC=$ASTER_ROOT/etc
+-if [ "$ASTER_ROOT" = "/usr" ]; then
++
++if [ "$ASTER_ROOT" = "/usr/lib/codeaster" ]; then
     ASTER_ETC=/etc
  fi
++
++if [-z "$ASTER_ETC"]; then
++   ASTER_ETC=/etc
++fi
++  
  export ASTER_ETC
-@@ -29,24 +27,12 @@
+ 
+ if [ -z "$PATH" ]; then
+@@ -29,24 +32,12 @@
      export PATH=$ASTER_ROOT/bin:$ASTER_ROOT/outils:$PATH
  fi
  




More information about the debian-science-commits mailing list