[Pkg-ocaml-maint-commits] [dh-ocaml] 02/02: dom-new-git-repo: use gbp import-orig

Ralf Treinen treinen at moszumanska.debian.org
Sat Jun 3 08:37:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

treinen pushed a commit to branch master
in repository dh-ocaml.

commit c9e52de9b137d390a417ac6de3abafd1a60e09fd
Author: Ralf Treinen <treinen at free.fr>
Date:   Sat Jun 3 10:20:11 2017 +0200

    dom-new-git-repo: use gbp import-orig
---
 debian/changelog       | 6 ++++--
 tools/dom-new-git-repo | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b31cd33..399cfc0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,9 +7,11 @@ dh-ocaml (1.0.11) UNRELEASED; urgency=medium
   * Use new dispatch address for git commit notifications
 
   [ Ralf Treinen ]
-  * dh_ocamlinit manpage: document prefixes OPT, BYTE, DYN.
+  * dh_ocamlinit manpage: document prefixes OPT, BYTE, DYN
+  * dom-new-git-repo: replace git-import-orig by gbp import-orig
+    (Closes: #862777)
 
- -- Ralf Treinen <treinen at debian.org>  Sat, 03 Jun 2017 10:07:36 +0200
+ -- Ralf Treinen <treinen at debian.org>  Sat, 03 Jun 2017 10:18:38 +0200
 
 dh-ocaml (1.0.10) unstable; urgency=medium
 
diff --git a/tools/dom-new-git-repo b/tools/dom-new-git-repo
index 67b9135..c739478 100755
--- a/tools/dom-new-git-repo
+++ b/tools/dom-new-git-repo
@@ -80,7 +80,7 @@ if [ "$INJECT_TARBALL" = "yes" ] ; then
    # see #475554
    #git commit --allow-empty -m 'commit root'
    #git branch upstream
-   git-import-orig --pristine-tar --no-dch "$TARBALL"
+   gbp import-orig --pristine-tar "$TARBALL"
    git_push)
 elif git show-ref --quiet 2>/dev/null ; then
   echo "I: we are in a git repos"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/dh-ocaml.git



More information about the Pkg-ocaml-maint-commits mailing list