[med-svn] r22825 - trunk/packages/ctn/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Mon Oct 10 09:41:28 UTC 2016


Author: tille
Date: 2016-10-10 09:41:27 +0000 (Mon, 10 Oct 2016)
New Revision: 22825

Modified:
   trunk/packages/ctn/trunk/debian/README.Debian
   trunk/packages/ctn/trunk/debian/changelog
   trunk/packages/ctn/trunk/debian/rules
Log:
Commit NMU changes


Modified: trunk/packages/ctn/trunk/debian/README.Debian
===================================================================
--- trunk/packages/ctn/trunk/debian/README.Debian	2016-10-06 14:28:25 UTC (rev 22824)
+++ trunk/packages/ctn/trunk/debian/README.Debian	2016-10-10 09:41:27 UTC (rev 22825)
@@ -29,3 +29,10 @@
 
   5. Added man pages.
 
+
+This package ships only static libraries and they are compiled with -fPIC
+to let reverse dependencies use the static libraries as part of shared
+libraries and PIE binaries.
+
+The exception is discussed in this thread:
+ https://lists.debian.org/debian-devel/2016/09/msg00277.html

Modified: trunk/packages/ctn/trunk/debian/changelog
===================================================================
--- trunk/packages/ctn/trunk/debian/changelog	2016-10-06 14:28:25 UTC (rev 22824)
+++ trunk/packages/ctn/trunk/debian/changelog	2016-10-10 09:41:27 UTC (rev 22825)
@@ -1,3 +1,10 @@
+ctn (3.2.0~dfsg-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Build package with -fPIC CFLAG (Closes: #837417)
+
+ -- Balint Reczey <balint at balintreczey.hu>  Wed, 28 Sep 2016 21:25:59 +0200
+
 ctn (3.2.0~dfsg-3) unstable; urgency=medium
 
   * cme fix dpkg-control

Modified: trunk/packages/ctn/trunk/debian/rules
===================================================================
--- trunk/packages/ctn/trunk/debian/rules	2016-10-06 14:28:25 UTC (rev 22824)
+++ trunk/packages/ctn/trunk/debian/rules	2016-10-10 09:41:27 UTC (rev 22825)
@@ -3,6 +3,8 @@
 pkg-ctn	:= ctn
 pkg-ctn-dev := ctn-dev
 
+export DEB_CFLAGS_MAINT_APPEND = -fPIC
+
 %:
 	dh $@
 




More information about the debian-med-commit mailing list