[Python-modules-commits] r16119 - in packages/python-gvgen/trunk (8 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Mon Mar 14 05:30:40 UTC 2011


    Date: Monday, March 14, 2011 @ 05:30:26
  Author: takaki
Revision: 16119

[svn-inject] Applying Debian modifications (0.9-1) to trunk

Added:
  packages/python-gvgen/trunk/debian/
  packages/python-gvgen/trunk/debian/changelog
  packages/python-gvgen/trunk/debian/compat
  packages/python-gvgen/trunk/debian/control
  packages/python-gvgen/trunk/debian/copyright
  packages/python-gvgen/trunk/debian/rules
  packages/python-gvgen/trunk/debian/source/
  packages/python-gvgen/trunk/debian/source/format


Property changes on: packages/python-gvgen/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-gvgen/trunk/debian/changelog
===================================================================
--- packages/python-gvgen/trunk/debian/changelog	                        (rev 0)
+++ packages/python-gvgen/trunk/debian/changelog	2011-03-14 05:30:26 UTC (rev 16119)
@@ -0,0 +1,5 @@
+python-gvgen (0.9-1) unstable; urgency=low
+
+  * Initial release. (Closes: #606873)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Sun, 16 Jan 2011 17:31:46 +0900

Added: packages/python-gvgen/trunk/debian/compat
===================================================================
--- packages/python-gvgen/trunk/debian/compat	                        (rev 0)
+++ packages/python-gvgen/trunk/debian/compat	2011-03-14 05:30:26 UTC (rev 16119)
@@ -0,0 +1 @@
+7

Added: packages/python-gvgen/trunk/debian/control
===================================================================
--- packages/python-gvgen/trunk/debian/control	                        (rev 0)
+++ packages/python-gvgen/trunk/debian/control	2011-03-14 05:30:26 UTC (rev 16119)
@@ -0,0 +1,24 @@
+Source: python-gvgen
+Section: python
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+	python-support,
+	python-setuptools
+Standards-Version: 3.9.1
+Homepage: http://software.inl.fr/trac/wiki/GvGen
+#Vcs-Git: git://git.debian.org/collab-maint/python-gvgen.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-gvgen.git;a=summary
+
+Package: python-gvgen
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Description: Python class to generate dot files 
+ GvGen is a python class to generate dot files for further use with graphviz.
+ .
+   * Node creation, naming and connection
+   * Apply any graphviz property on the fly
+   * Apply graphviz properties to a style
+   * Add a legend to your graph easily

Added: packages/python-gvgen/trunk/debian/copyright
===================================================================
--- packages/python-gvgen/trunk/debian/copyright	                        (rev 0)
+++ packages/python-gvgen/trunk/debian/copyright	2011-03-14 05:30:26 UTC (rev 16119)
@@ -0,0 +1,29 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: GvGen
+Upstream-Contact: Sebastien Tricaud <sebastien.tricaud at inl.fr>
+Source: http://software.inl.fr/trac/wiki/GvGen
+
+Files: *
+Copyright: Copyright (c) 2007-2008 INL
+License: GPL2
+
+Files: debian/*
+Copyright: 2010, TANIGUCHI Takaki <takaki at debian.org>
+License: GPL2
+
+License: GPL2
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+ .
+ 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 program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+

Added: packages/python-gvgen/trunk/debian/rules
===================================================================
--- packages/python-gvgen/trunk/debian/rules	                        (rev 0)
+++ packages/python-gvgen/trunk/debian/rules	2011-03-14 05:30:26 UTC (rev 16119)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ 


Property changes on: packages/python-gvgen/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-gvgen/trunk/debian/source/format
===================================================================
--- packages/python-gvgen/trunk/debian/source/format	                        (rev 0)
+++ packages/python-gvgen/trunk/debian/source/format	2011-03-14 05:30:26 UTC (rev 16119)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-modules-commits mailing list