[interchange-cvs] interchange - racke modified 3 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sun Aug 3 10:00:00 EDT 2003


User:      racke
Date:      2003-08-03 13:00:49 GMT
Modified:  .        Makefile.PL
Modified:  debian   changelog rules
Log:
fixed hang of build process caused by non-existant user interchange
(Closes: #202063, thanks to Adrian Bunk <bunk at fs.tum.de> for his
bugreport and help to trace down the problem)

Revision  Changes    Path
2.43      +1 -1      interchange/Makefile.PL


rev 2.43, prev_rev 2.42
Index: Makefile.PL
===================================================================
RCS file: /var/cvs/interchange/Makefile.PL,v
retrieving revision 2.42
retrieving revision 2.43
diff -u -r2.42 -r2.43
--- Makefile.PL	12 Jul 2003 04:23:10 -0000	2.42
+++ Makefile.PL	3 Aug 2003 13:00:48 -0000	2.43
@@ -756,7 +756,7 @@
 			'force',
 			'nocpaninstall=$(NOCPANINSTALL)',
 		);
-	my @extra_args = ( qw/LSB RPM UNLINK/ );
+	my @extra_args = ( qw/INTERCHANGE_USER LSB RPM UNLINK/ );
 	for(@extra_args) {
 		next unless $MV::Default{$_};
 		push @args, "$_=$MV::Default{$_}";



2.37      +8 -0      interchange/debian/changelog


rev 2.37, prev_rev 2.36
Index: changelog
===================================================================
RCS file: /var/cvs/interchange/debian/changelog,v
retrieving revision 2.36
retrieving revision 2.37
diff -u -r2.36 -r2.37
--- changelog	6 Jul 2003 21:27:18 -0000	2.36
+++ changelog	3 Aug 2003 13:00:48 -0000	2.37
@@ -1,3 +1,11 @@
+interchange (4.9.8.20030803-1) unstable; urgency=low
+
+  * fixed hang of build process caused by non-existant user interchange
+    (Closes: #202063, thanks to Adrian Bunk <bunk at fs.tum.de> for his
+    bugreport and help to trace down the problem) 
+
+ -- Stefan Hornburg (Racke) <racke at linuxia.de>  Sun,  3 Aug 2003 14:49:02 +0200
+
 interchange (4.9.8.20030706-1) unstable; urgency=low
 
   * release from upstream CVS (uses custom module instead of



2.21      +1 -1      interchange/debian/rules


rev 2.21, prev_rev 2.20
Index: rules
===================================================================
RCS file: /var/cvs/interchange/debian/rules,v
retrieving revision 2.20
retrieving revision 2.21
diff -u -r2.20 -r2.21
--- rules	6 Jul 2003 17:46:09 -0000	2.20
+++ rules	3 Aug 2003 13:00:48 -0000	2.21
@@ -70,7 +70,7 @@
 	dh_installdirs
 
 # Add here commands to install the package into debian/tmp.
-	env MINIVEND_FORCE_THREADS=1 $(MAKE) install PREFIX=$(TMP)/usr INSTALLARCHLIB=$(TMP)/usr/lib/interchange INSTALLPRIVLIB=$(TMP)/usr/lib/interchange INSTALLMAN1DIR=$(TMP)/usr/share/man/man1 INSTALLMAN3DIR=$(TMP)/usr/share/man/man8 INSTALLSCRIPT=$(TMP)/usr/lib/interchange/bin NOCPANINSTALL=1
+	env MINIVEND_FORCE_THREADS=1 $(MAKE) install PREFIX=$(TMP)/usr INSTALLARCHLIB=$(TMP)/usr/lib/interchange INSTALLPRIVLIB=$(TMP)/usr/lib/interchange INSTALLMAN1DIR=$(TMP)/usr/share/man/man1 INSTALLMAN3DIR=$(TMP)/usr/share/man/man8 INSTALLSCRIPT=$(TMP)/usr/lib/interchange/bin NOCPANINSTALL=1 INTERCHANGE_USER=interchange
 
 # Sample configuration file not needed (code in interchange.PL
 # to determine configuration file location will stop to work too)







More information about the interchange-cvs mailing list