[med-svn] r23127 - trunk/packages/biojava4-live/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Thu Nov 24 13:25:24 UTC 2016
Author: tille
Date: 2016-11-24 13:25:22 +0000 (Thu, 24 Nov 2016)
New Revision: 23127
Modified:
trunk/packages/biojava4-live/trunk/debian/changelog
trunk/packages/biojava4-live/trunk/debian/rules
Log:
* Team upload.
* d/rules: export LC_ALL=C.UTF-8
* Fix clean target
Modified: trunk/packages/biojava4-live/trunk/debian/changelog
===================================================================
--- trunk/packages/biojava4-live/trunk/debian/changelog 2016-11-23 20:48:01 UTC (rev 23126)
+++ trunk/packages/biojava4-live/trunk/debian/changelog 2016-11-24 13:25:22 UTC (rev 23127)
@@ -1,3 +1,11 @@
+biojava4-live (4.1.0+dfsg-4) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * d/rules: export LC_ALL=C.UTF-8
+ * Fix clean target
+
+ -- Andreas Tille <tille at debian.org> Thu, 24 Nov 2016 13:17:32 +0100
+
biojava4-live (4.1.0+dfsg-3) unstable; urgency=medium
* Fix FTBS unmappable characters (Closes: #795849).
Modified: trunk/packages/biojava4-live/trunk/debian/rules
===================================================================
--- trunk/packages/biojava4-live/trunk/debian/rules 2016-11-23 20:48:01 UTC (rev 23126)
+++ trunk/packages/biojava4-live/trunk/debian/rules 2016-11-24 13:25:22 UTC (rev 23127)
@@ -4,6 +4,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export LC_ALL=C.UTF-8
+
JAVA_HOME=/usr/lib/jvm/default-java
%:
@@ -72,9 +74,6 @@
cd biojava-structure-gui && ant test
cd biojava-ontology && ant test
-
-
-
override_dh_clean:
dh_clean
rm -rf build
@@ -84,8 +83,9 @@
rm -f biojava-*/build.xml
rm -rf biojavadoc
rm -rf doc
+ find . -name "*.class" -delete
+ rm -rf buildtest
-
get-orig-source:
debian/get-orig-source
More information about the debian-med-commit
mailing list