[perl-Cairo] Updates for the move to git



commit 466cd48fdd03fbba9e3937b5759a5f76523ce47e
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Sun May 24 21:23:49 2009 +0200

    Updates for the move to git
    
    Add .gitignore.  Discontinue ChangeLog.  Update MANIFEST and MANIFEST.SKIP.
---
 .gitignore                     |    8 ++++++++
 ChangeLog => ChangeLog.pre-git |    5 +++++
 MANIFEST                       |    2 +-
 MANIFEST.SKIP                  |    2 +-
 4 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b3a78f6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+Cairo.bs
+Cairo*.c
+Cairo*.o
+Makefile
+blib
+build
+cairo-perl-enums.*
+pm_to_blib
diff --git a/ChangeLog b/ChangeLog.pre-git
similarity index 99%
rename from ChangeLog
rename to ChangeLog.pre-git
index 07ff2ea..6929939 100644
--- a/ChangeLog
+++ b/ChangeLog.pre-git
@@ -1,3 +1,8 @@
+=== ChangeLog discontinued ===
+
+	With the move to git, we stop maintaining a separate ChangeLog and
+	rely on proper commit messages instead.
+
 2009-03-28  Torsten Schoenfeld  <kaffeetisch gmx de>
 
 	* NEWS
diff --git a/MANIFEST b/MANIFEST
index ba99d08..66ffb4a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -8,7 +8,7 @@ CairoMatrix.xs
 CairoPath.xs
 CairoPattern.xs
 CairoSurface.xs
-ChangeLog
+ChangeLog.pre-git
 doctypes
 examples/freetype-font.pl
 examples/png-streams.pl
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 18a4607..caf0e32 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -4,12 +4,12 @@ blib
 .*\.bs
 build
 .*\.c
+\.git
 MAINTAINERS$
 Makefile$
 Makefile\.old
 .*\.o
 pm_to_blib
 .*\.png
-\.svn
 .*\.swp
 .*\.tar\.gz



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]