chiark / gitweb /
changelog: finalise
[autopkgtest.git] / debian / rules
index 6eecbc10c6197a6ec0dbeecba792d703ac8822ed..262c551699fe12a26ffb56438342df059f58db05 100755 (executable)
@@ -59,7 +59,7 @@ binary binary-indep: checkdir
          find $$d -name '*~' -o -name '#*#' -exec rm -- '{}' ';';      \
          for f in $$d/hosts/*; do                                      \
            cp debian/host-example-WARNING $$f/WARNING;                 \
-           cf=$$f/onepackage-config;                                   \
+           cf=$$f/cfg;                                                 \
            if test -f $$cf; then                                       \
              sed -e 's/^/# /' debian/host-example-WARNING >$$cf.new;   \
              echo >>$$cf.new;  cat $$cf >>$$cf.new;                    \
@@ -80,9 +80,11 @@ binary binary-indep: checkdir
        dh_installdeb
        dh_builddeb
 
-clean: checkdir debian/copyright
+clean: checkdir
        dh_testroot
        $(MAKE) clean
+       rm -rf runner/tmp
+       rm -f debian/copyright
        dh_clean
 
 checkdir: