debian/0000755000000000000000000000000011766654171007204 5ustar debian/changelog0000644000000000000000000000022511766654171011055 0ustar rhnlib (2.5.52-1) unstable; urgency=low * Initial release (Closes: #597490) -- Bernd Zeimetz Fri, 15 Jun 2012 17:25:38 +0200 debian/rules0000755000000000000000000000200511766654171010261 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 override_dh_auto_configure: if [ ! -e setup.py ]; then sed -e "s/\@VERSION\@/$(shell dpkg-parsechangelog | grep Version: | cut -f2 -d' ' | cut -f1 -d- )/" -e 's/\@NAME\@/rhn/' setup.py.in > setup.py; fi if [ ! -e setup.cfg ]; then sed 's/\@RELEASE\@/$(shell dpkg-parsechangelog | grep Version: | cut -f2 -d' ' | cut -f2 -d- )/' setup.cfg.in > setup.cfg; fi dh_auto_configure --buildsystem=python_distutils clean: if [ -f setup.py ]; then dh $@ --with python2 --buildsystem=python_distutils; fi rm -f setup.py setup.cfg rm -rf build %: dh $@ --with python2 --buildsystem python_distutils debian/control0000644000000000000000000000111311766654171010603 0ustar Source: rhnlib Section: python Priority: extra Maintainer: Miroslav Suchý Uploaders: Bernd Zeimetz Build-Depends: python (>= 2.6.6-3~), debhelper (>= 7.0.50~) Standards-Version: 3.9.3 Homepage: https://fedorahosted.org/spacewalk Package: python-rhn Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-openssl Description: Python libraries for the RHN project Collection of base Python modules used by the Red Hat Network (http://rhn.redhat.com) and Spacewalk software. This is common library used by both clients and server. debian/docs0000644000000000000000000000001411766654171010052 0ustar README TODO debian/copyright0000644000000000000000000000217511766654171011144 0ustar Rhnlib is copyright 2010-2012 by Red Hat Inc. Rhnlib is currently developed by Spacewalk Development Team . License: GPLv2 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; version 2 of the License. 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 St, Fifth Floor, Boston, MA 02110-1301, USA. See /usr/share/common-licenses/GPL-2, or for the terms of the latest version of the GNU General Public License. The Debian packaging is Copyright 2010-2012 by Red Hat Inc. Copyright 2012 Bernd Zeimetz and licensed under the same license as rhnlib, see above. debian/source/0000755000000000000000000000000011766654171010504 5ustar debian/source/format0000644000000000000000000000001411766654171011712 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000011711766654171010234 0ustar version=3 https://fedorahosted.org/releases/s/p/spacewalk/rhnlib-(.*)\.tar\.gz debian/compat0000644000000000000000000000000211766654171010402 0ustar 7