From 085291be763051d1beddbac960bb78be6089a632 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 27 Nov 2017 19:59:32 +0100 Subject: command_wrappers: drop long unused Dch() --- gbp/command_wrappers.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/gbp/command_wrappers.py b/gbp/command_wrappers.py index 27dd67b3..d2f28c7e 100644 --- a/gbp/command_wrappers.py +++ b/gbp/command_wrappers.py @@ -321,16 +321,6 @@ class RemoveTree(Command): self.run_error = self._f("Couldn't remove '%s': {err_reason}", self.tree) -class Dch(Command): - """Wrap dch and set a specific version""" - def __init__(self, version, msg): - args = ['-v', version] - if msg: - args.append(msg) - Command.__init__(self, 'debchange', args) - self.run_error = self._f("Dch failed: {err_reason}") - - class DpkgSourceExtract(Command): """ Wrap dpkg-source to extract a Debian source package into a certain -- cgit v1.2.3