debian/0000755000000000000000000000000011765073431007175 5ustar debian/copyright0000644000000000000000000000244211765073431011132 0ustar This package was debianized by Cedric Delfosse on Sat, 02 Jun 2007 21:47:55 +0200. It was downloaded from http://cheeseshop.python.org/pypi/gaphas Upstream Author: Arjan Molenaar Copyright: Copyright (C) 2007 Arjan Molenaar License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser 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 complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL'. The Debian packaging is (C) 2007, Cedric Delfosse and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/watch0000644000000000000000000000046611765073431010234 0ustar # Example watch control file for uscan # Rename this file to "watch" and then you can run the "uscan" command # to check for upstream updates and more. # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 http://cheeseshop.python.org/packages/source/g/gaphas/gaphas-(.*)\.tar\.gz debian/source/0000755000000000000000000000000011765073431010475 5ustar debian/source/format0000644000000000000000000000001411765073431011703 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011765073431010624 5ustar debian/patches/no-setuptools-git.patch0000644000000000000000000000055011765073431015261 0ustar Index: gaphas-0.6.0/setup.py =================================================================== --- gaphas-0.6.0.orig/setup.py 2010-08-06 21:39:57.000000000 +0200 +++ gaphas-0.6.0/setup.py 2010-08-06 21:40:03.000000000 +0200 @@ -60,7 +60,6 @@ setup_requires = [ 'nose >= 0.10.4', - 'setuptools-git >= 0.3.4' ], install_requires=[ debian/patches/series0000644000000000000000000000003011765073431012032 0ustar no-setuptools-git.patch debian/compat0000644000000000000000000000000211765073431010373 0ustar 7 debian/changelog0000644000000000000000000000337311765073431011055 0ustar gaphas (0.7.2-1) unstable; urgency=low * New maintainer. * New upstream release. * Transition to dh_python2. * Add Vcs-* and Homepage fields to control. -- Dmitry Borodaenko Sun, 10 Jun 2012 13:12:35 +0300 gaphas (0.6.0-1) unstable; urgency=low * New upstream release * Switch to dpkg-source 3.0 (quilt) format * Update debian/docs * Update debian/rules * Update debian/control - Set XS-Python-Version: >= 2.6, Python >=2.6 required for gaphas * New patch no-setuptools-git.path so that setuptools doesn't try to download the setuptools-git Python package (not packaged in Debian), and useless to build the package. -- Cédric Delfosse Fri, 06 Aug 2010 21:56:48 +0200 gaphas (0.3.6-1) unstable; urgency=low * New upstream release -- Cédric Delfosse Sat, 26 Jul 2008 14:30:11 +0200 gaphas (0.3.5-1) unstable; urgency=low * New upstream release -- Cédric Delfosse Fri, 21 Mar 2008 22:25:43 +0100 gaphas (0.3.3-2) unstable; urgency=low * Support for Python 2.5 (Closes: Bug#445397) -- Cédric Delfosse Thu, 18 Oct 2007 22:37:15 +0200 gaphas (0.3.3-1) unstable; urgency=low * New upstream release -- Cédric Delfosse Wed, 19 Sep 2007 22:49:30 +0200 gaphas (0.2.0-2) unstable; urgency=low * Orphaned -- Cédric Delfosse Tue, 21 Aug 2007 21:53:23 +0200 gaphas (0.2.0-1) unstable; urgency=low * New upstream release, upload to unstable (Closes: #427258) -- Cédric Delfosse Tue, 24 Jul 2007 21:39:37 +0200 gaphas (0.1.4-1) experimental; urgency=low * Initial release -- Cédric Delfosse Sat, 02 Jun 2007 21:47:55 +0200 debian/control0000644000000000000000000000117011765073431010577 0ustar Source: gaphas Section: python Priority: extra Maintainer: Dmitry Borodaenko Build-Depends: python (>= 2.6.6-3~), debhelper (>= 7.0.50~), python-setuptools, python-nose Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/users/angdraug/gaphas.git Vcs-Browser: http://git.debian.org/?p=users/angdraug/gaphas.git;a=summary Homepage: http://github.com/amolenaar/gaphas Package: python-gaphas Architecture: all Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-decorator, python-gtk2 Provides: ${python:Provides} Description: diagramming widget Gaphas is a GTK+ based diagramming widget. debian/docs0000644000000000000000000000001611765073431010045 0ustar README.rst docdebian/rules0000755000000000000000000000026511765073431010260 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 override_dh_clean: rm -fr setuptools_git-*-py*.egg