Imported Debian patch 2.5-1
[debian/cpmtools] / debian / rules
index b7517291ee56c2d96ee1f0da4784c38114289a67..7b17023d2d56d643ad2c68eda70d9032d93d56f0 100755 (executable)
@@ -3,9 +3,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=3
-
 configure: configure-stamp
 configure-stamp:
        dh_testdir
@@ -27,9 +24,9 @@ clean:
        -$(MAKE) distclean
 
        -test -r /usr/share/misc/config.sub && \
-               cp -f /usr/share/misc/config.sub config/config.sub
+               cp -f /usr/share/misc/config.sub config.sub
        -test -r /usr/share/misc/config.guess && \
-               cp -f /usr/share/misc/config.guess config/config.guess
+               cp -f /usr/share/misc/config.guess config.guess
 
        dh_clean