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

abe pushed a commit to branch master
in repository pkg-perl-tools.

commit b2ad90f98d1883388f675ea589f8897fbaf19e2b
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Tue Jul 21 20:55:52 2015 +0200

    takeover: Use "gbp-import-dscs --debsnap" instead of "apt-get source" + 
"gbp-import-dsc"
---
 debian/changelog | 2 ++
 scripts/takeover | 7 ++-----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 33ca97c..4f26480 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,8 @@ pkg-perl-tools (0.21) UNRELEASED; urgency=medium
     Lacks creativity anyways to validate a copyright and license.
   * Also output the testsuite header's value if the tag
     nonteam-testsuite-header is emitted.
+  * dpt-takeover: Change to use "gbp-import-dscs --debsnap" instead of
+    "apt-get source" and "gbp-import-dsc".
 
   [ gregor herrmann ]
   * dpt-import-orig: use Gbp-Dch for changelog commit message.
diff --git a/scripts/takeover b/scripts/takeover
index 56b3cd8..d441682 100755
--- a/scripts/takeover
+++ b/scripts/takeover
@@ -93,14 +93,11 @@ EOF
         git remote remove origin
         cd ..
     else
-        cd $TMP
-        apt-get source -t unstable -d $PACKAGE
-
         cd $TOP/packages
         if [ -x /usr/bin/gbp ]; then
-            gbp import-dsc --pristine-tar $TMP/$PACKAGE*.dsc
+            gbp import-dscs --debsnap --pristine-tar $PACKAGE
         else
-            git-import-dsc --pristine-tar $TMP/$PACKAGE*.dsc
+            git-import-dscs --debsnap --pristine-tar $PACKAGE
         fi
     fi
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to