[interchange-cvs] interchange - racke modified debian/rules

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Mar 25 16:21:41 EST 2008


User:      racke
Date:      2008-03-25 21:21:41 GMT
Modified:  debian   rules
Log:
no black magic needed anymore to build with threaded Perl

Revision  Changes    Path
2.39                 interchange/debian/rules


rev 2.39, prev_rev 2.38
Index: rules
===================================================================
RCS file: /var/cvs/interchange/debian/rules,v
retrieving revision 2.38
retrieving revision 2.39
diff -u -r2.38 -r2.39
--- rules	2 Sep 2007 19:21:05 -0000	2.38
+++ rules	25 Mar 2008 21:21:41 -0000	2.39
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 #
-# Copyright 2000,2001,2002,2003,2005,2006,2007 by Stefan Hornburg (Racke) <racke at linuxia.de>
+# Copyright 2000,2001,2002,2003,2005,2006,2007,2008 by Stefan Hornburg (Racke) <racke at linuxia.de>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -33,7 +33,6 @@
 	dh_testdir
 
 # Compile main stuff
-	touch _allow_threads
 	env $(PERL) Makefile.PL force=1 \
 		INTERCHANGE_USER=interchange \
 		PREFIX=/usr/lib/interchange
@@ -61,7 +60,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/man3 INSTALLSCRIPT=$(TMP)/usr/lib/interchange/bin NOCPANINSTALL=1 INTERCHANGE_USER=interchange
+	env $(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/man3 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