[pkg-java] r17797 - trunk/freemind/debian
Markus Koschany
apo-guest at moszumanska.debian.org
Wed Feb 19 15:58:42 UTC 2014
Author: apo-guest
Date: 2014-02-19 15:58:42 +0000 (Wed, 19 Feb 2014)
New Revision: 17797
Modified:
trunk/freemind/debian/changelog
trunk/freemind/debian/control
trunk/freemind/debian/rules
Log:
Debian release 0.9.0+dfsg2-1
Remove sourceless flash file. Build it from source instead.
Modified: trunk/freemind/debian/changelog
===================================================================
--- trunk/freemind/debian/changelog 2014-02-17 23:49:11 UTC (rev 17796)
+++ trunk/freemind/debian/changelog 2014-02-19 15:58:42 UTC (rev 17797)
@@ -1,3 +1,13 @@
+freemind (0.9.0+dfsg2-1) unstable; urgency=medium
+
+ * Team upload.
+ * Add sources for flash browser and build the flash application from source.
+ - debian/control: Add mtasc to Build-Depends.
+ Thanks to bastien ROUCARIES for the report. (Closes: #736105)
+ * Declare compliance with Debian policy 3.9.5.
+
+ -- Markus Koschany <apo at gambaru.de> Wed, 19 Feb 2014 14:26:38 +0100
+
freemind (0.9.0+dfsg-3) unstable; urgency=low
* Team upload.
Modified: trunk/freemind/debian/control
===================================================================
--- trunk/freemind/debian/control 2014-02-17 23:49:11 UTC (rev 17796)
+++ trunk/freemind/debian/control 2014-02-19 15:58:42 UTC (rev 17797)
@@ -6,10 +6,10 @@
# FreeMind can be built with JiBX 1.0, 1.1 and 1.2, but the result does only
# run with the version it was built with. JiBX 1.1 has been chosen for
# compatibility with Ubuntu.
-Build-Depends-Indep: docbook-to-man, ant, ant-optional, default-jdk, imagemagick, libbatik-java (>= 1.6), rhino, libjgoodies-forms-java (>= 1.6), groovy, libjibx1.1-java | libjibx-java (>= 1.1), libjibx1.1-java | libjibx-java (<< 1.2), simplyhtml (>> 0.13), javahelp2, fop
+Build-Depends-Indep: docbook-to-man, ant, ant-optional, default-jdk, imagemagick, libbatik-java (>= 1.6), rhino, libjgoodies-forms-java (>= 1.6), groovy, libjibx1.1-java | libjibx-java (>= 1.1), libjibx1.1-java | libjibx-java (<< 1.2), simplyhtml (>> 0.13), javahelp2, fop, mtasc
Build-Depends: debhelper (>= 9), cdbs (>= 0.4.8)
Homepage: http://freemind.sourceforge.net/
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/freemind
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/freemind/
Modified: trunk/freemind/debian/rules
===================================================================
--- trunk/freemind/debian/rules 2014-02-17 23:49:11 UTC (rev 17796)
+++ trunk/freemind/debian/rules 2014-02-19 15:58:42 UTC (rev 17797)
@@ -20,6 +20,7 @@
/usr/bin/docbook-to-man debian/freemind.sgml > freemind.1
# chmod +x bin/dist/freemind.sh # seems to be unnecessary
convert freemind/images/FreeMindWindowIcon.png freemind/images/FreeMindWindowIcon.xpm
+ ant -f flash/build.xml
clean::
-rm -f freemind/images/FreeMindWindowIcon.xpm
More information about the pkg-java-commits
mailing list