summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorrbalocca <rbalocca@vyatta.com>2008-05-07 14:52:13 -0700
committerrbalocca <rbalocca@vyatta.com>2008-05-07 14:52:13 -0700
commita78a6d262a7ff1e49f61bbc4dc570965e56eb9ec (patch)
tree3face2efcd9199d235b1a3c1aa5743891d68f4d6 /debian
parent28077a1708b6d0f95e48e07b07f7269751ea48ad (diff)
downloadvyatta-op-qos-a78a6d262a7ff1e49f61bbc4dc570965e56eb9ec.tar.gz
vyatta-op-qos-a78a6d262a7ff1e49f61bbc4dc570965e56eb9ec.zip
Convert to our method of changelog creation
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/autogen.sh26
1 files changed, 0 insertions, 26 deletions
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