chiark / gitweb /
test suite: Save much stuff to $AUTOPKGTEST_ARTIFACTS.
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 79e37672ff6ed41f1d995d436015849f76e5b010..357adc98aac352197b771717cf3e0a6f017d36fc 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -189,11 +189,6 @@ sub debiantag ($$) {
     return $tagformatfn->($v, $distro);
 }
 
-sub debiantag_maintview ($$) { 
-    my ($v,$distro) = @_;
-    return "$distro/".dep14_version_mangle $v;
-}
-
 sub madformat ($) { $_[0] eq '3.0 (quilt)' }
 
 sub lbranch () { return "$branchprefix/$csuite"; }