[med-svn] r22866 - trunk/packages/papyrus/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Mon Oct 24 09:40:28 UTC 2016
Author: tille
Date: 2016-10-24 09:40:27 +0000 (Mon, 24 Oct 2016)
New Revision: 22866
Modified:
trunk/packages/papyrus/trunk/debian/changelog
trunk/packages/papyrus/trunk/debian/control
trunk/packages/papyrus/trunk/debian/rules
Log:
hardening=-pie
Modified: trunk/packages/papyrus/trunk/debian/changelog
===================================================================
--- trunk/packages/papyrus/trunk/debian/changelog 2016-10-24 09:27:46 UTC (rev 22865)
+++ trunk/packages/papyrus/trunk/debian/changelog 2016-10-24 09:40:27 UTC (rev 22866)
@@ -3,8 +3,11 @@
* Add myself to Uploaders since Mathieu left the team
* cme fix dpkg-control
* cme fix dpkg-copyright
+ * Build-Depends: cmake
+ * hardening=-pie
+ Closes: #837490
- -- Andreas Tille <tille at debian.org> Mon, 24 Oct 2016 11:24:25 +0200
+ -- Andreas Tille <tille at debian.org> Mon, 24 Oct 2016 11:34:45 +0200
papyrus (3.7.1-1) unstable; urgency=low
Modified: trunk/packages/papyrus/trunk/debian/control
===================================================================
--- trunk/packages/papyrus/trunk/debian/control 2016-10-24 09:27:46 UTC (rev 22865)
+++ trunk/packages/papyrus/trunk/debian/control 2016-10-24 09:40:27 UTC (rev 22866)
@@ -3,7 +3,8 @@
Uploaders: Andreas Tille <tille at debian.org>
Section: libdevel
Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9),
+ cmake
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/papyrus/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/papyrus/trunk/
Modified: trunk/packages/papyrus/trunk/debian/rules
===================================================================
--- trunk/packages/papyrus/trunk/debian/rules 2016-10-24 09:27:46 UTC (rev 22865)
+++ trunk/packages/papyrus/trunk/debian/rules 2016-10-24 09:40:27 UTC (rev 22866)
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+export DEB_BUILD_MAINT_OPTIONS = hardening=-pie
+
%:
dh $@ --buildsystem=cmake
More information about the debian-med-commit
mailing list