debian/0000755000000000000000000000000012250711754007172 5ustar debian/rules0000755000000000000000000000202412250711754010250 0ustar #!/usr/bin/make -f # TODO: I should use upstream's Makefile with VERSION=$(VERSION) for # installation, that would stop me making the same work as upstream's # Makefile. TMPDIR = tmp-debian-build VERSION = $(shell dpkg-parsechangelog | egrep '^Version' | \ sed -r 's/Version:\s*//' | sed -r 's/^[0-9]+://' | \ sed -r 's/(\.dfsg)?-[0-9.]+//') build-arch: build-indep: mkdir -p $(TMPDIR) cat gitstats | perl -p -e 's/VERSION = 0/VERSION = "$(VERSION)"/' > $(TMPDIR)/gitstats pod2man --center "User Commands" -r $(VERSION) doc/gitstats.pod > doc/gitstats.1 build: build-arch build-indep clean: rm -rf $(TMPDIR) rm -f doc/gitstats.1 dh_testdir dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_install binary-arch: binary-indep: build install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installman dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/control0000644000000000000000000000143012250711754010573 0ustar Source: gitstats Section: vcs Priority: optional Maintainer: Vincent Fourmond Build-Depends: debhelper (>= 5), perl Standards-Version: 3.9.5 Homepage: http://gitstats.sourceforge.net/ Vcs-Git: git://git.debian.org/git/users/fourmond/packages/gitstats.git Vcs-Browser: http://git.debian.org/?p=users/fourmond/packages/gitstats.git Package: gitstats Architecture: all Depends: python (>= 2.4.4), git (>= 1:1.7) | git-core (>= 1:1.5.2.4), gnuplot-nox,${misc:Depends} Description: statistics generator for git repositories GitStats is a statistics generator for git repositories. It examines the repository and produces some interesting statistics from the history. Currently it outputs only HTML. . It is the equivalent of statcvs and statsvn for git repositories. debian/copyright0000644000000000000000000000256712250711754011137 0ustar Name: gitstats Source: git://repo.or.cz/gitstats.git Files: * Copyright: Copyright (c) 2007-2009 Heikki Hokkanen License: GPL-2 | GPL-3 On Debian systems the full text of the GNU General Public License version 2 can be found in the `/usr/share/common-licenses/GPL-2' file. Files: sortable.js Copyright: Copyright (c) 1997-2007 Stuart Langridge, Joost de Valk License: MIT 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 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. Files: debian/* Copyright: 2009 by Vincent Fourmond License: GPL2+ debian/changelog0000644000000000000000000000575412250711754011057 0ustar gitstats (2013.12.07-1) unstable; urgency=low * Pulling in new upstream revisions, until c447e55a7 (closes: #731469) * Conforms to standards 3.9.5 -- Vincent Fourmond Sat, 07 Dec 2013 22:31:07 +0100 gitstats (2012.08.30-1) unstable; urgency=low * Pulling in new upstream revisions - avoid division by zero problems (closes: #677525) -- Vincent Fourmond Thu, 30 Aug 2012 21:53:55 +0200 gitstats (2012.05.28-1) unstable; urgency=low * Pulling in new upstream revisions - now calling all subprocesses with LANG=C (closes: #674845) -- Vincent Fourmond Mon, 28 May 2012 22:09:51 +0200 gitstats (2012.05.10-1) unstable; urgency=low * Pulling in new upstream revisions * Use unversioned dependencies on gnuplot-nox so that they are satisfied by virtual packages (closes: #671599) * Now conforms to standards 3.9.3 -- Vincent Fourmond Thu, 10 May 2012 00:43:33 +0200 gitstats (2011.11.08-1) unstable; urgency=low * Pulling in new upstream revisions (closes: #648007) * Add build-indep/build-arch targets in debian/rules * Conforms to newer standards -- Vincent Fourmond Tue, 08 Nov 2011 18:52:58 +0100 gitstats (2011.02.09-1) unstable; urgency=low * Pulling new upstream revisions (until f1ab9e83) -- Vincent Fourmond Fri, 11 Feb 2011 14:06:31 +0100 gitstats (2010.09.28-1) unstable; urgency=low * Pulling new upstream revisions (until dc0bbb2) * Make VERSION the Debian version (closes: #595971) * Now using upstream's manpage, rather not clever of me not to notice before ! * Updating dependencies to follow git package name change (closes: #600236). Many thanks to Denis Laxalde for the bug report and the fix ! -- Vincent Fourmond Sat, 16 Oct 2010 13:59:54 +0200 gitstats (2010.07.27-1) unstable; urgency=low * Pulling upstream until e98d2c93501a60 * Already conforms to standards 3.9.1 -- Vincent Fourmond Tue, 27 Jul 2010 00:32:46 +0200 gitstats (2010.06.10-1) unstable; urgency=low * Pulling upstream until 2c38acfd051755 * Includes a fix for deprecated string exceptions (closes: 585225) -- Vincent Fourmond Thu, 10 Jun 2010 20:52:05 +0200 gitstats (2010.02.06-1) unstable; urgency=low * Pulling newer upstream version from its git repository * Fix the missing epoch in depends on git-core, thanks to Jonathan Nieder for finding out (closes: #568584) * Already conforms to standards 3.8.4 * Switch to source format 3.0 (quilt) * Take care of possible dh-induced dependencies -- Vincent Fourmond Sat, 06 Feb 2010 09:49:10 +0100 gitstats (2009.09.10-1) unstable; urgency=low * Initial debian packaging (closes: #440392) * Wrote a manual page * Adding a Homepage and Vcs-* fields -- Vincent Fourmond Thu, 10 Sep 2009 21:59:19 +0200 debian/compat0000644000000000000000000000000212250711754010370 0ustar 5 debian/gitstats.manpages0000644000000000000000000000001612250711754012546 0ustar doc/gitstats.1debian/gitstats.10000644000000000000000000000247112250711754011122 0ustar .\" This is the manual page for gistats .\" .\" Copyright 2009 by Vincent Fourmond .\" .\" 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 (in the COPYING file). .\" .TH GITSTATS "1" "September 2009" "gitstats" "User Commands" .SH NAME gitstats \- generate statistics of git repositories .SH SYNOPSIS .B gitstats .I .I .SH DESCRIPTION Generates statistics about the git repository .I and stores them in HTML form in the directory .I \fR. Currently .B gitstats does not accept any option. .SH AUTHORS .B gitstats was mainly writte by Heikki Hokkanen, with help from Matt Parlane, Shixin Zeng and Tobias Gruetzmacher. This manual page was written by Vincent Fourmond for the Debian projet, but may be used by others. .SH SEE ALSO .B git\fR(1), .B statcvs\fR(1) and .B statsvn\fR(1) debian/source/0000755000000000000000000000000012250711754010472 5ustar debian/source/format0000644000000000000000000000001412250711754011700 0ustar 3.0 (quilt) debian/gitstats.install0000644000000000000000000000017112250711754012423 0ustar tmp-debian-build/gitstats usr/bin *.gif usr/share/gitstats sortable.js usr/share/gitstats gitstats.css usr/share/gitstats