+++ /dev/null
-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)
-
- -- Breno Leitao <brenohl@br.ibm.com> Tue, 05 Jan 2016 14:40:05 -0500
+++ /dev/null
-Source: nvme-cli
-Maintainer: Breno Leitao <brenohl@br.ibm.com>
-Section: admin
-Priority: optional
-Standards-Version: 3.9.7
-Build-Depends: debhelper (>= 9), libudev-dev
-Homepage: https://github.com/linux-nvme/nvme-cli
-
-Package: nvme-cli
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: userspace tooling to control NVMe drives
- NVMe is a fast, scalable, direct attached storage interface, accessing
- solid state drives through PCIe.
- .
- The nvme CLI contains core management tools with minimal dependencies.
+++ /dev/null
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Source: https://github.com/linux-nvme/nvme-cli
-
-Files: *
-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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
- .
- This program is distributed in the hope that 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'.
-
-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'.
+++ /dev/null
-#!/bin/sh
-
-set -e
-
-case "$1" in
- configure|install)
- if [ ! -f /etc/nvme/hostnqn ]; then
- install -D /dev/null /etc/nvme/hostnqn
- echo `nvme gen-hostnqn` > /etc/nvme/hostnqn
- fi
- ;;
-
- upgrade|abort-upgrade)
- ;;
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 0
- ;;
-esac
-exit 0
+++ /dev/null
-#!/bin/sh
-
-if [ "$1" = "purge" ]; then
- if [ -d /etc/nvme ]; then
- rm -f /etc/nvme/hostnqn
- if [ ! -n "`ls -A /etc/nvme`" ]; then
- rm -rf /etc/nvme
- fi
- fi
-fi
+++ /dev/null
-#!/usr/bin/make -f
-
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-
-%:
- dh $@
-
-override_dh_auto_test:
-
-override_dh_auto_install:
- dh_auto_install -- PREFIX=/usr
+++ /dev/null
-3.0 (quilt)
+++ /dev/null
-version=3
-opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/nvme-cli-$1.tar.gz/" \
-https://github.com/linux-nvme/nvme-cli/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz