From db0a1cd192e8a0af99913dccf349664eaa5cea90 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Wed, 13 Dec 2017 20:18:22 +0100 Subject: [PATCH] Some cleanup in debian/$foo * Bumped Standards to 4.1.2, no changes needed * Removed debian/gbp.conf * Removed branch from VCS fields --- 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 5976e32..7a981d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +liblxqt (0.12.0-5) unstable; urgency=medium + + * Bumped Standards to 4.1.2, no changes needed + * Removed debian/gbp.conf + * Removed branch from VCS fields + + -- Alf Gaida Wed, 13 Dec 2017 20:16:30 +0100 + liblxqt (0.12.0-4) unstable; urgency=medium * Transition to unstable diff --git a/debian/control b/debian/control index 1a43481..53d93e2 100644 --- a/debian/control +++ b/debian/control @@ -14,9 +14,9 @@ Build-Depends: debhelper (>= 10), libx11-dev, libxss-dev, lxqt-build-tools (>= 0.4.0) -Standards-Version: 4.1.1 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/liblxqt.git/?h=debian/sid -Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/liblxqt.git -b debian/sid +Standards-Version: 4.1.2 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/liblxqt.git +Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/liblxqt.git Homepage: https://github.com/lxde/liblxqt Package: liblxqt0 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