[Pkg-jed-commit] r909 - in slgsl/trunk/debian: . patches

Rafael Laboissiere rafael at alioth.debian.org
Thu Sep 27 21:47:03 UTC 2007


tags 444316 pending
thanks

Author: rafael
Date: 2007-09-27 21:47:03 +0000 (Thu, 27 Sep 2007)
New Revision: 909

Added:
   slgsl/trunk/debian/patches/
   slgsl/trunk/debian/patches/use-fPIC.patch
Modified:
   slgsl/trunk/debian/changelog
   slgsl/trunk/debian/rules
Log:
Debian release slgsl_0.7.0-2

Modified: slgsl/trunk/debian/changelog
===================================================================
--- slgsl/trunk/debian/changelog	2007-09-25 14:54:55 UTC (rev 908)
+++ slgsl/trunk/debian/changelog	2007-09-27 21:47:03 UTC (rev 909)
@@ -1,3 +1,10 @@
+slgsl (0.7.0-2) unstable; urgency=low
+
+  * debian/patches/use-fPIC.patch: Added patch for compiling files with
+    -fPIC (closes: #444316)
+
+ -- Rafael Laboissiere <rafael at debian.org>  Thu, 27 Sep 2007 23:45:23 +0200
+
 slgsl (0.7.0-1) unstable; urgency=low
 
   * New upstream release


Property changes on: slgsl/trunk/debian/patches
___________________________________________________________________
Name: svn:ignore
   + *.log


Added: slgsl/trunk/debian/patches/use-fPIC.patch
===================================================================
--- slgsl/trunk/debian/patches/use-fPIC.patch	                        (rev 0)
+++ slgsl/trunk/debian/patches/use-fPIC.patch	2007-09-27 21:47:03 UTC (rev 909)
@@ -0,0 +1,12 @@
+diff -Nur slgsl-0.7.0/src/Makefile.in slgsl-0.7.0.new/src/Makefile.in
+--- slgsl-0.7.0/src/Makefile.in	2007-09-19 23:18:45.000000000 +0200
++++ slgsl-0.7.0.new/src/Makefile.in	2007-09-27 23:41:07.000000000 +0200
+@@ -28,7 +28,7 @@
+ # C Compiler to create a shared library
+ #---------------------------------------------------------------------------
+ CC		= @CC@
+-CFLAGS		= @CFLAGS@ @SLANG_DLL_CFLAGS@
++CFLAGS		= @CFLAGS@ @SLANG_DLL_CFLAGS@ -fPIC
+ LDFLAGS		= @LDFLAGS@
+ CC_SHARED 	= @CC_SHARED@
+ #

Modified: slgsl/trunk/debian/rules
===================================================================
--- slgsl/trunk/debian/rules	2007-09-25 14:54:55 UTC (rev 908)
+++ slgsl/trunk/debian/rules	2007-09-27 21:47:03 UTC (rev 909)
@@ -2,6 +2,7 @@
 
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_MAKE_BUILD_TARGET := all RPATH=
 DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(DEB_DESTDIR) \




More information about the Pkg-jed-commit mailing list