From 114a57904f24609c5bdf1649611b35de5275dc8a Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Fri, 15 Dec 2017 17:56:40 +0100 Subject: [PATCH] Cleanup debian/* * Bumped Standards to 4.1.2, no changes needed * 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 ed6a1d0..d76b3f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +qterminal (0.8.0-4) unstable; urgency=medium + + * Bumped Standards to 4.1.2, no changes needed + * Removed branch from VCS fields + * Removed debian/gbp.conf + + -- Alf Gaida Fri, 15 Dec 2017 17:56:14 +0100 + qterminal (0.8.0-3) unstable; urgency=medium * Transition to unstable diff --git a/debian/control b/debian/control index 4a34d8d..99a999c 100644 --- a/debian/control +++ b/debian/control @@ -14,9 +14,9 @@ Build-Depends: debhelper (>= 10), libx11-dev, lxqt-build-tools (>= 0.4.0), qtbase5-private-dev -Standards-Version: 4.1.1 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/qterminal.git/?h=debian/sid -Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/qterminal.git -b debian/sid +Standards-Version: 4.1.2 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/qterminal.git +Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/qterminal.git Homepage: https://github.com/lxde/qterminal Package: qterminal 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