From f8f952e3917c4f4fec80f1408d590521cab81d29 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Thu, 14 Dec 2017 18:28:12 +0100 Subject: [PATCH] Cleanup debian/* * Bumped Standards to 4.1.2 * Removed branch from VCS fields * Removed debian/gbp.conf --- debian/changelog | 8 ++++++++ debian/control | 6 +++--- debian/gbp.conf | 8 -------- 3 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 debian/gbp.conf diff --git a/debian/changelog b/debian/changelog index 8c5c896..49f8d06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lxqt-build-tools (0.4.0-5) unstable; urgency=medium + + * Bumped Standards to 4.1.2 + * Removed branch from VCS fields + * Removed debian/gbp.conf + + -- Alf Gaida Thu, 14 Dec 2017 18:28:07 +0100 + lxqt-build-tools (0.4.0-4) unstable; urgency=medium * Switch to unstable diff --git a/debian/control b/debian/control index 16dee25..a1f8da6 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,9 @@ Build-Depends: debhelper (>= 10), libglib2.0-dev, pkg-config, qtbase5-dev -Standards-Version: 4.1.1 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-build-tools.git/?h=debian/sid -Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-build-tools.git -b debian/sid +Standards-Version: 4.1.2 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-build-tools.git +Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-build-tools.git Homepage: https://github.com/lxde/lxqt-build-tools Package: lxqt-build-tools diff --git a/debian/gbp.conf b/debian/gbp.conf deleted file mode 100644 index 7a9f00a..0000000 --- a/debian/gbp.conf +++ /dev/null @@ -1,8 +0,0 @@ -[DEFAULT] -debian-branch = debian/sid -upstream-branch = upstream/latest -pristine-tar = True - -[import-orig] -# Use git cherrypick -n upstream instead. -merge = False