From ae1362556d71f2a54c78d6a2813a0ee9b3a9ba91 Mon Sep 17 00:00:00 2001
From: Michael Friedrich <michael.friedrich@netways.de>
Date: Thu, 11 Oct 2018 14:33:47 +0200
Subject: [PATCH] Update dch helper ubuntu->trusty

---
 dch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dch b/dch
index 5cd6ca6..f6f2189 100755
--- a/dch
+++ b/dch
@@ -2,7 +2,7 @@
 
 set -e
 
-DIST=(wheezy jessie stretch ubuntu)
+DIST=(wheezy jessie stretch trusty)
 VERSION="$1"
 shift
 CHANGELOG="$@"
-- 
GitLab