rev 328 - in offlineimap/head: . debian

[email protected] Mon, 6 Jan 2003 15:47:15 -0600 (CST)
Newsgroups gmane.mail.imap.offlineimap.subversion
Message-ID <[email protected]>
Author: jgoerzen
Date: 2003-01-06 15:47:15 -0600 (Mon, 06 Jan 2003)
New Revision: 328

Modified:
   offlineimap/head/Makefile
   offlineimap/head/debian/rules
Log:
Better cleaning up, install new example.


Modified: offlineimap/head/debian/rules
==============================================================================
--- offlineimap/head/debian/rules	(original)
+++ offlineimap/head/debian/rules	Mon Jan  6 15:47:15 2003
@@ -71,7 +71,7 @@
 	dh_testroot
 #	dh_installdebconf	
 	dh_installdocs
-	dh_installexamples offlineimap.conf
+	dh_installexamples offlineimap.conf offlineimap.conf.minimal
 	dh_installmenu
 #	dh_installlogrotate
 #	dh_installemacsen

Modified: offlineimap/head/Makefile
==============================================================================
--- offlineimap/head/Makefile	(original)
+++ offlineimap/head/Makefile	Mon Jan  6 15:47:15 2003
@@ -19,6 +19,8 @@
 clean:
 	-python2.2 setup.py clean --all
 	-rm -f `find . -name "*~"`
+	-rm -f `find . -name "*.tmp"`
+	-rm -f bin/offlineimapc
 	-rm -f `find . -name "*.pyc"`
 	-rm -f `find . -name "*.pygc"`
 	-rm -f `find . -name "*.class"`