debian/0000775000000000000000000000000012306321242007163 5ustar debian/copyright0000664000000000000000000000320112035040554011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: crmsh Source: http://savannah.nongnu.org/projects/crmsh/ Files: debian/* Copyright: 2012 Martin Loschwitz License: GPL-2+ Files: * Copyright: 2008-2011 Dejan Muhamedagic License: GPL-2+ Files: doc/Makefile.am modules/Makefile.am templates/gfs2-base templates/Makefile.am templates/gfs2 Copyright: 2008 - 2011 Andrew Beekhof License: GPL-2+ Files: modules/crm_pssh.py Copyright: 2003-2008, Brent N. Chun 2009 Andrew McNabb License: GPL-2+ Files: modules/pacemaker.py Copyright: 2009 Yan Gao License: GPL-2+ Files: test/testcases/Makefile.am test/Makefile.am Copyright: 2004 International Business Machines License: GPL-2+ Files: test/crm_regression.sh Copyright: 2009 Lars Marowsky-Bree License: GPL-2+ 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/compat0000664000000000000000000000000212035041534010363 0ustar 9 debian/source/0000775000000000000000000000000012035044023010461 5ustar debian/source/format0000664000000000000000000000001412035033133011667 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000170612232515012010245 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. # enable hardening export DEB_BUILD_HARDENING=1 CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with autoreconf,python2 override_dh_installdocs: dh_installdocs rm -rf $(CURDIR)/debian/crmsh/usr/share/doc/crmsh/COPYING override_dh_compress: find $(CURDIR)/debian/crmsh/ -name '*.pyo' | xargs rm -rf find $(CURDIR)/debian/crmsh/ -name '*.pyc' | xargs rm -rf dh_compress debian/changelog0000664000000000000000000000752412306321240011043 0ustar crmsh (1.2.5+hg1034-1ubuntu3) trusty; urgency=medium * d/control: Add missing dependency on python-lxml (LP: #1289262). -- James Page Fri, 07 Mar 2014 10:42:37 +0000 crmsh (1.2.5+hg1034-1ubuntu2) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:46:40 +0000 crmsh (1.2.5+hg1034-1ubuntu1) trusty; urgency=low * Resynchronise with Debian. Remaining changes: - Architecture: all, not any. - Build-Depends: pkg-config, asciidoc, libxml2-utils, xsltproc, docbook-xml, docbook-xsl. - Drop Depends on python, python-support for crmsh binary. - Convert to dh_python2. - Breaks/Replaces pacemaker (<< 1.1.8-1) to not fail on upgrades. -- Colin Watson Fri, 25 Oct 2013 17:21:17 +0100 crmsh (1.2.5+hg1034-1) unstable; urgency=low * New upstream checkout -- Martin Loschwitz Mon, 05 Aug 2013 05:21:29 +0000 crmsh (1.2.5+hg1006-1) unstable; urgency=low * New upstream checkout for Pacemaker 1.1.10 -- Martin Loschwitz Fri, 02 Aug 2013 07:37:50 +0000 crmsh (1.2.5+hg953-3) unstable; urgency=low * Upload to unstable instead of experimental -- Martin Loschwitz Fri, 02 Aug 2013 06:52:11 +0000 crmsh (1.2.5+hg953-2ubuntu5) saucy; urgency=low * Build-depend on libcrmcluster4-dev rather than libcrmcluster2-dev. -- Colin Watson Tue, 10 Sep 2013 14:06:20 +0100 crmsh (1.2.5+hg953-2ubuntu4) saucy; urgency=low * debian/control: Breaks/Replaces pacemaker (<< 1.1.8-1) to not fail on upgrades. -- Andres Rodriguez Tue, 30 Jul 2013 17:54:03 -0400 crmsh (1.2.5+hg953-2ubuntu3) saucy; urgency=low * debian/control: Drop Build-Depends on python-support. -- Andres Rodriguez Sun, 28 Jul 2013 12:11:26 -0400 crmsh (1.2.5+hg953-2ubuntu2) saucy; urgency=low * debian/control: Build-Depend on docbook-xsl. -- Andres Rodriguez Thu, 25 Jul 2013 13:52:54 -0400 crmsh (1.2.5+hg953-2ubuntu1) saucy; urgency=low * debian/control: - Architecture: all, not any. - Build-Dep: pkg-config, asciidoc, libxml2-utils, xsltproc, docbook-xml - Drop Depends on python, python-support for crmsh binary. - Add X-Python-Version. * debian/rules: Build with python2. -- Andres Rodriguez Wed, 17 Jul 2013 11:37:04 -0400 crmsh (1.2.5+hg953-2) experimental; urgency=low * Build-Depend on libcib3-dev instead of libcib2-dev -- Martin Loschwitz Fri, 19 Apr 2013 07:08:47 +0000 crmsh (1.2.5+hg953-1) experimental; urgency=low * New upstream release -- Martin Loschwitz Wed, 20 Mar 2013 23:11:44 +0000 crmsh (1.2.0+hg20121010-1) unstable; urgency=low * New upstream checkout to catch some additional bugfixes * debian/control: Depend on version 1.1.8+git20121010 of libcib as well as libcrmcommon and libpengine to make sure we get the versions with proper .pc files (Closes: #690055) -- Martin Loschwitz Wed, 10 Oct 2012 11:39:06 +0000 crmsh (1.2.0+hg20121009-3) unstable; urgency=low * debian/control: Fix possible circular build dependency by using the real library package names instead of pacemaker-dev (Closes: #690055) -- Martin Loschwitz Tue, 09 Oct 2012 17:29:01 +0000 crmsh (1.2.0+hg20121009-2) unstable; urgency=low * debian/control: Set the maintainer field to the HA group instead of me personally. (Closes: #690055) -- Martin Loschwitz Tue, 09 Oct 2012 16:20:15 +0000 crmsh (1.2.0+hg20121009-1) unstable; urgency=low * Initial release (Closes: #690055) -- Martin Loschwitz Tue, 09 Oct 2012 14:36:09 +0000 debian/control0000664000000000000000000000265512306321222010574 0ustar Source: crmsh Section: admin Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian HA Maintainers Uploaders: Martin Loschwitz Build-Depends: debhelper (>= 9.0.0), cluster-glue-dev, hardening-wrapper, python-all-dev, dh-autoreconf, libcib3-dev, libcrmcluster4-dev, libcrmcommon3-dev (>= 1.1.8+git20121010), libpe-rules2-dev, libpe-status4-dev, libpengine4-dev (>= 1.1.8+git20121010), libstonithd2-dev, libtransitioner2-dev, liblrmd1-dev, libcrmservice1-dev, pkg-config, asciidoc, libxml2-utils, xsltproc, docbook-xml, docbook-xsl X-Python-Version: >= 2.5 Standards-Version: 3.9.3 Homepage: http://savannah.nongnu.org/projects/crmsh/ Package: crmsh Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-lxml Recommends: pacemaker (>= 1.1.8-1) Breaks: pacemaker (<< 1.1.8-1) Replaces: pacemaker (<< 1.1.8-1) Description: CRM shell for the pacemaker cluster manager This package contains the famous CRM shell (crmsh) written by Dejan Muhamedagic. Use it to manipulate the cluster information base (CIB) of a running pacemaker cluster without having to fiddle with XML snipets. The CRM shell used to be part of the pacemaker package itself and became a separate project lately. If you are running a pacemaker cluster, then you should most definetely have this package installed.