[Pkg-lustre-svn-commit] r319 - in /trunk/debian: changelog patches/tex2pdf.dpatch

pwinnertz-guest at users.alioth.debian.org pwinnertz-guest at users.alioth.debian.org
Tue Sep 18 10:34:20 UTC 2007


Author: pwinnertz-guest
Date: Tue Sep 18 10:34:19 2007
New Revision: 319

URL: http://svn.debian.org/wsvn/pkg-lustre/?sc=1&rev=319
Log:
Fix some things

Modified:
    trunk/debian/changelog
    trunk/debian/patches/tex2pdf.dpatch

Modified: trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/changelog?rev=319&op=diff
==============================================================================
--- trunk/debian/changelog (original)
+++ trunk/debian/changelog Tue Sep 18 10:34:19 2007
@@ -1,3 +1,10 @@
+lustre (1.6.2-2) unstable; urgency=low
+
+  * Fix error in ldiskfs patchset for 2.6.22.
+  * FTBFS caused by wrong HOME is fixed now. (Closes: #442978)
+
+ -- Patrick Winnertz <patrick.winnertz at skolelinux.org>  Tue, 18 Sep 2007 11:04:24 +0200
+
 lustre (1.6.2-1) unstable; urgency=low
 
   [ Upstream ]

Modified: trunk/debian/patches/tex2pdf.dpatch
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/patches/tex2pdf.dpatch?rev=319&op=diff
==============================================================================
--- trunk/debian/patches/tex2pdf.dpatch (original)
+++ trunk/debian/patches/tex2pdf.dpatch Tue Sep 18 10:34:19 2007
@@ -4,9 +4,21 @@
 ## DP: No description.
 
 @DPATCH@
---- lustre-1.6.0.1/lustre/doc/tex2pdf	2007-07-24 11:44:32.000000000 +0200
-+++ lustre-1.6.0.1/lustre/doc/tex2pdf	2007-07-24 11:45:24.000000000 +0200
-@@ -1128,8 +1128,8 @@
+diff -urNad lustre-1.6.2.obsolete.0.125913187702285~/lustre/doc/tex2pdf lustre-1.6.2.obsolete.0.125913187702285/lustre/doc/tex2pdf
+--- lustre-1.6.2.obsolete.0.125913187702285~/lustre/doc/tex2pdf	2002-09-17 22:11:35.000000000 +0200
++++ lustre-1.6.2.obsolete.0.125913187702285/lustre/doc/tex2pdf	2007-09-18 11:30:03.000000000 +0200
+@@ -61,9 +61,8 @@
+ my $MYHOSTNAME=hostname;
+ my $MYNAME=basename $0;
+ my $MYUSER=$ENV{'USER'};
+-my $USER_HOME=$ENV{'HOME'};
+ if (not $MYUSER) { $MYUSER = 'nobody'; }
+-if (not $USER_HOME) { $USER_HOME = '/tmp'; }
++my $USER_HOME = $ENV{'PWD'}; 
+ 
+ my @TMPFILES=();
+ my @TMP_TEX_FILES=(); 
+@@ -1128,8 +1127,8 @@
           &abort("Illegal value: $value");
        }
        &set_param_value($key, $value);




More information about the Pkg-lustre-svn-commit mailing list