Add new utility id-mk-deb-changelog.sh
[git-tools-moved-to-github.git] / id-deb-build / id-pbuild.sh
index 75916cd..e53268e 100755 (executable)
@@ -100,15 +100,8 @@ if $debian; then
            echo "$MKDEBSRC not found"
            exit 1
        fi
-       DCH=debian/changelog
-       if ! git ls-files $DCH --error-unmatch >/dev/null 2>&1; then
-           rm -f $DCH
-           echo "${DNAME} (${VERSION}-1.indexdata) unstable; urgency=medium" >$DCH
-           echo '' >>$DCH
-           echo '  * Upstream.' >>$DCH
-           echo '' >>$DCH
-           echo " -- `git config --get user.name` <`git config --get user.email`>  `date -R`" >>$DCH
-           echo '' >>$DCH
+       if ! ${ID_DEB_BUILD}/id-mk-deb-changelog.sh; then
+           echo "id-mk-deb-changelog.sh failed"
        fi
        if test "${SUDO_USER}"; then
            if test ! -d deb-src; then