[Fai-commit] r5608 - in trunk: . debian debian/source
Thomas Lange
lange at alioth.debian.org
Tue Oct 27 22:33:55 UTC 2009
Author: lange
Date: 2009-10-27 22:33:32 +0000 (Tue, 27 Oct 2009)
New Revision: 5608
Added:
trunk/debian/source/
trunk/debian/source/format
Modified:
trunk/Makefile
trunk/debian/changelog
Log:
* Makefile: remove .svn directories in fai-doc
* debian/source/format: use source package format 3.0 (native)
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2009-10-27 20:35:38 UTC (rev 5607)
+++ trunk/Makefile 2009-10-27 22:33:32 UTC (rev 5608)
@@ -47,5 +47,6 @@
perl -pi -e 's/FAIVERSIONSTRING/$(VERSIONSTRING)/' $(DESTDIR)/usr/sbin/fai
cp -a examples $(DOCDIR)
cp -a utils $(DOCDIR)/examples
+ find $(DOCDIR) -name .svn | xargs rm -rf
.PHONY: clean veryclean
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-10-27 20:35:38 UTC (rev 5607)
+++ trunk/debian/changelog 2009-10-27 22:33:32 UTC (rev 5608)
@@ -113,6 +113,8 @@
* NFSROOT: remove cvs, bootpc, expect, mdetect
* mkdebmirror: update for lenny, use cache feature of debmirror > 2
* examples/simple/files/etc/fai/*: update to more recent config files
+ * Makefile: remove .svn directories in fai-doc
+ * debian/source/format: use source package format 3.0 (native)
[ Michael Tautschnig ]
* setup-storage, setup-storage/Exec.pm: auto-detect a proper way to tell
Added: trunk/debian/source/format
===================================================================
--- trunk/debian/source/format (rev 0)
+++ trunk/debian/source/format 2009-10-27 22:33:32 UTC (rev 5608)
@@ -0,0 +1 @@
+3.0 (native)
More information about the Fai-commit
mailing list