[Python-apps-commits] r432 - in packages (14 files)

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Mon Dec 17 20:25:17 UTC 2007


    Date: Monday, December 17, 2007 @ 20:25:16
  Author: pochu-guest
Revision: 432

Adding andvare to the repository

Added:
  packages/andvare/
  packages/andvare/tags/
  packages/andvare/trunk/
  packages/andvare/trunk/debian/
  packages/andvare/trunk/debian/andvare.1
  packages/andvare/trunk/debian/changelog
  packages/andvare/trunk/debian/compat
  packages/andvare/trunk/debian/control
  packages/andvare/trunk/debian/copyright
  packages/andvare/trunk/debian/docs
  packages/andvare/trunk/debian/manpages
  packages/andvare/trunk/debian/menu
  packages/andvare/trunk/debian/rules
  packages/andvare/trunk/debian/watch


Property changes on: packages/andvare/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/andvare/trunk/debian/andvare.1
===================================================================
--- packages/andvare/trunk/debian/andvare.1	                        (rev 0)
+++ packages/andvare/trunk/debian/andvare.1	2007-12-17 20:25:16 UTC (rev 432)
@@ -0,0 +1,21 @@
+.TH ANDVARE "1" "December 17, 2007" "Usage: andvare [options]" "User Commands"
+.SH NAME
+andvare \- valgrind frontend
+
+.SH SYNOPSIS
+.B andvare
+[\fIoptions\fR]
+
+.SH DESCRIPTION
+\fBAndvare\fP is a valgrind frontend with a Gtk interface.
+
+.SH OPTIONS
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help message and exit
+.TP
+\fB\-s\fR, \fB\-\-start\fR
+Start execution (requires a filename)
+
+.SH AUTHOR
+This manual page was written by Emilio Pozuelo Monfort <pochu at ubuntu.com> with help2man's help.

Added: packages/andvare/trunk/debian/changelog
===================================================================
--- packages/andvare/trunk/debian/changelog	                        (rev 0)
+++ packages/andvare/trunk/debian/changelog	2007-12-17 20:25:16 UTC (rev 432)
@@ -0,0 +1,6 @@
+andvare (0.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #455777)
+
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Mon, 17 Dec 2007 20:49:26 +0100
+

Added: packages/andvare/trunk/debian/compat
===================================================================
--- packages/andvare/trunk/debian/compat	                        (rev 0)
+++ packages/andvare/trunk/debian/compat	2007-12-17 20:25:16 UTC (rev 432)
@@ -0,0 +1 @@
+5

Added: packages/andvare/trunk/debian/control
===================================================================
--- packages/andvare/trunk/debian/control	                        (rev 0)
+++ packages/andvare/trunk/debian/control	2007-12-17 20:25:16 UTC (rev 432)
@@ -0,0 +1,23 @@
+Source: andvare
+Section: devel
+Priority: extra
+Maintainer: Emilio Pozuelo Monfort <pochu at ubuntu.com>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Standards-Version: 3.7.3
+Homepage: https://launchpad.net/andvare/
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/andvare/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/andvare/?op=log
+Build-Depends: cdbs (>= 0.4.49),
+               debhelper (>= 5.0.38),
+               python (>= 2.4)
+Build-Depends-Indep: python-support (>= 0.5.3)
+
+Package: andvare
+Architecture: all
+Depends: ${python:Depends},
+          python-gtk2 (>= 2.8.0),
+          python-kiwi (>= 1.9.15)
+Description: valgrind frontend
+ Andvare is a valgrind frontend inspired by MallocDebug and shark.
+ It'swritten in Python and has a GTK+ interface. It optionally
+ supports GtkSourceView for displaying sources.

Added: packages/andvare/trunk/debian/copyright
===================================================================
--- packages/andvare/trunk/debian/copyright	                        (rev 0)
+++ packages/andvare/trunk/debian/copyright	2007-12-17 20:25:16 UTC (rev 432)
@@ -0,0 +1,33 @@
+This package was debianized by Emilio Pozuelo Monfort <pochu at ubuntu.com> on
+Mon, 10 Dec 2007 08:06:38 +0100.
+
+It was downloaded from https://launchpad.net/andvare/+download
+
+Upstream Author: 
+
+    Johan Dahlin <johan at gnome.org>
+
+Copyright: 
+    Copyright (C) 2007 Johan Dahlin <johan at gnome.org>
+
+License:
+
+    This package 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 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 General Public License for more details.
+ 
+    You should have received a copy of the GNU 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 General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2007, Emilio Pozuelo Monfort <pochu at ubuntu.com> and
+is licensed under the GPL, see above.

Added: packages/andvare/trunk/debian/docs
===================================================================
--- packages/andvare/trunk/debian/docs	                        (rev 0)
+++ packages/andvare/trunk/debian/docs	2007-12-17 20:25:16 UTC (rev 432)
@@ -0,0 +1,2 @@
+README
+AUTHORS

Added: packages/andvare/trunk/debian/manpages
===================================================================
--- packages/andvare/trunk/debian/manpages	                        (rev 0)
+++ packages/andvare/trunk/debian/manpages	2007-12-17 20:25:16 UTC (rev 432)
@@ -0,0 +1 @@
+debian/andvare.1

Added: packages/andvare/trunk/debian/menu
===================================================================
--- packages/andvare/trunk/debian/menu	                        (rev 0)
+++ packages/andvare/trunk/debian/menu	2007-12-17 20:25:16 UTC (rev 432)
@@ -0,0 +1,5 @@
+?package(andvare):needs="X11"\
+ section="Applications/Programming"\
+ title="andvare"\
+ description="lintian frontend"\
+ command="/usr/bin/andvare"

Added: packages/andvare/trunk/debian/rules
===================================================================
--- packages/andvare/trunk/debian/rules	                        (rev 0)
+++ packages/andvare/trunk/debian/rules	2007-12-17 20:25:16 UTC (rev 432)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+DEB_PYTHON_SYSTEM = pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk


Property changes on: packages/andvare/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/andvare/trunk/debian/watch
===================================================================
--- packages/andvare/trunk/debian/watch	                        (rev 0)
+++ packages/andvare/trunk/debian/watch	2007-12-17 20:25:16 UTC (rev 432)
@@ -0,0 +1,3 @@
+version=3
+https://launchpad.net/andvare/+download https://launchpad.net/andvare/(?:.*)/(?:.*)/\+download/andvare-(.*)\.tar\.gz
+




More information about the Python-apps-commits mailing list