The unified diff between revisions [fac83dcc..] and [04cd4d98..] is displayed below. It can also be downloaded as a raw diff.

#
#
# add_dir "debian"
#
# add_file "debian/changelog"
#  content [3c94af444ec41a5ca97ab294efb3c0d394be6b74]
#
# add_file "debian/compat"
#  content [9c6b057a2b9d96a4067a749ee3b3b0158d390cf1]
#
# add_file "debian/control"
#  content [676fd2187984f213964f79ff6a1e4fdf12dd6e78]
#
# add_file "debian/copyright"
#  content [f815dbdaec2f54f4eb65b0988196e04f84fda028]
#
# add_file "debian/docs"
#  content [0e955b66534676c5311cae5168c617b8c22576a0]
#
# add_file "debian/manpages"
#  content [b7ec3fe892ec82acb409dd0c3fe4ddfa229272c2]
#
# add_file "debian/monotone-viz.1"
#  content [7b674f5902e09dd3a6d893e3efb1696913bab122]
#
# add_file "debian/rules"
#  content [da8b8f6dec942e9039c605313c78d48be82b008e]
#
# add_file "debian/watch"
#  content [bbffbf1ad614d73a48701d3ac35a415f1daadcdc]
#
#   set "debian/rules"
#  attr "mtn:execute"
# value "true"
#
============================================================
--- debian/changelog	3c94af444ec41a5ca97ab294efb3c0d394be6b74
+++ debian/changelog	3c94af444ec41a5ca97ab294efb3c0d394be6b74
@@ -0,0 +1,5 @@
+monotone-viz (1.0.1-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Richard Levitte <richard@levitte.org>  Wed, 26 Mar 2008 13:08:55 +0100
============================================================
--- debian/compat	9c6b057a2b9d96a4067a749ee3b3b0158d390cf1
+++ debian/compat	9c6b057a2b9d96a4067a749ee3b3b0158d390cf1
@@ -0,0 +1 @@
+4
============================================================
--- debian/control	676fd2187984f213964f79ff6a1e4fdf12dd6e78
+++ debian/control	676fd2187984f213964f79ff6a1e4fdf12dd6e78
@@ -0,0 +1,25 @@
+Source: monotone-viz
+Section: devel
+Priority: optional
+Maintainer: Richard Levitte <richard@levitte.org>
+Build-Depends: liblablgtk2-gnome-ocaml-dev, gawk, pkg-config, debhelper
+Standards-Version: 3.7.3
+
+Package: monotone-viz
+Section: devel
+Architecture: any
+Depends: graphviz, ${shlibs:Depends}
+Recommends: monotone
+Description: visualize a monotone repository
+ Monotone-viz is a small GTK+ application that visualizes monotone
+ ancestry graphs. Monotone is a free distributed version control
+ system. Montone-viz is developed in the Objective Caml language,
+ using the GTK+ and libgnomecanvas libraries (via LablGTK, an OCaml
+ binding for GTK+), and it uses the dot program from the Graphviz
+ package.
+ .
+ This package is built from a combination of the following monotone
+ branches:
+ .
+   net.venge.monotone-viz             - the main development branch
+   net.venge.monotone-viz.debian-diff - the debian changes
============================================================
--- debian/copyright	f815dbdaec2f54f4eb65b0988196e04f84fda028
+++ debian/copyright	f815dbdaec2f54f4eb65b0988196e04f84fda028
@@ -0,0 +1,71 @@
+This package was debianized by Shaun Jackman <sjackman@debian.org> on
+2006-03-21.
+
+It was downloaded from http://oandrieu.nerim.net/monotone-viz/.
+
+Upstream Author: Olivier Andrieu <oandrieu@nerim.net>
+
+Copyright:
+
+* monotone-viz
+
+Copyright 2006 Olivier Andrieu
+
+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
+along with this program; 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 General Public License
+can be found in the file /usr/share/common-licenses/GPL.
+
+* extlib
+
+Copyright 2004 Nicolas Cannasse
+
+This library 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.1 of the
+License, or (at your option) any later version, with the special
+exception on linking described in file LICENSE.
+
+This library 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 program; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+* ocamlnet
+
+Copyright 2001 Patrick Doane and Gerd Stolpmann
+
+This software is provided 'as-is', without any express or implied
+warranty. In no event will the authors be held liable for any damages
+arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must
+not claim that you wrote the original software. If you use this
+software in a product, an acknowledgment in the product documentation
+would be appreciated but is not required.
+
+2. Altered source versions must be plainly marked as such, and must
+not be misrepresented as being the original software.
+
+3. This notice may not be removed or altered from any source
+distribution.
============================================================
--- debian/docs	0e955b66534676c5311cae5168c617b8c22576a0
+++ debian/docs	0e955b66534676c5311cae5168c617b8c22576a0
@@ -0,0 +1 @@
+README
============================================================
--- debian/manpages	b7ec3fe892ec82acb409dd0c3fe4ddfa229272c2
+++ debian/manpages	b7ec3fe892ec82acb409dd0c3fe4ddfa229272c2
@@ -0,0 +1 @@
+debian/monotone-viz.1
============================================================
--- debian/monotone-viz.1	7b674f5902e09dd3a6d893e3efb1696913bab122
+++ debian/monotone-viz.1	7b674f5902e09dd3a6d893e3efb1696913bab122
@@ -0,0 +1,38 @@
+.TH MONOTONE-VIZ "1" "March 2006" "monotone-viz 0.14" "User Commands"
+.SH NAME
+monotone-viz \- visualize a monotone repository
+.SH SYNOPSIS
+\fBmonotone\-viz\fR [\fIOPTION\fR]... [\fBDB\fR [\fBBRANCH\fR [\fBREVISION\fR]]]
+.SH DESCRIPTION
+View the monotone repository, DB, at the specified BRANCH and
+REVISION. DB, BRANCH, and REVISION default to the values in MT/options
+and MT/revision.
+.TP
+\fB\-noaa\fR
+don't use an anti\-aliased canvas
+.TP
+\fB\-\-help\fR
+display this help and exit
+.TP
+\fB\-\-version\fR
+output version information and exit
+.SH FILES
+.TP
+MT/options
+The default database and branch are stored in this file.
+.TP
+MT/revision
+The default revision is stored in this file.
+.SH COPYRIGHT
+Copyright 2006 Olivier Andrieu
+.SH AUTHOR
+Written by Olivier Andrieu <oandrieu@nerim.net>.
+
+This manual page was written by Shaun Jackman <sjackman@debian.org>
+for the Debian system.
+.SH "REPORTING BUGS"
+Report bugs to <monotone-devel@nongnu.org>.
+.SH "SEE ALSO"
+\fBmonotone\fR(1)
+.br
+http://oandrieu.nerim.net/monotone-viz/
============================================================
--- debian/rules	da8b8f6dec942e9039c605313c78d48be82b008e
+++ debian/rules	da8b8f6dec942e9039c605313c78d48be82b008e
@@ -0,0 +1,34 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	./configure --prefix=/usr --with-shared-sqlite
+	$(MAKE)
+	touch $@
+
+install: build
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/monotone-viz
+
+clean:
+	rm -f build-stamp
+	dh_clean
+	[ ! -f Makefile ] || $(MAKE) distclean
+
+binary-indep:
+
+binary-arch binary: install
+	dh_installchangelogs -a NEWS
+	dh_installdocs -a
+	dh_installman -a
+	dh_compress -a
+	dh_fixperms -a
+	dh_strip -a
+	dh_makeshlibs -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
+
+.PHONY: build install clean binary-indep binary-arch binary
============================================================
--- debian/watch	bbffbf1ad614d73a48701d3ac35a415f1daadcdc
+++ debian/watch	bbffbf1ad614d73a48701d3ac35a415f1daadcdc
@@ -0,0 +1,2 @@
+version=3
+http://oandrieu.nerim.net/monotone-viz/ monotone-viz-(.*)-nolablgtk\.tar\.gz debian uupdate