[Telepathy-commits] [telepathy-gabble/master] Set autogen.sh executable, use git in dist-hook, replace _boring with .gitignore

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Aug 15 09:50:35 PDT 2008


---
 .gitignore  |   61 +++++++++++++++++++++++++++++++++++++++
 Makefile.am |    5 ++-
 _boring     |   92 -----------------------------------------------------------
 3 files changed, 65 insertions(+), 93 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 _boring
 mode change 100644 => 100755 autogen.sh

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c3cfa5a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,61 @@
+*.[ao]
+*.l[ao]
+*.loT
+*.orig
+*.pc
+*.py[co]
+*.rej
+*.sw[op]
+*~
+.DS_Store
+.deps
+.libs
+.svn
+INSTALL
+Makefile
+Makefile.in
+_gen
+aclocal.m4
+autom4te.cache
+compile
+config.cache
+config.guess
+config.h
+config.h.in
+config.log
+config.status
+config.sub
+configure
+core
+data/gabble.manager
+data/org.freedesktop.Telepathy.ConnectionManager.gabble.service
+debian
+depcomp
+docs/*.html
+docs/telepathy-gabble.8
+extensions/extensions.html
+gtk-doc.make
+install-sh
+libtool
+ltmain.sh
+m4/gtk-doc.m4
+missing
+src/gabble-signals-marshal.list
+src/telepathy-gabble
+src/write-mgr-file
+stamp-h1
+tags
+telepathy-gabble-0*
+tests/org.freedesktop.Telepathy.ConnectionManager.gabble.service
+tests/test-base64
+tests/test-dtube-unique-names
+tests/test-handles
+tests/test-jid-decode
+tests/test-parse-message
+tests/test-presence
+tests/twisted/gabbleconfig.py
+tests/twisted/telepathy-gabble-debug
+tests/twisted/tools/*.service
+tests/twisted/tools/exec-with-log.sh
+tests/twisted/tools/gabble-testing.log
+tests/twisted/tools/tmp-session-bus.conf
diff --git a/Makefile.am b/Makefile.am
index 77c2b7d..bdd1018 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,10 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-debug
 
 dist-hook:
 	chmod u+w ${distdir}/ChangeLog
-	if test -d _darcs; then darcs changes >${distdir}/ChangeLog; fi
+	if test -d ${top_srcdir}/.git; then \
+		git log --stat > ${distdir}/ChangeLog || \
+		git log > ${distdir}/ChangeLog; \
+	fi
 
 check-twisted: all
 	$(MAKE) -C tests/twisted check-twisted
diff --git a/_boring b/_boring
deleted file mode 100644
index 7f14943..0000000
--- a/_boring
+++ /dev/null
@@ -1,92 +0,0 @@
-# Boring file regexps:
-\.hi$
-\.o$
-\.loT?$
-\.o\.cmd$
-\.ko$
-\.ko\.cmd$
-\.mod\.c$
-(^|/)\.tmp_versions($|/)
-(^|/)CVS($|/)
-(^|/)RCS($|/)
-~$
-#(^|/)\.[^/]
-(^|/)_darcs($|/)
-\.bak$
-\.BAK$
-\.orig$
-\.rej$
-(^|/)vssver\.scc$
-\.swp$
-\.swo$
-(^|/)MT($|/)
-(^|/)\{arch\}($|/)
-(^|/).arch-ids($|/)
-(^|/),
-\.class$
-\.prof$
-(^|/)\.DS_Store$
-(^|/)BitKeeper($|/)
-(^|/)ChangeSet($|/)
-(^|/)\.svn($|/)
-\.py[co]$
-\#
-\.cvsignore$
-(^|/)Thumbs\.db$
-(^|/)Makefile$
-(^|/)Makefile.in$
-^INSTALL$
-^aclocal.m4$
-^autom4te.cache($|/)
-^config.guess$
-^config.cache$
-^config.h$
-^config.h.in$
-^config.log$
-^config.status$
-^config.sub$
-^configure$
-^install-sh$
-^libtool$
-^ltmain.sh$
-^missing$
-^stamp-h1$
-^depcomp$
-^compile$
-^gtk-doc\.make$
-^m4/gtk-doc\.m4$
-(^|/).deps($|/)
-(^|/).libs($|/)
-\.lo$
-\.la$
-\-glue.(c|h)$
-\-marshal.(c|h)$
-\-enumtypes.(c|h)$
-\-bindings.(c|h)$
-\-gen.h$
-\.pc$
-^data/gabble.manager$
-^(data|tests)/org.freedesktop.Telepathy.ConnectionManager.gabble.service$
-^src/gabble-signals-marshal\.list$
-^src/telepathy-gabble$
-^src/write-mgr-file$
-^src/gabble-signals-marshal.list$
-^tests/gabble-testing\.log$
-^tests/run-with-tmp-session-bus\.conf$
-(^|/)cscope\.out$
-(^|/)core$
-^debian($|/)
-^tags$
-^telepathy-gabble-0
-^tests/twisted/gabbleconfig\.py$
-^tests/twisted/telepathy-gabble-debug$
-^tests/twisted/tools/gabble-testing\.log$
-^tests/twisted/tools/exec-with-log\.sh$
-^tests/twisted/tools/.*\.service$
-^tests/twisted/tools/tmp-session-bus\.conf$
-^tests/test-[-a-z0-9]*$
-^extensions/_gen($|/)
-^extensions/extensions\.html$
-^docs/.*\.html$
-^docs/xep\.xsl$
-^docs/telepathy-gabble\.8$
diff --git a/autogen.sh b/autogen.sh
old mode 100644
new mode 100755
-- 
1.5.6.3



More information about the Telepathy-commits mailing list