[m-rev.] packaging diff: Properly clean .cvsignore files
Paul Bone
paul at bone.id.au
Fri Nov 16 00:20:15 AEDT 2018
Properly clean .cvsignore files
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index d7773ec..a81221c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ override_dh_auto_configure: autoreconf bootstrap
--enable-libgrades=hlc.gc,hlc.gc.par,reg.gc,reg.par.gc.stseg,reg.gc.decldebug.stseg,reg.gc.trseg,reg.gc.profdeep.stseg,hlc.gc.trseg,reg.gc.memprof.stseg,reg.gc.prof.stseg
override_dh_auto_clean:
- find . -name .gitignore -o -name -cvsignore | xargs rm
+ find . -name .gitignore -o -name .cvsignore | xargs rm
chmod a-x samples extras benchmarks
if [ -x scripts/mmake ]; then dh_auto_clean; fi
--
2.17.1
More information about the reviews
mailing list