debian/0000755000000000000000000000000011653055315007172 5ustar debian/rules0000755000000000000000000000045011653034715010252 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ --with python2 override_dh_auto_clean: python setup.py clean override_dh_auto_test: ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),) dh_auto_test set -e; \ for python in $(shell pyversions -r); do \ $$python setup.py test; \ done endif debian/docs0000644000000000000000000000001311653034715010040 0ustar README.txt debian/watch0000644000000000000000000000013011653034715010216 0ustar version=3 http://pypi.python.org/packages/source/e/easyzone/easyzone-([\d\.]*)\.tar\.gz debian/control0000644000000000000000000000166411653034715010605 0ustar Source: easyzone Section: python Priority: optional Maintainer: Federico Ceratto DM-Upload-Allowed: yes Build-Depends: debhelper (>= 8.0.0~) , python-setuptools , python-dnspython , python-all (>= 2.6.6-3~) Standards-Version: 3.9.2 X-Python-Version: >= 2.5 Homepage: http://www.psychofx.com/easyzone/ Vcs-Git: git://git.debian.org/collab-maint/python-easyzone.git Vcs-Browser: http://git.debian.org/?p=collab-maint/python-easyzone.git;a=summary Package: python-easyzone Architecture: all Depends: ${misc:Depends} , ${python:Depends} , python-dnspython Description: DNS Zone abstraction Python module This module helps managing the common record types of a zone file, including SOA records. The main features include: - A high-level abstraction on top of dnspython. - Load a zone file into objects. - Modify/add/delete zone/record objects. - Save back to zone file. - Auto-update serial if necessary. debian/changelog0000644000000000000000000000047511653034715011053 0ustar easyzone (1.2.2-1) unstable; urgency=low * New upstream release. -- Federico Ceratto Sat, 29 Oct 2011 17:35:08 +0100 easyzone (1.2.1-1) unstable; urgency=low * Initial release (Closes: #576254) -- Federico Ceratto Sun, 16 May 2010 11:45:43 +0100 debian/copyright0000644000000000000000000000263511653034715011134 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=202 Source: http://www.psychofx.com/easyzone/ Files: * Copyright: © 2007-2011, Chris Miles License: MIT Files: debian/* Copyright: © 2011, Federico Ceratto License: MIT License: MIT . The MIT License . Copyright (c) 2007 Chris Miles . 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. debian/source/0000755000000000000000000000000011653034715010473 5ustar debian/source/format0000644000000000000000000000001411653034715011701 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211653034715010371 0ustar 7