[Python-modules-commits] r24253 - in packages (11 files)

sunweaver at users.alioth.debian.org sunweaver at users.alioth.debian.org
Thu May 9 12:42:45 UTC 2013


    Date: Thursday, May 9, 2013 @ 12:42:42
  Author: sunweaver
Revision: 24253

python-cream: initial debian/ folder, new project

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


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

Added: packages/python-cream/trunk/debian/changelog
===================================================================
--- packages/python-cream/trunk/debian/changelog	                        (rev 0)
+++ packages/python-cream/trunk/debian/changelog	2013-05-09 12:42:42 UTC (rev 24253)
@@ -0,0 +1,5 @@
+python-cream (0.5.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #682495)
+
+ -- Mike Gabriel <sunweaver at debian.org>  Mon, 16 July 2012 14:50:41 +0200

Added: packages/python-cream/trunk/debian/compat
===================================================================
--- packages/python-cream/trunk/debian/compat	                        (rev 0)
+++ packages/python-cream/trunk/debian/compat	2013-05-09 12:42:42 UTC (rev 24253)
@@ -0,0 +1 @@
+9
\ No newline at end of file

Added: packages/python-cream/trunk/debian/control
===================================================================
--- packages/python-cream/trunk/debian/control	                        (rev 0)
+++ packages/python-cream/trunk/debian/control	2013-05-09 12:42:42 UTC (rev 24253)
@@ -0,0 +1,36 @@
+Source: python-cream
+Section: python
+Priority: optional
+Maintainer: Cream Packaging Team <pkg-cream-team at lists.alioth.debian.org>
+Uploaders:
+ Python Modules Packaging Team <python-modules-team at lists.alioth.debian.org>,
+ Mike Gabriel <sunweaver at debian.org>,
+Build-Depends:
+ cdbs (>= 0.4.90~),
+ debhelper (>= 9),
+ python (>= 2.6.6-14~),
+ python-setuptools
+Standards-Version: 3.9.4
+Homepage: http://cream-project.org/
+X-Python-Version: >= 2.6
+
+Package: python-cream
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends},
+ python-gobject,
+ python-gtk2,
+ python-cairo,
+ python-lxml,
+ python-gpyconf,
+ python-dbus,
+Description: Python modules for the Cream Desktop.
+ Cream Melange is a project working on a GTK+-based desktop shells providing users
+ a working environment based on HTML5 widgets.
+ .
+ Your desktop shell should stay out of your way and support you in accomplishing
+ your everyday tasks. But unlike several other great projects, Cream Melange
+ Environment focuses on a modern graphics design combined with a rich user
+ experience based on latest (web) technologies.

Added: packages/python-cream/trunk/debian/copyright
===================================================================
--- packages/python-cream/trunk/debian/copyright	                        (rev 0)
+++ packages/python-cream/trunk/debian/copyright	2013-05-09 12:42:42 UTC (rev 24253)
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-cream
+Upstream-Contact:
+ Kristoffer Kleine <kris.kleine at yahoo.de>
+ Sebastian Billaudelle <sbillaudelle at googlemail.com>
+Source: https://github.com/cream/source-packages
+
+Files: *
+Copyright:
+ 2007-2013, Sebastian Billaudelle <sbillaudelle at googlemail.com>
+ 2010-2013, Kristoffer Kleine <kris.kleine at yahoo.de>
+License: LGPL-2.1+
+
+Files: debian/*
+Copyright: 2012, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+License: LGPL-2.1+
+
+License: LGPL-2.1+
+ 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.
+ .
+ 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 library; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/LGPL-2.1'.

Added: packages/python-cream/trunk/debian/rules
===================================================================
--- packages/python-cream/trunk/debian/rules	                        (rev 0)
+++ packages/python-cream/trunk/debian/rules	2013-05-09 12:42:42 UTC (rev 24253)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
\ No newline at end of file


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

Added: packages/python-cream/trunk/debian/source/format
===================================================================
--- packages/python-cream/trunk/debian/source/format	                        (rev 0)
+++ packages/python-cream/trunk/debian/source/format	2013-05-09 12:42:42 UTC (rev 24253)
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file

Added: packages/python-cream/trunk/debian/watch
===================================================================
--- packages/python-cream/trunk/debian/watch	                        (rev 0)
+++ packages/python-cream/trunk/debian/watch	2013-05-09 12:42:42 UTC (rev 24253)
@@ -0,0 +1,2 @@
+version=3
+http://githubredir.debian.net/github/cream/python-cream/([0-9\.]*)\.tar\.gz




More information about the Python-modules-commits mailing list