retitle 697500 unblock: dh-ocaml/1.0.7 thanks Mehdi Dogguy <[email protected]> wrote:
It seems I'll need a 1.0.7 /o\ to fix a typo. (Sorry, I should have double checked before filing this unblock request).
New debdiff attached. -- Mehdi
Base version: dh-ocaml_1.0.5 from testing Target version: dh-ocaml_1.0.7 from unstable debian/changelog | 16 ++++++++++++++++ debian/control | 1 - tools/dom-new-git-repo | 10 +++++----- 3 files changed, 21 insertions(+), 6 deletions(-) diff -Nru dh-ocaml-1.0.5/debian/changelog dh-ocaml-1.0.7/debian/changelog --- dh-ocaml-1.0.5/debian/changelog 2012-04-18 06:00:16.000000000 +0000 +++ dh-ocaml-1.0.7/debian/changelog 2013-01-06 10:26:02.000000000 +0000 @@ -1,3 +1,19 @@ +dh-ocaml (1.0.7) unstable; urgency=low + + * Follow-up fix for dom-new-git-repo /o\ + + -- Mehdi Dogguy <[email protected]> Sun, 06 Jan 2013 11:26:02 +0100 + +dh-ocaml (1.0.6) unstable; urgency=low + + [ Sylvain Le Gall ] + * Remove Sylvain Le Gall from uploaders + + [ Mehdi Dogguy ] + * dom-new-git-repo: Use KGB instead of CIA for new Git repositories. + + -- Mehdi Dogguy <[email protected]> Sat, 06 Oct 2012 20:13:39 +0200 + dh-ocaml (1.0.5) unstable; urgency=low [ Ralf Treinen ] diff -Nru dh-ocaml-1.0.5/debian/control dh-ocaml-1.0.7/debian/control --- dh-ocaml-1.0.5/debian/control 2012-04-18 05:59:09.000000000 +0000 +++ dh-ocaml-1.0.7/debian/control 2013-01-06 10:24:33.000000000 +0000 @@ -6,7 +6,6 @@ Mehdi Dogguy <[email protected]>, Samuel Mimram <[email protected]>, Stéphane Glondu <[email protected]>, - Sylvain Le Gall <[email protected]>, Ralf Treinen <[email protected]>, Romain Beauxis <[email protected]> Build-Depends: diff -Nru dh-ocaml-1.0.5/tools/dom-new-git-repo dh-ocaml-1.0.7/tools/dom-new-git-repo --- dh-ocaml-1.0.5/tools/dom-new-git-repo 2011-07-20 21:29:55.000000000 +0000 +++ dh-ocaml-1.0.7/tools/dom-new-git-repo 2013-01-06 10:25:06.000000000 +0000 @@ -42,13 +42,13 @@ umask 002 cd "$REPODIR" -chmod a+x hooks/post-update || mv hooks/post-update.sample hooks/post-update +chmod a+x hooks/post-update 2>/dev/null || mv hooks/post-update.sample hooks/post-update git config --add hooks.mailinglist "$NOTIFY_EMAIL" git config --add hooks.bcc "${PACKAGE}[email protected]" -git config --add hooks.cia-project "$CIA_PROJECT" -git config --add hooks.cia-use-rpc 1 -echo "#!/bin/sh" > hooks/post-receive -echo "exec /usr/local/bin/git-commit-notice" >> hooks/post-receive +echo "#!/bin/bash" > hooks/post-receive +echo 'DIR=\`basename \$(readlink -f \$GIT_DIR)\`' >> hooks/post-receive +echo 'PKG=\${DIR%.git}' >> hooks/post-receive +echo 'tee >(kgb-client --conf /git/pkg-ocaml-maint/kgbclient.conf --repository git --git-reflog - --module \$PKG) >(/usr/local/bin/git-commit-notice) >/dev/null' >> hooks/post-receive chmod 775 hooks/post-receive EOCMD } Hints needed: unblock dh-ocaml/1.0.7

