From be6d10db53df3e9e1644ec4a43ab92476879fe22 Mon Sep 17 00:00:00 2001 From: rbalocca Date: Wed, 7 May 2008 14:49:13 -0700 Subject: Convert to our method of changelog creation --- .gitignore | 1 - ChangeLog | 1 + debian/autogen.sh | 26 -------------------------- 3 files changed, 1 insertion(+), 27 deletions(-) create mode 120000 ChangeLog diff --git a/.gitignore b/.gitignore index e4572ba..7ffaa7c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ /aclocal.m4 /autom4te.cache /build-stamp -/ChangeLog /config /config.log /config.guess diff --git a/ChangeLog b/ChangeLog new file mode 120000 index 0000000..d526672 --- /dev/null +++ b/ChangeLog @@ -0,0 +1 @@ +debian/changelog \ No newline at end of file diff --git a/debian/autogen.sh b/debian/autogen.sh index ff125d1..e8c94af 100755 --- a/debian/autogen.sh +++ b/debian/autogen.sh @@ -1,32 +1,6 @@ #!/bin/sh -if [ -d .git ] ; then -# generate GNU/Debian format ChangeLog from git log - - rm -f ChangeLog - - if which git2cl >/dev/null ; then - git-log --pretty --numstat --summary | git2cl >> ChangeLog - else - git-log --pretty=short >> ChangeLog - fi - -# append repository reference - - url=` git repo-config --get remote.origin.url` - test "x$url" = "x" && url=`pwd` - - branch=`git-branch --no-color | sed '/^\* /!d; s/^\* //'` - test "x$branch" = "x" && branch=master - - sha=`git log --pretty=oneline --no-color -n 1 | cut -c-8` - test "x$sha" = "x" && sha=00000000 - - echo "$url#$branch-$sha" >> ChangeLog - -fi - rm -rf config rm -f aclocal.m4 config.guess config.statusconfig.sub configure INSTALL -- cgit v1.2.3