From: Markus Schade Date: Fri, 18 Mar 2016 10:27:49 +0000 (+0100) Subject: sync with actual debian package X-Git-Tag: v0.6~3^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=15b0b7891a27cbc725239dc8ab8a53eef3f3b313;p=users%2Fsagi%2Fnvme-cli.git sync with actual debian package drop all patches as they have all been fixed upstream --- diff --git a/debian/changelog b/debian/changelog index ef1cfa9e..26ce5069 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,11 @@ -nvme-cli (0.2-1) unstable; urgency=medium +nvme-cli (0.5-1) unstable; urgency=medium + + * New upstream release + * Fix version number (Closes: #816438) + + -- Breno Leitao Wed, 02 Mar 2016 15:30:12 -0500 + +nvme-cli (0.3-1) unstable; urgency=medium * Initial release. (Closes: #810033) diff --git a/debian/control b/debian/control index 5f2b06e0..e45b4b1b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: nvme-cli Maintainer: Breno Leitao Section: admin Priority: optional -Standards-Version: 3.9.6 +Standards-Version: 3.9.7 Build-Depends: debhelper (>= 9), libudev-dev Homepage: https://github.com/linux-nvme/nvme-cli diff --git a/debian/copyright b/debian/copyright index 31d17078..51cb1311 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,6 +6,10 @@ Copyright: 2011-2015 Intel Corporation 2014 PMC-Sierra, Inc License: GPL-2+ +Files: linux/nvme.h +Copyright: 2011-2014 Intel Corporation. +License: GPL-2 + License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -16,3 +20,19 @@ License: GPL-2+ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + . + On Debian systems, the full text of the GNU General Public License + version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +License: GPL-2 + This program is free software; you can redistribute it and/or modify it + under the terms and conditions of the GNU General Public License, + version 2, as published by the Free Software Foundation. + . + This program is distributed in the hope it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + more details. + . + On Debian systems, the full text of the GNU General Public License + version 2 can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian/rules b/debian/rules index 2f671b9c..c2cc8f8f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@