Commit 1768312c authored by Liubov Chuprikova's avatar Liubov Chuprikova
Browse files

Add a call to dh_clean (fixes a lintian warning)

parent c94c2057
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ fastdnaml (1.2.2-13) UNRELEASED; urgency=medium
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.1.5
  * debhelper 11
  * Add a call to dh_clean

 -- Andreas Tille <tille@debian.org>  Wed, 27 Sep 2017 15:35:27 +0200

+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
# dh_clean expects a Makefile which was just removed by redoing the patches ...
# This hack circumvents the problem
override_dh_clean:
	dh_clean
	rm -fr source/fastDNAml

override_dh_auto_install: