debian/0000755000000000000000000000000012214634563007174 5ustar debian/python-networkmanager.docs0000644000000000000000000000007412214633127014405 0ustar README docs/index.rst docs/_build/html/index.html examples/ debian/copyright0000644000000000000000000000211112214633127011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-networkmanager Upstream-Contact: Dennis Kaarsemaker Source: https://github.com/seveas/python-networkmanager Files: * Copyright: 2011-2013 Dennis Kaarsemaker License: GPL-3+ Files: debian/* Copyright: 2013, Hans-Christoph Steiner 2011,2012 Dennis Kaarsemaker License: GPL-3+ License: GPL-3+ 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 3 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. Comment: On Debian systems the 'GNU General Public License' version 3 is located in '/usr/share/common-licenses/GPL-3'. debian/gbp.conf0000644000000000000000000000024512214633127010607 0ustar [DEFAULT] upstream-branch = upstream debian-branch = master upstream-tag = upstream/%(version)s debian-tag = debian/%(version)s pristine-tar = True sign-tags = True debian/python3-networkmanager.install0000644000000000000000000000002212214633127015177 0ustar /usr/lib/python3* debian/changelog0000644000000000000000000000025212214634246011043 0ustar python-networkmanager (0.9.10-1) unstable; urgency=low * Initial release (Closes: #702587) -- Hans-Christoph Steiner Fri, 13 Sep 2013 12:09:03 -0400 debian/control0000644000000000000000000000240612214633127010574 0ustar Source: python-networkmanager Maintainer: Debian Python Modules Team Uploaders: Hans-Christoph Steiner Section: python Priority: extra Build-Depends: python-all (>= 2.6.6-3), python3-all, debhelper (>= 7.4.3), python-sphinx (>= 1.0) | python3-sphinx (>= 1.0) Standards-Version: 3.9.4 X-Python-Version: >= 2.6 X-Python3-Version: >= 3.0 Homepage: https://pypi.python.org/pypi/python-networkmanager/ Vcs-Git: git://anonscm.debian.org/collab-maint/python-networkmanager.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-networkmanager.git Package: python-networkmanager Architecture: all Depends: network-manager (>= 0.9.0~), ${misc:Depends}, ${python:Depends} Description: Python interface to the NetworkManager D-Bus interface python-networkmanager wraps NetworkManager's D-Bus interface so you can be less verbose when talking to NetworkManager from python. All interfaces have been wrapped in classes, properties are exposed as python properties and function calls are forwarded to the correct interface. . See docs/index.rst for the documentation. An HTML version can be found on http://packages.python.org/python-networkmanager/ debian/compat0000644000000000000000000000000212214633127010365 0ustar 7 debian/python3-networkmanager.docs0000644000000000000000000000007412214633127014470 0ustar README docs/index.rst docs/_build/html/index.html examples/ debian/rules0000755000000000000000000000103112214633127010242 0ustar #!/usr/bin/make -f PYTHON2=$(shell pyversions -vr) PYTHON3=$(shell py3versions -vr) %: dh $@ --with python2,python3 --buildsystem=python_distutils build-python%: python$* setup.py build override_dh_auto_build: $(PYTHON3:%=build-python%) dh_auto_build make -C docs html install-python%: python$* setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb override_dh_auto_install: $(PYTHON3:%=install-python%) dh_auto_install override_dh_auto_clean: dh_auto_clean make -C docs clean rm -rf build rm -rf *.egg-info debian/source/0000755000000000000000000000000012214633127010467 5ustar debian/source/format0000644000000000000000000000001412214633127011675 0ustar 3.0 (quilt)