[pkg-java] r17315 - trunk/jmagick/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Mon Oct 7 13:25:09 UTC 2013


Author: ebourg-guest
Date: 2013-10-07 13:25:08 +0000 (Mon, 07 Oct 2013)
New Revision: 17315

Modified:
   trunk/jmagick/debian/changelog
   trunk/jmagick/debian/control
   trunk/jmagick/debian/rules
Log:
Enabled hardening for libJMagick.so



Modified: trunk/jmagick/debian/changelog
===================================================================
--- trunk/jmagick/debian/changelog	2013-10-07 12:59:47 UTC (rev 17314)
+++ trunk/jmagick/debian/changelog	2013-10-07 13:25:08 UTC (rev 17315)
@@ -12,9 +12,11 @@
     - Build depend on debhelper >= 9
   * debian/copyright: Refer to the GPL-2 in /usr/share/common-licenses
   * Use XZ compression for the upstream tarball
-  * debian/rules: Install the upstream changelog
-  * Generate Java 6 compatible bytecode
-  * Include the debug information in the compiled classes
+  * debian/rules:
+    - Install the upstream changelog
+    - Generate Java 6 compatible bytecode
+    - Include the debug information in the compiled classes
+    - Enabled hardening for libJMagick.so
   * Renamed debian/README.Debian-source to README.source
   * Moved the examples to the documentation package
   * debian/watch: Watch the branches in the SVN repository

Modified: trunk/jmagick/debian/control
===================================================================
--- trunk/jmagick/debian/control	2013-10-07 12:59:47 UTC (rev 17314)
+++ trunk/jmagick/debian/control	2013-10-07 13:25:08 UTC (rev 17315)
@@ -4,7 +4,7 @@
 Section: graphics
 Priority: optional
 Standards-Version: 3.9.4
-Build-Depends: debhelper (>= 9), cdbs, default-jdk, libmagickcore-dev, autotools-dev, chrpath
+Build-Depends: debhelper (>= 9), cdbs, default-jdk, libmagickcore-dev, autotools-dev, chrpath, hardening-wrapper
 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/jmagick
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/jmagick
 Homepage: http://sourceforge.net/projects/jmagick/

Modified: trunk/jmagick/debian/rules
===================================================================
--- trunk/jmagick/debian/rules	2013-10-07 12:59:47 UTC (rev 17314)
+++ trunk/jmagick/debian/rules	2013-10-07 13:25:08 UTC (rev 17315)
@@ -2,6 +2,8 @@
 
 JAVA_HOME	:= /usr/lib/jvm/default-java
 
+export DEB_BUILD_HARDENING=1
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/class/makefile.mk




More information about the pkg-java-commits mailing list