[Python-modules-commits] r11037 - in packages/graphy/trunk (9 files)

nomadium-guest at users.alioth.debian.org nomadium-guest at users.alioth.debian.org
Thu Jan 7 14:50:17 UTC 2010


    Date: Thursday, January 7, 2010 @ 14:50:16
  Author: nomadium-guest
Revision: 11037

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/graphy/trunk/debian/
  packages/graphy/trunk/debian/README.Debian-source
  packages/graphy/trunk/debian/changelog
  packages/graphy/trunk/debian/compat
  packages/graphy/trunk/debian/control
  packages/graphy/trunk/debian/copyright
  packages/graphy/trunk/debian/python-graphy.docs
  packages/graphy/trunk/debian/python-graphy.install
  packages/graphy/trunk/debian/rules


Property changes on: packages/graphy/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/graphy/trunk/debian/README.Debian-source
===================================================================
--- packages/graphy/trunk/debian/README.Debian-source	                        (rev 0)
+++ packages/graphy/trunk/debian/README.Debian-source	2010-01-07 14:50:16 UTC (rev 11037)
@@ -0,0 +1,10 @@
+
+
+The upstream tarball has been modified as follows, to comply with DFSG:
+
+  * All .svn directories has been removed since they are useless during the
+    build of a package.
+  * All .pyc files has been removed to comply with DFSG. Those files must be
+    regenerated when the package is installed.
+
+ -- Miguel Landaeta <miguel at miguel.cc>  Tue, 05 Jan 2010 19:08:26 -0430

Added: packages/graphy/trunk/debian/changelog
===================================================================
--- packages/graphy/trunk/debian/changelog	                        (rev 0)
+++ packages/graphy/trunk/debian/changelog	2010-01-07 14:50:16 UTC (rev 11037)
@@ -0,0 +1,5 @@
+graphy (1.0+dfsg-1) unstable; urgency=low
+
+  * Initial release. (Closes: #563849).
+
+ -- Miguel Landaeta <miguel at miguel.cc>  Tue, 05 Jan 2010 19:11:14 -0430

Added: packages/graphy/trunk/debian/compat
===================================================================
--- packages/graphy/trunk/debian/compat	                        (rev 0)
+++ packages/graphy/trunk/debian/compat	2010-01-07 14:50:16 UTC (rev 11037)
@@ -0,0 +1 @@
+7

Added: packages/graphy/trunk/debian/control
===================================================================
--- packages/graphy/trunk/debian/control	                        (rev 0)
+++ packages/graphy/trunk/debian/control	2010-01-07 14:50:16 UTC (rev 11037)
@@ -0,0 +1,24 @@
+Source: graphy
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Miguel Landaeta <miguel at miguel.cc>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>> 7.0.50), python-support (>= 0.8), python (>= 2.4)
+Standards-Version: 3.8.3
+XS-Python-Version: all
+Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/graphy/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/graphy/trunk/
+Homepage: http://graphy.googlecode.com/
+
+Package: python-graphy
+Architecture: all
+Section: python
+Priority: optional
+Depends: python (>= 2.4), python-support (>= 0.8), ${python:Depends},
+         ${misc:Depends}
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: chart generation library for Python
+ Graphy is a simple Python library for generating charts. It tries to get out
+ of the way and let you just work with your data. It produces charts using the
+ Google Chart API.

Added: packages/graphy/trunk/debian/copyright
===================================================================
--- packages/graphy/trunk/debian/copyright	                        (rev 0)
+++ packages/graphy/trunk/debian/copyright	2010-01-07 14:50:16 UTC (rev 11037)
@@ -0,0 +1,12 @@
+Files: *
+Copyright: © 2008 Google Inc.
+License: Apache-2.0
+ The full text of the Apache 2.0 license is distributed as LICENSE in graphy's
+ source, and is distributed in /usr/share/common-licenses/Apache-2.0 on Debian
+ systems.
+
+Files: debian/*
+Copyright: © 2010 Miguel Landaeta <miguel at miguel.cc>
+License: GPL-2+
+ The full text of the GPL is distributed in /usr/share/common-licenses/GPL-2
+ on Debian systems.

Added: packages/graphy/trunk/debian/python-graphy.docs
===================================================================
--- packages/graphy/trunk/debian/python-graphy.docs	                        (rev 0)
+++ packages/graphy/trunk/debian/python-graphy.docs	2010-01-07 14:50:16 UTC (rev 11037)
@@ -0,0 +1,4 @@
+README
+debian/copyright
+debian/README.Debian-source
+examples

Added: packages/graphy/trunk/debian/python-graphy.install
===================================================================
--- packages/graphy/trunk/debian/python-graphy.install	                        (rev 0)
+++ packages/graphy/trunk/debian/python-graphy.install	2010-01-07 14:50:16 UTC (rev 11037)
@@ -0,0 +1 @@
+graphy	usr/lib/python2.5/site-packages

Added: packages/graphy/trunk/debian/rules
===================================================================
--- packages/graphy/trunk/debian/rules	                        (rev 0)
+++ packages/graphy/trunk/debian/rules	2010-01-07 14:50:16 UTC (rev 11037)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+	dh --with python-support $@


Property changes on: packages/graphy/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-modules-commits mailing list