Your message dated Sun, 06 Jan 2013 12:41:39 +0000
with message-id <[email protected]>
and subject line Re: Bug#697500: unblock: dh-ocaml/1.0.6
has caused the Debian Bug report #697500,
regarding unblock: dh-ocaml/1.0.7
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
697500: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697500
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[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.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 <[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.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}[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.6
--- End Message ---
--- Begin Message ---
On Sun, 2013-01-06 at 12:33 +0100, Mehdi Dogguy wrote:
> 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).
Unblocked.
Regards,
Adam
--- End Message ---