--- python-hglib-1.0.orig/debian/changelog +++ python-hglib-1.0/debian/changelog @@ -0,0 +1,20 @@ +python-hglib (1.0-1) unstable; urgency=medium + + * New upstream release + - fixes tests (closes: #713093) + + -- Julien Cristau Fri, 24 Jan 2014 14:16:38 +0100 + +python-hglib (0.9-1) unstable; urgency=low + + * New upstream release. + * Change Vcs-* control fields. + * Build-Depend on python-all instead of python. + + -- Julien Cristau Wed, 08 May 2013 15:47:24 +0200 + +python-hglib (0.3-1) unstable; urgency=low + + * Initial release. (Closes: #693879) + + -- Julien Cristau Thu, 22 Nov 2012 11:36:07 +0100 --- python-hglib-1.0.orig/debian/compat +++ python-hglib-1.0/debian/compat @@ -0,0 +1 @@ +7 --- python-hglib-1.0.orig/debian/control +++ python-hglib-1.0/debian/control @@ -0,0 +1,27 @@ +Source: python-hglib +Section: vcs +Priority: optional +Maintainer: Julien Cristau +Build-Depends: + debhelper (>= 7.0.50), + python-all, + python-support, + python-nose, + mercurial (>= 1.9), +Standards-Version: 3.9.4 +XS-Python-Version: >= 2.5 +Homepage: http://mercurial.selenic.com/wiki/PythonHglib +Vcs-Browser: http://anonscm.debian.org/hg/private/jcristau/python-hglib/ +Vcs-Hg: http://anonscm.debian.org/hg/private/jcristau/python-hglib/ + +Package: python-hglib +Architecture: all +Depends: + mercurial (>= 1.9), + ${python:Depends}, + ${misc:Depends}, +Description: Python library for interfacing with Mercurial's command server + python-hglib is a library with a fast, convenient interface to Mercurial. + It uses Mercurial's command server for communication with hg. This approach + avoids relying on Mercurial's (unstable) internal Python API, and avoids + licensing issues for non-GPL code. --- python-hglib-1.0.orig/debian/copyright +++ python-hglib-1.0/debian/copyright @@ -0,0 +1,24 @@ +This package was downloaded from + http://pypi.python.org/pypi/python-hglib/ + http://selenic.com/repo/python-hglib + +Copyright (c) 2011 Matt Mackall and other contributors + +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. --- python-hglib-1.0.orig/debian/rules +++ python-hglib-1.0/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +build %: + dh --with python-support --buildsystem=python_distutils $@ + +test_%: + $(MAKE) tests PYTHON=$* + +override_dh_auto_test: $(foreach ver, $(shell pyversions -r), test_$(ver)) + +.PHONY: build --- python-hglib-1.0.orig/debian/watch +++ python-hglib-1.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://pypi.python.org/packages/source/p/python-hglib/ python-hglib-(.*).tar.gz