From a5b95174665f42b00b6b6af89fe16656be8635dc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 5 Aug 2017 00:16:13 +0200 Subject: [PATCH] Removing gbp.conf, not used anymore or should be specified in the developers dotfiles. Signed-off-by: Daniel Baumann --- debian/changelog | 2 ++ debian/gbp.conf | 9 --------- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 debian/gbp.conf diff --git a/debian/changelog b/debian/changelog index ea90d48..d1900b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ python-xstatic-jquery.tablesorter (2.14.5.1-3) UNRELEASED; urgency=medium * Updating maintainer field. * Running wrap-and-sort -bast. * Updating standards version to 4.0.0. + * Removing gbp.conf, not used anymore or should be specified in the + developers dotfiles. -- Ondřej Nový Sun, 28 Feb 2016 15:54:38 +0100 diff --git a/debian/gbp.conf b/debian/gbp.conf deleted file mode 100644 index 10f9500..0000000 --- a/debian/gbp.conf +++ /dev/null @@ -1,9 +0,0 @@ -[DEFAULT] -upstream-branch = master -debian-branch = debian/unstable -upstream-tag = %(version)s -compression = xz - -[buildpackage] -export-dir = ../build-area/ - -- GitLab