[perl-Gtk2] Updates for the move to git



commit 0cd6addc30dd70d94ea1f410a867510164486403
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Sun May 17 16:33:48 2009 +0200

    Updates for the move to git
    
    Add a .gitignore file.  Rename and discontinue the ChangeLog.  Update
    MAINTAINERS, MANIFEST and MANIFEST.SKIP.
---
 .gitignore                     |    7 +++++++
 ChangeLog => ChangeLog.pre-git |    5 +++++
 MAINTAINERS                    |    2 +-
 MANIFEST                       |    2 +-
 MANIFEST.SKIP                  |    4 ++--
 5 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..19c5b95
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+Gtk2.bs
+Makefile
+blib
+build
+pm_to_blib
+xs/*.c
+xs/*.o
diff --git a/ChangeLog b/ChangeLog.pre-git
similarity index 99%
rename from ChangeLog
rename to ChangeLog.pre-git
index 6917a12..0d78277 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-24  Torsten Schoenfeld  <kaffeetisch gmx de>
 
 	* Gtk2.exports: Don't try to export newSVPangoRectangle and
diff --git a/MAINTAINERS b/MAINTAINERS
index 4d46150..98b38e0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3,5 +3,5 @@ E-mail: scott asofyet org
 Userid: sarringt
 
 Torsten Schönfeld
-E-mail: tsch svn gnome org
+E-mail: tsch src gnome org
 Userid: tsch
diff --git a/MANIFEST b/MANIFEST
index f91ca7a..c735ee5 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,6 +1,6 @@
 api.pod
 AUTHORS
-ChangeLog
+ChangeLog.pre-git
 CodeGen.pm
 constants-2.0
 copyright.pod
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 7612b26..77c96a8 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -4,7 +4,8 @@ blib
 \.bs$
 build
 \.c$
-\.cvsignore$
+\.git
+\.gitignore$
 gtk2perl.h.gch$
 Makefile$
 Makefile\.old$
@@ -12,4 +13,3 @@ Makefile\.old$
 \.spec$
 \.sw.$
 \.tar\.gz$
-.svn



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