]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
sync with actual debian package
authorMarkus Schade <markus.schade@gmail.com>
Fri, 18 Mar 2016 10:27:49 +0000 (11:27 +0100)
committerMarkus Schade <markus.schade@gmail.com>
Fri, 18 Mar 2016 10:27:49 +0000 (11:27 +0100)
drop all patches as they have all been fixed upstream

debian/changelog
debian/control
debian/copyright
debian/rules

index ef1cfa9e7d1c469e1f1928da6342e38a28edbfed..26ce5069e79a86852125407cb0213d26d15edabc 100644 (file)
@@ -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 <brenohl@br.ibm.com>  Wed, 02 Mar 2016 15:30:12 -0500
+
+nvme-cli (0.3-1) unstable; urgency=medium
 
   * Initial release. (Closes: #810033)
 
index 5f2b06e05decd8549a81f16812ffcb1a770cc6c0..e45b4b1b99a154af7b2092002dccbdd753a85805 100644 (file)
@@ -2,7 +2,7 @@ Source: nvme-cli
 Maintainer: Breno Leitao <brenohl@br.ibm.com>
 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
 
index 31d17078319f6e7f462f2ccdea5b263f6799888b..51cb1311be1ab6628f702efcfec4c8566f048b68 100644 (file)
@@ -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'.
index 2f671b9c43533e8517aad508bf20c1cb2062b1f1..c2cc8f8f8e20216c90652fd12a9f68a2c16c4bd7 100755 (executable)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
        dh $@