[Debian-hebrew-package] r1101 - in /pkg/hspell/trunk/debian: changelog rules

kaplan at users.alioth.debian.org kaplan at users.alioth.debian.org
Thu Aug 10 15:17:00 UTC 2017


Author: kaplan
Date: Thu Aug 10 15:17:00 2017
New Revision: 1101

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=1101
Log:
Add missing -fPIC in CFLAGS (Closes: #871653)

Modified:
    pkg/hspell/trunk/debian/changelog
    pkg/hspell/trunk/debian/rules

Modified: pkg/hspell/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hspell/trunk/debian/changelog?rev=1101&op=diff
==============================================================================
--- pkg/hspell/trunk/debian/changelog	(original)
+++ pkg/hspell/trunk/debian/changelog	Thu Aug 10 15:17:00 2017
@@ -1,3 +1,9 @@
+hspell (1.4-2) unstable; urgency=medium
+
+  * Add missing -fPIC in CFLAGS (Closes: #871653)
+
+ -- Lior Kaplan <kaplan at debian.org>  Thu, 10 Aug 2017 10:58:53 -0400
+
 hspell (1.4-1) unstable; urgency=medium
 
   * New upstream release

Modified: pkg/hspell/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hspell/trunk/debian/rules?rev=1101&op=diff
==============================================================================
--- pkg/hspell/trunk/debian/rules	(original)
+++ pkg/hspell/trunk/debian/rules	Thu Aug 10 15:17:00 2017
@@ -1,4 +1,10 @@
 #!/usr/bin/make -f
+
+include /usr/share/dpkg/buildflags.mk
+
+# Required as some other packages (e.g. kde4libs) use hspell.so
+CFLAGS += -fPIC
+
 %:
 	dh $@
 




More information about the Debian-hebrew-package mailing list