--- libatasmart-0.13.orig/debian/rules +++ libatasmart-0.13/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/utils.mk --- libatasmart-0.13.orig/debian/changelog +++ libatasmart-0.13/debian/changelog @@ -0,0 +1,12 @@ +libatasmart (0.13-0ubuntu2) karmic; urgency=low + + * Add missing pkg-config build dependency. + * debian/copyright: Add upstream URL and author, and standard LGPL header. + + -- Martin Pitt Mon, 04 May 2009 07:53:03 +0200 + +libatasmart (0.13-0ubuntu1) karmic; urgency=low + + * Initial release. + + -- Martin Pitt Thu, 30 Apr 2009 09:48:38 +0200 --- libatasmart-0.13.orig/debian/watch +++ libatasmart-0.13/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://0pointer.de/public/libatasmart-([\d\.]+)\.tar\.gz --- libatasmart-0.13.orig/debian/libatasmart-dev.examples +++ libatasmart-0.13/debian/libatasmart-dev.examples @@ -0,0 +1 @@ +blob-examples/* --- libatasmart-0.13.orig/debian/libatasmart0.install +++ libatasmart-0.13/debian/libatasmart0.install @@ -0,0 +1 @@ +usr/lib/libatasmart.so.* --- libatasmart-0.13.orig/debian/copyright +++ libatasmart-0.13/debian/copyright @@ -0,0 +1,24 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=178 +Upstream-Name: libatasmart +Upstream-Maintainer: Lennart Poettering +Upstream-Source: http://0pointer.de/public/ + +Files: * +Copyright: Copyright 2008 Lennart Poettering +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + The full text of the LGPL is distributed as in + /usr/share/common-licenses/LGPL-2.1 on Debian systems. --- libatasmart-0.13.orig/debian/libatasmart-bin.install +++ libatasmart-0.13/debian/libatasmart-bin.install @@ -0,0 +1 @@ +usr/sbin --- libatasmart-0.13.orig/debian/compat +++ libatasmart-0.13/debian/compat @@ -0,0 +1 @@ +7 --- libatasmart-0.13.orig/debian/libatasmart-dev.install +++ libatasmart-0.13/debian/libatasmart-dev.install @@ -0,0 +1,3 @@ +usr/include +usr/lib/libatasmart.so +usr/lib/pkgconfig --- libatasmart-0.13.orig/debian/control +++ libatasmart-0.13/debian/control @@ -0,0 +1,41 @@ +Source: libatasmart +Section: libs +Priority: optional +Maintainer: Ubuntu Core Developers +Build-Depends: debhelper (>= 7), + cdbs, + libudev-dev, + pkg-config +Standards-Version: 3.8.1 +Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/libatasmart/ubuntu +Homepage: http://0pointer.de/blog/projects/being-smart.html + +Package: libatasmart0 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: ATA S.M.A.R.T. Disk Health Monitoring Library + A small and lightweight parser library for ATA S.M.A.R.T. hard disk health + monitoring. + . + This package contains shared libraries to be used by applications. + +Package: libatasmart-dev +Section: libdevel +Architecture: any +Depends: libatasmart0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: ATA S.M.A.R.T. Disk Health Monitoring Library -- development files + A small and lightweight parser library for ATA S.M.A.R.T. hard disk health + monitoring. + . + This package contains files that are needed to build applications. + +Package: libatasmart-bin +Section: admin +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: ATA S.M.A.R.T. Disk Health Monitoring tools + libatasmart is a small and lightweight parser library for ATA S.M.A.R.T. hard + disk health monitoring. + . + This package contains two small command line programs "skdump" and "sktest". +