debian/0000775000000000000000000000000012362160311007163 5ustar debian/compat0000664000000000000000000000000212353065645010377 0ustar 8 debian/control0000664000000000000000000000127712361666634010617 0ustar Source: wsmancli Section: admin Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Daniel Jared Dominguez Build-Depends: debhelper (>= 8.0.0), autotools-dev, libopenwsman-dev (>= 2.4.3-0ubuntu4), libcurl4-openssl-dev, pkg-config, dh-autoreconf Standards-Version: 3.9.5 Homepage: http://openwsman.github.io/ Package: wsmancli Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Opensource Implementation of WS-Management - Command line utility Part of Openwsman, an Opensource Implementation of WS-Management. This package contains the command line utility to interact with a wsman server. debian/changelog0000664000000000000000000000506412362160276011054 0ustar wsmancli (2.3.1-0ubuntu1) utopic; urgency=medium [ Kent Baxley ] * New upstream release (LP: #1335324). - includes all fixes in 2.3.0 Ubuntu versions. - new feature - read credentials from environment wsman: WSMAN_USER, WSMAN_PASS, WSMAN_EVENT_USER, WSMAN_EVENT_PASS wseventmgr: WSEVENTMGR_USER, WSEVENTMGR_PASS, WSEVENTMGR_EVENT_USER, WSEVENTMGR_EVENT_PASS - new feature - add --non-interactive option to prevent asking for credentials in scripts [ Michael Vogt ] * debian/watch: updated to point to github * debian/control: fix typo in Homepage field * debian/rules: use dh-autoreconf -- Kent Baxley Thu, 26 Jun 2014 13:10:08 -0500 wsmancli (2.3.0-0ubuntu4) trusty; urgency=low * debian/patches: add fix-return-value.patch. Fixes issue where wsman returns zero even when the connection fails (LP: #1274550). -- Kent Baxley Thu, 30 Jan 2014 09:27:29 -0600 wsmancli (2.3.0-0ubuntu3) trusty; urgency=low [ Kent Baxley ] * debian/control: update standards version to 3.9.5 * rebuild against openwsman-2.4.3 (LP: #1272059) [ Dustin Kirkland ] * debian/control: ensure that we block this build until openwsman-2.4.3-0ubuntu4 libraries are in the archive -- Kent Baxley Thu, 23 Jan 2014 21:17:47 -0600 wsmancli (2.3.0-0ubuntu2) trusty; urgency=low * debian/copyright: cleanup copyright file. * debian/rules: add hardening flags to satisfy inclusion in main (LP #1262290) -- Kent Baxley Wed, 08 Jan 2014 11:55:27 -0600 wsmancli (2.3.0-0ubuntu1) trusty; urgency=low [ Kent Baxley ] * New upstream release: * fix the default port setting to match wsmc_create() call. Use https (port 5986) when cainfo is set. * in debug mode, dump the complete response XML if it can't be parsed [Chris Poblete] * adapt to reduced libu exposure in openwsman * don't crash on filter parse error [Zoltan Micskei] * remove -Q (don't send request) option * complain about bad filter expression * fix autotools build for MacOS [Dan Villiom Podlaski Christiansen] [ Dustin Kirkland ] * debian/copyright: - fix syntax error, missing whitespace * debian/control: - bump standards version - update maintainers * debian/changelog: - fix version -- Kent Baxley Mon, 25 Mar 2013 16:21:17 -0500 wsmancli (2.2.6-1) precise; urgency=low * Initial release -- Daniel Jared Dominguez Tue, 31 Jul 2012 10:41:05 -0500 debian/source/0000775000000000000000000000000012353065645010501 5ustar debian/source/format0000664000000000000000000000001412353065645011707 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000474512353065645011146 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: wsmancli Source: http://sourceforge.net/projects/openwsman/ Files: * Copyright: Copyright (C) 2004-2006 Intel Corp. All rights reserved. License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of Intel Corp. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Intel Corp. OR THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2012 Daniel Jared Dominguez License: GPL-2+ This package 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 package 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, see . 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/rules0000775000000000000000000000126612361667331010265 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. # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS=hardening=+all DPKG_EXPORT_BUILDFLAGS=1 include /usr/share/dpkg/buildflags.mk override_dh_auto_configure: dh_auto_configure -- --disable-more-warnings override_dh_autoreconf: dh_autoreconf ./bootstrap %: dh $@ --with autoreconf debian/watch0000664000000000000000000000163212357477253010242 0ustar # Example watch control file for uscan # Rename this file to "watch" and then you can run the "uscan" command # to check for upstream updates and more. # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 # Uncomment to examine a Webpage # #http://www.example.com/downloads.php wsmancli-(.*)\.tar\.gz # Uncomment to examine a Webserver directory #http://www.example.com/pub/wsmancli-(.*)\.tar\.gz # Uncommment to examine a FTP server #ftp://ftp.example.com/pub/wsmancli-(.*)\.tar\.gz debian uupdate # Uncomment to find new files on sourceforge, for devscripts >= 2.9 #http://sf.net/wsmancli/wsmancli-(.*)\.tar\.gz opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/wsmancli-$1\.tar\.gz/ \ https://github.com/Openwsman/wsmancli/tags .*/v?(\d\S*)\.tar\.gz # Uncomment to find new files on GooglePages # http://example.googlepages.com/foo.html wsmancli-(.*)\.tar\.gz