Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package dh-ocaml dh-ocaml ships a simple shell script to ease the setup of new git repositories. The script configures a git post-receive hook for notifications (mail and IRC). 1.0.5 used CIA as a notification agent. 1.0.6 moves to KGB (since CIA died). This change is not very important but would ease our work once Wheezy is released. Please accept it. I'm probably a bit late to ask for this unblock but I just noticed that I forgot to send a formal unblock request. (Yes, this is not an excuse :)). (debdiff is attached). unblock dh-ocaml/1.0.6 -- System Information: Debian Release: 7.0 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8) Shell: /bin/sh linked to /bin/bash
Base version: dh-ocaml_1.0.5 from testing Target version: dh-ocaml_1.0.6 from unstable debian/changelog | 10 ++++++++++ debian/control | 1 - tools/dom-new-git-repo | 8 ++++---- 3 files changed, 14 insertions(+), 5 deletions(-) diff -Nru dh-ocaml-1.0.5/debian/changelog dh-ocaml-1.0.6/debian/changelog --- dh-ocaml-1.0.5/debian/changelog 2012-04-18 06:00:16.000000000 +0000 +++ dh-ocaml-1.0.6/debian/changelog 2012-10-06 18:13:39.000000000 +0000 @@ -1,3 +1,13 @@ +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 <me...@debian.org> 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.6/debian/control --- dh-ocaml-1.0.5/debian/control 2012-04-18 05:59:09.000000000 +0000 +++ dh-ocaml-1.0.6/debian/control 2012-10-05 13:39:09.000000000 +0000 @@ -6,7 +6,6 @@ Mehdi Dogguy <me...@debian.org>, Samuel Mimram <smim...@debian.org>, Stéphane Glondu <glo...@debian.org>, - Sylvain Le Gall <gil...@debian.org>, Ralf Treinen <trei...@debian.org>, Romain Beauxis <to...@rastageeks.org> Build-Depends: diff -Nru dh-ocaml-1.0.5/tools/dom-new-git-repo dh-ocaml-1.0.6/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.6/tools/dom-new-git-repo 2012-10-05 13:46:45.000000000 +0000 @@ -45,10 +45,10 @@ chmod a+x hooks/post-update || mv hooks/post-update.sample hooks/post-update git config --add hooks.mailinglist "$NOTIFY_EMAIL" git config --add hooks.bcc "${PACKAGE}_...@packages.qa.debian.org" -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.6