debian/0000755000000000000000000000000011661652475007203 5ustar debian/docs0000644000000000000000000000002511661652475010053 0ustar TODO README oxc.conf debian/compat0000644000000000000000000000000211661652475010401 0ustar 8 debian/control0000644000000000000000000000142711661652475010612 0ustar Source: openxenmanager Section: admin Priority: extra Maintainer: Ritesh Raj Sarraf Build-Depends: debhelper (>= 8.0.0), python (>= 2.6.6-3~) Standards-Version: 3.9.2 Homepage: http://sourceforge.net/projects/openxenmanager/ Vcs-Git: git://git.debian.org/collab-maint/openxenmanager.git Vcs-Browser: http://git.debian.org/?p=collab-maint/openxenmanager.git;a=summary Package: openxenmanager Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-gtk-vnc, python-gtk2, python-glade2 Description: full-featured graphical management tool for xen using xenapi OpenXenManager is a graphical interface to manage XenServer / Xen Cloud Platform (XCP) hosts through the network . OpenXenManager is an open-source multiplatform clone of XenCenter (Citrix) debian/copyright0000644000000000000000000001345611661652475011147 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174 Upstream-Name: openxenmanager Upstream-Contact: Cheng Sun Source: http://sourceforge.net/projects/openxenmanager/ Files: xdot.py Copyright: Copyright (C) 2008 Jose Fonseca License: LGPL-3+ The full text of the LGPL is distributed as in /usr/share/common-licenses/LGPL-3 on Debian systems. Files: xva.py Copyright: Copyright (C) David Markey License: LGPL-3+ The full text of the LGPL is distributed as in /usr/share/common-licenses/LGPL-3 on Debian systems. Files: xtea.py Copyright: Copyright (C) Paul Chakravarti License: Public Domain Files: PixbufTextCellRenderer.py Copyright: Copyright (C) John Finlay License: Public Domain Files: put.py Copyright: Copyright (C) 2006 Sean B. Palmer License: Eiffel Forum License 2 Eiffel Forum License, version 2 . Permission is hereby granted to use, copy, modify and/or distribute this package, provided that: copyright notices are retained unchanged, any distribution of this package, whether modified or not, includes this license text. Permission is hereby also granted to distribute binary programs which depend on this package. If the binary program depends on a modified version of this package, you are encouraged to publicly release the modified version of this package. . *********************** THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT WARRANTY. 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 THE AUTHORS BE LIABLE TO ANY PARTY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THIS PACKAGE. *********************** Files: configobj.py Copyright: Copyright (C) 2005-2010 Michael Foord Copyright: Copyright (C) 2005-2010 Nicola Larosa License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. 3. Neither the name of the University 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 REGENTS 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 THE REGENTS OR 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. . The full text of the BSD is distributed as in /usr/share/common-licenses/BSD on Debian systems. Files: rrdinfo.py Copyright: Copyright (C) 2011 Citrix Systems License: other Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: pygtk_chart/* Copyright: Copyright (C) 2008 Sven Festersen License: GPL-2+ The full text of the GPL-2 is distributed as in /usr/share/common-licenses/GPL-2 on Debian systems. Files: * Copyright: Copyright (C) 2009 Alberto Gonzalez Rodriguez Copyright: Copyright (C) 2011 Cheng Sun License: GPL-2+ The full text of the GPL-2 is distributed as in /usr/share/common-licenses/GPL-2 on Debian systems. Files: debian/* Copyright: 2011 Ritesh Raj Sarraf 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/openxenmanager.sh0000644000000000000000000000021711661652475012546 0ustar #!/bin/sh # OpenXenManager workaround for binary test -d /usr/share/openxenmanager || exit 1; cd /usr/share/openxenmanager; python window.py debian/source/0000755000000000000000000000000011661652475010503 5ustar debian/source/format0000644000000000000000000000001411661652475011711 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000277111661652475010272 0ustar #!/usr/bin/make -f DH_VERBOSE=1 PACKAGE := openxenmanager TMPDIR := $(CURDIR)/debian/$(PACKAGE) %: dh $@ --with python2 override_dh_clean: test -e debian/control test 0 = "`id -u`" || (echo need root privileges; exit 1) [ ! -f build-stamp ] || rm -f build-stamp rm -rf *.pyc rm -rf *.tmp rm -rf *.so rm -rf *.la rm -rf *.exe rm -rf *.patch rm -rf *.rej rm -rf *.orig override_dh_install: test -e debian/control test 0 = "`id -u`" || (echo need root privileges; exit 1) install -d --mode=0755 $(TMPDIR) install -d --mode=0755 $(TMPDIR)/usr/bin install -d --mode=0755 $(TMPDIR)/usr/share/doc/$(PACKAGE) install -d --mode=0755 $(TMPDIR)/usr/share/$(PACKAGE) install -d --mode=0755 $(TMPDIR)/usr/share/$(PACKAGE)/images/ install -d --mode=0755 $(TMPDIR)/usr/share/$(PACKAGE)/images_map/ install -d --mode=0755 $(TMPDIR)/usr/share/$(PACKAGE)/plugins/ install -d --mode=0755 $(TMPDIR)/usr/share/$(PACKAGE)/pygtk_chart/ install -d --mode=0755 $(TMPDIR)/usr/share/$(PACKAGE)/scripts/ install --mode=0755 debian/openxenmanager.sh $(TMPDIR)/usr/bin/openxenmanager install --mode=0644 *.py $(TMPDIR)/usr/share/$(PACKAGE)/ install --mode=0644 oxc.glade $(TMPDIR)/usr/share/$(PACKAGE)/ install --mode=0644 oxc.conf $(TMPDIR)/usr/share/$(PACKAGE)/ cp -a images/ $(TMPDIR)/usr/share/$(PACKAGE)/ cp -a images_map/ $(TMPDIR)/usr/share/$(PACKAGE)/ cp -a plugins/ $(TMPDIR)/usr/share/$(PACKAGE)/ cp -a pygtk_chart/ $(TMPDIR)/usr/share/$(PACKAGE)/ cp -a scripts/ $(TMPDIR)/usr/share/$(PACKAGE)/ dh_install -s debian/README.source0000644000000000000000000000061011661652475011357 0ustar openxenmanager for Debian ------------------------- The source tarball is manually checked out of the upstream repository because upstream is shipping .pyc files in their source tarball. The following command can be used to checkout the tarball after determining the correct svn revision: git archive --prefix=openxenmanager/ --format=tar HEAD \ | gzip > /tmp/openxenmanager_revNN.tar.gz debian/changelog0000644000000000000000000000177711661652475011071 0ustar openxenmanager (0.r80+dfsg-4) unstable; urgency=low * [e2ec294] add python-glade2 dependency. Thanks to Todd Deshane (Closes: 648478) -- Ritesh Raj Sarraf Sat, 19 Nov 2011 12:35:13 +0530 openxenmanager (0.r80+dfsg-3) unstable; urgency=low * [dca005f] Add depends on python-gtk-vnc and python-gtk2. Thanks to Wolfgang Karall (Closes: 645943) -- Ritesh Raj Sarraf Fri, 21 Oct 2011 15:11:48 +0530 openxenmanager (0.r80+dfsg-2) unstable; urgency=low * [ec3304b] Ship oxc.conf file needed by oxm on first start. Thanks to Lech Karol Pawlaszek (Closes: 645943) -- Ritesh Raj Sarraf Thu, 20 Oct 2011 12:15:56 +0530 openxenmanager (0.r80+dfsg-1) unstable; urgency=low * New upstream snapshot release (SVN r80) -- Ritesh Raj Sarraf Wed, 05 Oct 2011 23:53:47 +0530 openxenmanager (0.r48-1) unstable; urgency=low * Initial release (Closes: #638419) -- Ritesh Raj Sarraf Fri, 16 Sep 2011 16:59:26 +0530 debian/watch0000644000000000000000000000022711661652475010235 0ustar # We download the source from the SVN repository and re-pack it manually by hand #version=3 #http://sf.net/openxenmanager/openxenmanager-(.*)\.tar\.gz debian/rules.bak0000755000000000000000000000340111661652475011015 0ustar #!/usr/bin/make -f DH_VERBOSE=1 PACKAGE := openxenmanager TMPDIR := $(CURDIR)/debian/$(PACKAGE) #%: # dh $@ --with python2 clean: test -e debian/control test 0 = "`id -u`" || (echo need root privileges; exit 1) [ ! -f build-stamp ] || rm -f build-stamp rm -rf *.pyc rm -rf *.tmp rm -rf *.so rm -rf *.la rm -rf *.exe rm -rf *.patch build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: touch build-stamp install: test -e debian/control test 0 = "`id -u`" || (echo need root privileges; exit 1) install -d --mode=0755 $(TMPDIR) install -d --mode=0755 $(TMPDIR)/usr/bin install -d --mode=0755 $(TMPDIR)/etc install -d --mode=0755 $(TMPDIR)/usr/share/doc/$(PACKAGE) install -d --mode=0755 $(TMPDIR)/usr/share/$(PACKAGE) install --mode=0644 oxc.conf $(TMPDIR)/etc/ install --mode=0755 debian/openxenmanager.sh $(TMPDIR)/usr/bin/openxenmanager install --mode=0644 *.py $(TMPDIR)/usr/share/$(PACKAGE)/ install --mode=0644 -d images $(TMPDIR)/usr/share/$(PACKAGE)/ install --mode=0644 -d images_map $(TMPDIR)/usr/share/$(PACKAGE)/ install --mode=0644 -d plugins $(TMPDIR)/usr/share/$(PACKAGE)/ install --mode=0644 -d pygtk_chart $(TMPDIR)/usr/share/$(PACKAGE)/ install --mode=0644 -d scripts $(TMPDIR)/usr/share/$(PACKAGE)/ dh_install -s binary-indep: build install # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot #dh_installchangelogs Documentation/revision-history.txt dh_installdocs dh_python2 #dh_installinit --name laptop-mode -- defaults 99 #dh_installman man/* dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build build-stamp build-arch build-indep binary binary-indep binary-arch install