Remove debian/.gitignore for .deb package.

This commit is contained in:
Bastian Kleineidam 2013-02-26 21:09:47 +01:00
parent 3980ca3c69
commit c7a91f01aa

View file

@ -139,6 +139,7 @@ deb:
cd $(CURDIR); \
git checkout debian; \
cp -r debian $(DEBPACKAGEDIR); \
rm -f $(DEBPACKAGEDIR)/debian/.gitignore; \
git checkout master)
$(MAKE) -C $(DEBUILDDIR) $(LAPPNAME)_clean $(LAPPNAME)