debian/0000775000000000000000000000000012321264370007170 5ustar debian/copyright0000664000000000000000000000324112321264347011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: lsvpd Upstream-Contact: Vasant Hegde . Source: http://sourceforge.net/projects/linux-diag/files/lsvpd/ Copyright: 2000-2014 International Business Machines Corporation and others. License: GPL-2+ with librtas exception Files: * Copyright: 2000-2014 International Business Machines Corporation and others. License: GPL-2+ with librtas exception Files: debian/* Copyright: 2014 Frederic Bonnard License: GPL-2+ with librtas exception License: GPL-2+ with librtas exception 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, 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. . As a special exception, IBM gives permission to link the code of portions of this program against the librtas library, and distribute linked combinations including the two. You must obey the GNU General Public License in all respects for all of the code used other than librtas. . 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/changelog0000664000000000000000000000111512321264370011040 0ustar lsvpd (1.7.4-0ubuntu3) trusty; urgency=medium * Also add missing build-dependency on libsqlite3-dev. * Pull debian/copyright fix from upstream for GPL/CPL linkage. -- Steve Langasek Wed, 09 Apr 2014 08:36:23 -0700 lsvpd (1.7.4-0ubuntu2) trusty; urgency=medium * Add missing build-dependency on libz-dev. -- Steve Langasek Wed, 02 Apr 2014 19:08:11 -0700 lsvpd (1.7.4-0ubuntu1) trusty; urgency=medium [ Frédéric Bonnard ] * Initial release. -- Brian Murray Wed, 02 Apr 2014 13:34:26 -0700 debian/compat0000664000000000000000000000000212314043424010363 0ustar 9 debian/watch0000664000000000000000000000013412314043424010214 0ustar version=3 http://sf.net/linux-diag/lsvpd-(\d\S*).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian/postinst0000664000000000000000000000022512317110605010771 0ustar #!/bin/sh set -e case "$1" in configure) vpdupdate ;; abort-upgrade|abort-remove|abort-deconfigure) ;; esac #DEBHELPER# debian/docs0000664000000000000000000000001412317072224010036 0ustar NEWS README debian/source/0000775000000000000000000000000012317077342010476 5ustar debian/source/format0000664000000000000000000000001412314043424011673 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000124712314043424010251 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/control0000664000000000000000000000130212317170026010566 0ustar Source: lsvpd Section: misc Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Frederic Bonnard Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, libvpd-dev, libsgutils2-dev, librtas-dev, libz-dev, libsqlite3-dev Standards-Version: 3.9.5 Homepage: http://sourceforge.net/projects/linux-diag/files/lsvpd/ Package: lsvpd Architecture: powerpc ppc64 ppc64el Depends: ${shlibs:Depends}, ${misc:Depends} Description: Utility to List Device Vital Product Data (VPD) This utility lists device Vital Product Data (VPD), which includes the following information and more: vendor, version, revision level, serial number. debian/patches/0000775000000000000000000000000012317077353010627 5ustar debian/patches/000_remove_changelog0000664000000000000000000000037512314043424014427 0ustar --- a/configure.in +++ b/configure.in @@ -59,5 +59,5 @@ AC_CHECK_FUNCS([memmove memset mkdir socket strdup strerror strtol uname]) #finished -AC_CONFIG_FILES([Makefile lsvpd.spec debian/changelog]) +AC_CONFIG_FILES([Makefile lsvpd.spec]) AC_OUTPUT debian/patches/series0000664000000000000000000000002512314043424012026 0ustar 000_remove_changelog