From c82552d6fcd2e6517a393755365df0c0189772a1 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 c1eb114..b407e79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ python-xstatic-jquery.quicksearch (2.0.4.1-2) 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:34 +0100 diff --git a/debian/gbp.conf b/debian/gbp.conf deleted file mode 100644 index fd8ec27..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 - -[git-buildpackage] -export-dir = ../build-area/ - -- GitLab