Description: Use maven-repo-helper
 .
 cbmc (5.10-1) unstable; urgency=low
 .
   * New upstream release
   * Updated Standards version to 4.2.1 (no changes required)
Author: Michael Tautschnig <mt@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2018-09-27

--- cbmc-5.10.orig/jbmc/src/java_bytecode/library/Makefile
+++ cbmc-5.10/jbmc/src/java_bytecode/library/Makefile
@@ -22,7 +22,7 @@ clean: clean_library
 .PHONY: clean_library
 clean_library:
 	rm -rf core-models.jar
-	if [ -d $(LIBRARY_DIR) ]; then cd $(LIBRARY_DIR); mvn clean; fi
+	if [ -d $(LIBRARY_DIR) ]; then cd $(LIBRARY_DIR); mh_clean; fi
 
 .PHONY: library
 library:
