Before calling dh_clean check if debian/control exists and touch it
authorRoland Bauerschmidt <rb@debian.org>
Fri, 12 Apr 2002 14:22:05 +0000 (14:22 +0000)
committerRoland Bauerschmidt <rb@debian.org>
Fri, 12 Apr 2002 14:22:05 +0000 (14:22 +0000)
otherwise.

debian/rules

index 53b00d9aecceba5de67e57f855f292c3d85c1f11..848bc1061be65b01a253b0b23ab8a734d42bc868 100755 (executable)
@@ -57,6 +57,7 @@ clean-modules:
 
        -$(MAKE) distclean
 
+       test -f debian/control || touch debian/control
        dh_clean
        
 install: build