projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98fa847
)
Before calling dh_clean check if debian/control exists and touch it
author
Roland Bauerschmidt
<rb@debian.org>
Fri, 12 Apr 2002 14:22:05 +0000
(14:22 +0000)
committer
Roland Bauerschmidt
<rb@debian.org>
Fri, 12 Apr 2002 14:22:05 +0000
(14:22 +0000)
otherwise.
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 53b00d9aecceba5de67e57f855f292c3d85c1f11..848bc1061be65b01a253b0b23ab8a734d42bc868 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-57,6
+57,7
@@
clean-modules:
-$(MAKE) distclean
+ test -f debian/control || touch debian/control
dh_clean
install: build