/offlineimap/head: changeset 328
Better cleaning up, install new example.
This commit is contained in:
parent
2d0ef8af4b
commit
ae6e182a2c
@ -19,6 +19,8 @@ SHELL=/bin/bash
|
|||||||
clean:
|
clean:
|
||||||
-python2.2 setup.py clean --all
|
-python2.2 setup.py clean --all
|
||||||
-rm -f `find . -name "*~"`
|
-rm -f `find . -name "*~"`
|
||||||
|
-rm -f `find . -name "*.tmp"`
|
||||||
|
-rm -f bin/offlineimapc
|
||||||
-rm -f `find . -name "*.pyc"`
|
-rm -f `find . -name "*.pyc"`
|
||||||
-rm -f `find . -name "*.pygc"`
|
-rm -f `find . -name "*.pygc"`
|
||||||
-rm -f `find . -name "*.class"`
|
-rm -f `find . -name "*.class"`
|
||||||
|
@ -71,7 +71,7 @@ binary-indep: build install
|
|||||||
dh_testroot
|
dh_testroot
|
||||||
# dh_installdebconf
|
# dh_installdebconf
|
||||||
dh_installdocs
|
dh_installdocs
|
||||||
dh_installexamples offlineimap.conf
|
dh_installexamples offlineimap.conf offlineimap.conf.minimal
|
||||||
dh_installmenu
|
dh_installmenu
|
||||||
# dh_installlogrotate
|
# dh_installlogrotate
|
||||||
# dh_installemacsen
|
# dh_installemacsen
|
||||||
|
Loading…
Reference in New Issue
Block a user