debian/0000775000000000000000000000000012317146705007176 5ustar debian/copyright0000664000000000000000000000246512317143040011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libvpd Upstream-Contact: Vasant Hegde . Source: http://sourceforge.net/projects/linux-diag/files/libvpd/ Copyright: 2000-2014 International Business Machines Corporation and others. License: LGPL-2+ Files: * Copyright: 2000-2014 International Business Machines Corporation and others. License: LGPL-2+ Files: debian/* Copyright: 2014 Frederic Bonnard License: LGPL-2+ License: LGPL-2+ This program 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, 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. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian systems, the complete text of the GNU General Public License version 2 can be found in ‘/usr/share/common-licenses/GPL-2’. debian/source/0000775000000000000000000000000012317100661010465 5ustar debian/source/format0000664000000000000000000000001412313016572011676 0ustar 3.0 (quilt) debian/changelog0000664000000000000000000000055112317146705011051 0ustar libvpd (2.2.3-0ubuntu2) trusty; urgency=medium * Install /var/lib/lsvpd for the udev rule's flag file target. -- Adam Conrad Wed, 02 Apr 2014 20:55:42 -0600 libvpd (2.2.3-0ubuntu1) trusty; urgency=medium [ Frédéric Bonnard ] * Initial release. -- Steve Langasek Wed, 02 Apr 2014 14:25:27 -0700 debian/compat0000664000000000000000000000000212313016572010366 0ustar 9 debian/rules0000775000000000000000000000124712313016572010254 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # # Modified to make a template file for a multi-binary package with separated # build-arch and build-indep targets by Bill Allombert 2001 # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # This has to be exported to make some magic below work. export DH_OPTIONS %: dh $@ --with autoreconf debian/libvpd-2.2-2.install0000664000000000000000000000011412317136677012507 0ustar usr/lib/*/*-2.2.so.2* etc/udev/rules.d/90-vpdupdate.rules /lib/udev/rules.d debian/libvpd-dev.install0000664000000000000000000000007412317142310012607 0ustar usr/include/libvpd-2/* usr/lib/*/*.so usr/lib/*/pkgconfig/* debian/control0000664000000000000000000000173212317140241010571 0ustar Source: libvpd Section: libs Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Frederic Bonnard Build-Depends: debhelper (>= 9.0.0), libsqlite3-dev, dh-autoreconf Standards-Version: 3.9.5 Homepage: http://sourceforge.net/projects/linux-diag/files/libvpd/ Package: libvpd-2.2-2 Architecture: powerpc ppc64 ppc64el Depends: ${shlibs:Depends}, ${misc:Depends} Description: VPD Database access library The libvpd package contains the classes that are used to access a vpd database created by vpdupdate in the lsvpd package. Package: libvpd-dev Section: libdevel Architecture: powerpc ppc64 ppc64el Depends: libvpd-2.2-2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: VPD Database access library development files The libvpd-dev package contains the development libraries and header files that are used to access a vpd database created by vpdudate in the lsvpd package. debian/libvpd-2.2-2.dirs0000664000000000000000000000001712317146653011777 0ustar /var/lib/lsvpd debian/watch0000664000000000000000000000013612313016572010221 0ustar version=3 http://sf.net/linux-diag/libvpd-(\d\S*)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian/docs0000664000000000000000000000001412317100566010037 0ustar NEWS README debian/patches/0000775000000000000000000000000012317100646010617 5ustar debian/patches/000_remove_changelog0000664000000000000000000000127612313016572014433 0ustar Subject: Remove generation of debian/changelog debian/changelog is handled on the debian side since debian maintainer needs to be able to add debian specific packaging changes, not upstream only and having it on the upstream tarball is not needed Author: Frederic Bonnard --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/configure.in +++ b/configure.in @@ -69,5 +69,5 @@ AC_CHECK_FUNCS([memmove memset mkdir socket strdup strerror strtol uname sqlite3_prepare_v2]) #finished -AC_CONFIG_FILES([Makefile libvpd.spec debian/changelog libvpd-2.pc libvpd_cxx-2.pc]) +AC_CONFIG_FILES([Makefile libvpd.spec libvpd-2.pc libvpd_cxx-2.pc]) AC_OUTPUT debian/patches/series0000664000000000000000000000002512313016572012031 0ustar 000_remove_changelog