From 86b1c6f2de31618a77cdf3e0faf41edba93d37cd Mon Sep 17 00:00:00 2001 From: Philip Rinn Date: Thu, 25 Feb 2016 11:56:53 +0100 Subject: [PATCH 1/4] Delete changelog --- debian/changelog | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 debian/changelog diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 541c63e70..000000000 --- a/debian/changelog +++ /dev/null @@ -1,6 +0,0 @@ -qtpass (0.9) trusty; urgency=low - - * Release candidate - - -- Anne Jan Brouwer (JinX) Thu, 30 Jul 2015 16:27:11 +0200 - From c381304c7531964361156671db298c3563ed3ad1 Mon Sep 17 00:00:00 2001 From: Philip Rinn Date: Thu, 25 Feb 2016 11:57:17 +0100 Subject: [PATCH 2/4] Delete compat --- debian/compat | 1 - 1 file changed, 1 deletion(-) delete mode 100644 debian/compat diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec635144f..000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 From 5e9e6aae7ba984122fe8ff4aaa844f7055583692 Mon Sep 17 00:00:00 2001 From: Philip Rinn Date: Thu, 25 Feb 2016 11:57:32 +0100 Subject: [PATCH 3/4] Delete control --- debian/control | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 debian/control diff --git a/debian/control b/debian/control deleted file mode 100644 index 714b51a29..000000000 --- a/debian/control +++ /dev/null @@ -1,26 +0,0 @@ -Source: qtpass -Section: utils -Priority: optional -Maintainer: Anne Jan Brouwer -Build-Depends: qt5-default, qt5-qmake -Homepage: http://qtpass.org/ -Vcs-Browser: https://github.com/IJHack/qtpass -Vcs-Git: git@github.com:IJHack/qtpass.git - -Package: qtpass -Architecture: any -Depends: ${shlibs:Depends} -Suggests: pass -Description: QtPass is a multi-platform GUI for pass, the standard unix password manager. - Features: - * Using pass or git and gpg2 directly - * Cross platform: Linux, BSD, OS X and Windows - * Reading pass password stores - * Decrypting and displaying the password and related info - * Editing and adding of passwords and information - * Updating to and from a git repository - * Per-folder user selection for multi recipient encryption - * Configuration options for backends and executable/folder locations - * Copying password to clipboard - * Configurable shoulder surfing protection options - * Experimental WebDAV support From ce9d1e1aae9494204e60723960c8179bfce815ef Mon Sep 17 00:00:00 2001 From: Philip Rinn Date: Thu, 25 Feb 2016 11:57:39 +0100 Subject: [PATCH 4/4] Delete rules --- debian/rules | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 debian/rules diff --git a/debian/rules b/debian/rules deleted file mode 100755 index f2cf009ed..000000000 --- a/debian/rules +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/make -f -%: - dh $@ - -override_dh_auto_install: - $(MAKE) DESTDIR=$$(pwd)/debian/qtpass prefix=/usr install