[pkg-java] r17059 - trunk/libxerces2-java/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Wed Jul 24 23:05:56 UTC 2013
Author: ebourg-guest
Date: 2013-07-24 23:05:56 +0000 (Wed, 24 Jul 2013)
New Revision: 17059
Modified:
trunk/libxerces2-java/debian/changelog
trunk/libxerces2-java/debian/control
trunk/libxerces2-java/debian/rules
Log:
Upload to unstable
Use canonical URLs for the Vcs-* fields
debian/rules: Improved the clean target
Enabled the hardening for libxerces2-java-gcj
Modified: trunk/libxerces2-java/debian/changelog
===================================================================
--- trunk/libxerces2-java/debian/changelog 2013-07-23 22:13:38 UTC (rev 17058)
+++ trunk/libxerces2-java/debian/changelog 2013-07-24 23:05:56 UTC (rev 17059)
@@ -1,3 +1,12 @@
+libxerces2-java (2.11.0-7) unstable; urgency=low
+
+ * Upload to unstable
+ * Use canonical URLs for the Vcs-* fields
+ * debian/rules: Improved the clean target
+ * Enabled the hardening for libxerces2-java-gcj
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 25 Jul 2013 00:53:19 +0200
+
libxerces2-java (2.11.0-7~exp1) experimental; urgency=low
* Team upload.
Modified: trunk/libxerces2-java/debian/control
===================================================================
--- trunk/libxerces2-java/debian/control 2013-07-23 22:13:38 UTC (rev 17058)
+++ trunk/libxerces2-java/debian/control 2013-07-24 23:05:56 UTC (rev 17059)
@@ -11,8 +11,8 @@
maven-repo-helper, javahelper, libxml-commons-resolver1.1-java, libstylebook-java,
libxml-commons-external-java (>= 1.4.01-2)
Standards-Version: 3.9.4
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libxerces2-java
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libxerces2-java
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libxerces2-java
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libxerces2-java
Homepage: http://xerces.apache.org/xerces2-j/
Package: libxerces2-java
Modified: trunk/libxerces2-java/debian/rules
===================================================================
--- trunk/libxerces2-java/debian/rules 2013-07-23 22:13:38 UTC (rev 17058)
+++ trunk/libxerces2-java/debian/rules 2013-07-24 23:05:56 UTC (rev 17059)
@@ -11,6 +11,12 @@
ANT_HOME := /usr/share/ant
ANT_OPTS = -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4 -Djavac.source=1.4 -Djavac.target=1.4
+# hardening
+CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
+LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+export AOT_GCJFLAGS=$(CFLAGS)
+export AOT_LDFLAGS=$(LDFLAGS)
+
include /usr/share/gcj/debian_defaults
ifneq (,$(filter $(DEB_HOST_ARCH), $(gcj_native_archs)))
with_gcj_native := yes
@@ -34,6 +40,7 @@
clean::
rm -rf build
-rm -rf debian/tmp
+ mh_clean
binary-post-install/libxerces2-java-doc::
dh_install -plibxerces2-java-doc build/docs/javadocs/* \
More information about the pkg-java-commits
mailing list