From bb6bea415a371c0b281e50d2e84961456762fe31 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Fri, 15 Dec 2017 17:50:59 +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 8c81809..ab53cb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +qps (1.10.17-2) unstable; urgency=medium + + * Bumped Standards to 4.1.2 + * Removed branch from VCS fields + * Removed debian/gbp.conf + + -- Alf Gaida Fri, 15 Dec 2017 17:08:38 +0100 + qps (1.10.17-1) unstable; urgency=medium * Cherry-picking upstream-version 1.10.17. diff --git a/debian/control b/debian/control index 1fc3cce..aaea688 100644 --- a/debian/control +++ b/debian/control @@ -11,9 +11,9 @@ Build-Depends: debhelper (>= 10), libqt5x11extras5-dev, qttools5-dev, qttools5-dev-tools -Standards-Version: 4.1.0 -Vcs-Browser: https://anonscm.debian.org/git/pkg-lxqt/qps.git/?h=debian/sid -Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/qps.git -b debian/sid +Standards-Version: 4.1.2 +Vcs-Browser: https://anonscm.debian.org/git/pkg-lxqt/qps.git +Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/qps.git Homepage: https://github.com/qtdesktop/qps Package: qps 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