--- bzr-stats-0.0.1~bzr37.orig/debian/copyright +++ bzr-stats-0.0.1~bzr37/debian/copyright @@ -0,0 +1,37 @@ +This package was debianized by Jelmer Vernooij + on Wed Oct 24 13:31:13 CET 2007. + +It was downloaded from http://launchpad.net/bzr-stats +The tarball was created by running: + +bzr export -r10 bzr-stats-0.0.1~bzr10.tar.gz http://launchpad.net/bzr-stats + +Upstream authors: + +Jelmer Vernooij +John Arbash Meinel +Russ Brown +Lukáš Lalinský +Wesley J. Landaker + +Copyright (C) 2007 Canonical Ltd + +License: + +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 2 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 with +the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; +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 GPL can be found in +/usr/share/common-licenses/GPL --- bzr-stats-0.0.1~bzr37.orig/debian/watch +++ bzr-stats-0.0.1~bzr37/debian/watch @@ -0,0 +1,2 @@ +# bzr-stats is managed in bzr, to download the latest version, run: +# bzr export lp:bzr-stats --- bzr-stats-0.0.1~bzr37.orig/debian/pycompat +++ bzr-stats-0.0.1~bzr37/debian/pycompat @@ -0,0 +1 @@ +2 --- bzr-stats-0.0.1~bzr37.orig/debian/compat +++ bzr-stats-0.0.1~bzr37/debian/compat @@ -0,0 +1 @@ +5 --- bzr-stats-0.0.1~bzr37.orig/debian/rules +++ bzr-stats-0.0.1~bzr37/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +clean:: + -rm -rf build test*.tmp + find . -name "*.pyc" -print0 | xargs -0 rm -f + --- bzr-stats-0.0.1~bzr37.orig/debian/changelog +++ bzr-stats-0.0.1~bzr37/debian/changelog @@ -0,0 +1,28 @@ +bzr-stats (0.0.1~bzr37-1) unstable; urgency=low + + * Move to section vcs. + * New upstream snapshot. + + -- Jelmer Vernooij Thu, 19 Mar 2009 17:54:29 +0100 + +bzr-stats (0.0.1~bzr30-1) unstable; urgency=low + + * New upstream snapshot. + + Fixes deprecation warning. + * Bump standards version to 3.8.1. + + -- Jelmer Vernooij Thu, 19 Mar 2009 17:04:33 +0100 + +bzr-stats (0.0.1~bzr27-1) unstable; urgency=low + + * New upstream snapshot. + + Fixes missing import in classify.py. Closes: #499180 + * Allow uploads by Debian Maintainers. + + -- Jelmer Vernooij Wed, 01 Oct 2008 14:50:48 +0200 + +bzr-stats (0.0.1~bzr26-1) unstable; urgency=low + + * Initial release. (Closes: #491103) + + -- Jelmer Vernooij Wed, 16 Jul 2008 19:42:10 +0200 --- bzr-stats-0.0.1~bzr37.orig/debian/control +++ bzr-stats-0.0.1~bzr37/debian/control @@ -0,0 +1,21 @@ +Source: bzr-stats +Section: vcs +Priority: optional +Maintainer: Debian Bazaar Maintainers +Uploaders: Jelmer Vernooij +Build-Depends-Indep: bzr (>= 1.13~), python-central (>= 0.5) +Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python +Standards-Version: 3.8.1 +XS-Python-Version: >= 2.4 +Vcs-Bzr: http://bzr.debian.org/pkg-bazaar/bzr-stats/unstable +Homepage: http://launchpad.net/bzr-stats +DM-Upload-Allowed: yes + +Package: bzr-stats +Architecture: all +Depends: bzr (>= 1.13~), ${python:Depends}, ${misc:Depends} +Enhances: bzr +XB-Python-Version: ${python:Versions} +Description: statistics plugin for Bazaar + This is a simple plugin for Bazaar that can list the contributors to a + branch and what they worked on.