debian/0000755000000000000000000000000011727217112007167 5ustar debian/copyright0000644000000000000000000000234111727217021011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: purity-ng Upstream-Contact: Simon Fondrie-Teitler Source: https://launchpad.net/purity-ng Copyright: Copyright 2011, Purity Development Team (Simon Fondrie-Teitler, Luke Faraone) License: GPL-3+ 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; either version 3 of the License, or (at your option) any later version. . 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. Files: debian/* Copyright: Copyright 2011 Simon Fondrie-Teitler License: GPL-3+ debian/control0000644000000000000000000000152311727216241010575 0ustar Source: purity-ng Section: games Priority: optional Maintainer: Simon Fondrie-Teitler Uploaders: Luke Faraone Build-Depends: debhelper (>= 7.0.50~), python-all (>=2.6.6-3~), python-support, pandoc Standards-Version: 3.9.3 Homepage: https://launchpad.net/purity-ng X-Python-Version: >=2.6 Package: purity-ng Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, python Recommends: purity Description: Reimplementation of the classic "purity" game in Python A program which reads yes/no questions from a specially formated file and administers a quiz with them, printing out then number/percent of yes's at the end. . The goal of is a reimplementation of "purity" in Python, while still maintaining compatibility with the old dataformat, and to eventually be a drop-in replacement for purity. debian/source/0000755000000000000000000000000011515657407010501 5ustar debian/source/format0000644000000000000000000000001411515657407011707 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015611515657407010234 0ustar version=3 http://launchpad.net/purity-ng/+download http://launchpad.net/purity-ng/.*/purity-ng_(.*)\.tar\.gz debian/compat0000644000000000000000000000000211515657407010377 0ustar 7 debian/docs0000644000000000000000000000000411515706744010045 0ustar NEWSdebian/changelog0000644000000000000000000000071211727217046011047 0ustar purity-ng (0.2.0-2) unstable; urgency=low * Don't explicitly depend on Python 2.6 (Closes: #653797) * Migrate to dh_python2 * Bump standards version, no changes needed * Update copyright format, no changes needed -- Luke Faraone Sun, 11 Mar 2012 17:50:21 -0400 purity-ng (0.2.0-1) unstable; urgency=low * Initial release (Closes: #609475) -- Simon Fondrie-Teitler Wed, 19 Jan 2011 19:18:37 -0600 debian/rules0000755000000000000000000000100411727216211010241 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 %: dh --with python2 $@ override_dh_auto_clean: rm -f purity-ng.6 dh_auto_clean