[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#697500: unblock: dh-ocaml/1.0.6



retitle 697500 unblock: dh-ocaml/1.0.7
thanks

Mehdi Dogguy <mehdi@debian.org> 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 <mehdi@debian.org>  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 <mehdi@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.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 <mehdi@debian.org>,
  Samuel Mimram <smimram@debian.org>,
  Stéphane Glondu <glondu@debian.org>,
- Sylvain Le Gall <gildor@debian.org>,
  Ralf Treinen <treinen@debian.org>,
  Romain Beauxis <toots@rastageeks.org>
 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}_cvs@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.7

Reply to: