From 2375b9f30ae2c15981d8fb45d17e86539c81852f Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Thu, 14 Dec 2017 01:52:44 +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 527c668..785fd25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libqtxdg (3.1.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 Thu, 14 Dec 2017 01:52:34 +0100 + libqtxdg (3.1.0-4) unstable; urgency=medium * Switch to unstable diff --git a/debian/control b/debian/control index 140b11d..fb3f58c 100644 --- a/debian/control +++ b/debian/control @@ -13,9 +13,9 @@ Build-Depends: debhelper (>= 10), qtbase5-private-dev, qttools5-dev, qttools5-dev-tools -Standards-Version: 4.1.1 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/libqtxdg.git/?h=debian/sid -Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/libqtxdg.git -b debian/sid +Standards-Version: 4.1.2 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/libqtxdg.git +Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/libqtxdg.git Homepage: https://github.com/lxde/libqtxdg Package: libqt5xdg3 diff --git a/debian/gbp.conf b/debian/gbp.conf deleted file mode 100644 index ffe50a8..0000000 --- a/debian/gbp.conf +++ /dev/null @@ -1,8 +0,0 @@ -[DEFAULT] -debian-branch = debian/experimental -upstream-branch = upstream/latest -pristine-tar = True - -[import-orig] -# Use git cherrypick -n upstream instead. -merge = False