From 07fe60523d8a9467537ea649d4e49c48a1201c0d Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Thu, 14 Dec 2017 22:41:28 +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 04df8ee..c2f8535 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lxqt-runner (0.12.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 Thu, 14 Dec 2017 22:41:16 +0100 + lxqt-runner (0.12.0-3) unstable; urgency=medium * Transition to unstable diff --git a/debian/control b/debian/control index aecbdc3..46e21b8 100644 --- a/debian/control +++ b/debian/control @@ -15,9 +15,9 @@ Build-Depends: debhelper (>= 10), libqt5x11extras5-dev, libx11-dev, qtbase5-private-dev -Standards-Version: 4.1.1 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-runner.git/?h=debian/sid -Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-runner.git -b debian/sid +Standards-Version: 4.1.2 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-runner.git +Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-runner.git Homepage: https://github.com/lxde/lxqt-runner Package: lxqt-runner 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