[Pkg-galago-commit] r380 - in packages/experimental: . gst-farsight/debian pymsn pymsn/debian telepathy-butterfly telepathy-butterfly/debian

Riccardo Setti giskard-guest at costa.debian.org
Fri Sep 22 18:01:38 UTC 2006


Author: giskard-guest
Date: 2006-09-22 18:01:37 +0000 (Fri, 22 Sep 2006)
New Revision: 380

Added:
   packages/experimental/pymsn/
   packages/experimental/pymsn/debian/
   packages/experimental/pymsn/debian/changelog
   packages/experimental/pymsn/debian/compat
   packages/experimental/pymsn/debian/control
   packages/experimental/pymsn/debian/copyright
   packages/experimental/pymsn/debian/pycompat
   packages/experimental/pymsn/debian/rules
   packages/experimental/telepathy-butterfly/
   packages/experimental/telepathy-butterfly/debian/
   packages/experimental/telepathy-butterfly/debian/changelog
   packages/experimental/telepathy-butterfly/debian/compat
   packages/experimental/telepathy-butterfly/debian/control
   packages/experimental/telepathy-butterfly/debian/copyright
   packages/experimental/telepathy-butterfly/debian/pycompat
   packages/experimental/telepathy-butterfly/debian/rules
Modified:
   packages/experimental/gst-farsight/debian/copyright
Log:
added some other modules

Modified: packages/experimental/gst-farsight/debian/copyright
===================================================================
--- packages/experimental/gst-farsight/debian/copyright	2006-09-22 17:38:41 UTC (rev 379)
+++ packages/experimental/gst-farsight/debian/copyright	2006-09-22 18:01:37 UTC (rev 380)
@@ -10,6 +10,7 @@
 	Zhanglei Wang <filamoon at users.sourceforge.net>
 	Rob Taylor <robtaylor at fastmail.fm>	
 	Erik Walthinsen <omega at cse.ogi.edu>
+	Kai Vehmanen <kai.vehmanen at nokia.com>
 
 mimic/gstmimdec.c, mimic/gstmimenc.c, gstmimic.c, mimic/gstmimdec.h
 mimic/gstmimenc.h

Added: packages/experimental/pymsn/debian/changelog
===================================================================
--- packages/experimental/pymsn/debian/changelog	                        (rev 0)
+++ packages/experimental/pymsn/debian/changelog	2006-09-22 18:01:37 UTC (rev 380)
@@ -0,0 +1,6 @@
+telepathy-butterfly (0.1.0-1) edgy; urgency=low
+
+  * Initial release 
+
+ -- Samuel Maftoul <samuel.maftoul at gmail.com>  Thu, 21 Sep 2006 22:51:32 +0200
+

Added: packages/experimental/pymsn/debian/compat
===================================================================
--- packages/experimental/pymsn/debian/compat	                        (rev 0)
+++ packages/experimental/pymsn/debian/compat	2006-09-22 18:01:37 UTC (rev 380)
@@ -0,0 +1 @@
+5

Added: packages/experimental/pymsn/debian/control
===================================================================
--- packages/experimental/pymsn/debian/control	                        (rev 0)
+++ packages/experimental/pymsn/debian/control	2006-09-22 18:01:37 UTC (rev 380)
@@ -0,0 +1,15 @@
+Source: telepathy-butterfly
+Section: python
+Priority: optional
+XS-Python-Version: all
+Maintainer: Samuel Maftoul <samuel.maftoul at gmail.com>>
+Build-Depends: cdbs, debhelper (>= 5), python-all-dev (>= 2.3.5-11), pkg-config, python-central, libdbus-1-dev
+Standards-Version: 3.7.2
+
+Package: telepathy-butterfly
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-dbus, python-gobject, python-telepathy, python-ctypes, pymsn
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}, telepathy-butterfly
+Description: MSN connection manager for telepathy 
+ MSN connection manager for telepathy that handles presence, personal messages, and conversations.

Added: packages/experimental/pymsn/debian/copyright
===================================================================
--- packages/experimental/pymsn/debian/copyright	                        (rev 0)
+++ packages/experimental/pymsn/debian/copyright	2006-09-22 18:01:37 UTC (rev 380)
@@ -0,0 +1,34 @@
+This package was debianized by Samuel Maftoul <samuel.maftoul at gmail.com> on
+Thu, 21 Sep 2006 22:51:32 +0200.
+
+It was downloaded from http://telepathy.freedesktop.org/releases/telepathy-butterfly/telepathy-butterfly-0.1.0.tar.gz
+
+Upstream Author:  Ali Sabil <ali.sabil at gmail.com>
+
+Copyright:
+
+  Copyright (C) 2005-2006 Ali Sabil <ali.sabil at gmail.com>
+  Copyright (C) 2005-2006  Ole André Vadla Ravnås <oleavr at gmail.com>
+  Copyright (C) 2006  Johann Prieur <johann.prieur at gmail.com>
+
+
+
+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
+
+The Debian packaging is (C) 2006, Samuel Maftoul <samuel.maftoul at gmail.com> and
+is licensed under the GPL, see above.
+

Added: packages/experimental/pymsn/debian/pycompat
===================================================================
--- packages/experimental/pymsn/debian/pycompat	                        (rev 0)
+++ packages/experimental/pymsn/debian/pycompat	2006-09-22 18:01:37 UTC (rev 380)
@@ -0,0 +1 @@
+2

Added: packages/experimental/pymsn/debian/rules
===================================================================
--- packages/experimental/pymsn/debian/rules	                        (rev 0)
+++ packages/experimental/pymsn/debian/rules	2006-09-22 18:01:37 UTC (rev 380)
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses cdbs.  Originaly written by Robert Millan.
+# This file is public domain.
+  
+DEB_AUTO_CLEANUP_RCS            := yes
+DEB_PYTHON_SYSTEM               := pycentral
+
+# Add here any variable or target overrides you need
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+binary-install/telepathy-butterfly::
+	dh_pycentral
+	dh_python


Property changes on: packages/experimental/pymsn/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/experimental/telepathy-butterfly/debian/changelog
===================================================================
--- packages/experimental/telepathy-butterfly/debian/changelog	                        (rev 0)
+++ packages/experimental/telepathy-butterfly/debian/changelog	2006-09-22 18:01:37 UTC (rev 380)
@@ -0,0 +1,6 @@
+telepathy-butterfly (0.1.0-1) edgy; urgency=low
+
+  * Initial release 
+
+ -- Samuel Maftoul <samuel.maftoul at gmail.com>  Thu, 21 Sep 2006 22:51:32 +0200
+

Added: packages/experimental/telepathy-butterfly/debian/compat
===================================================================
--- packages/experimental/telepathy-butterfly/debian/compat	                        (rev 0)
+++ packages/experimental/telepathy-butterfly/debian/compat	2006-09-22 18:01:37 UTC (rev 380)
@@ -0,0 +1 @@
+5

Added: packages/experimental/telepathy-butterfly/debian/control
===================================================================
--- packages/experimental/telepathy-butterfly/debian/control	                        (rev 0)
+++ packages/experimental/telepathy-butterfly/debian/control	2006-09-22 18:01:37 UTC (rev 380)
@@ -0,0 +1,15 @@
+Source: telepathy-butterfly
+Section: python
+Priority: optional
+XS-Python-Version: all
+Maintainer: Samuel Maftoul <samuel.maftoul at gmail.com>>
+Build-Depends: cdbs, debhelper (>= 5), python-all-dev (>= 2.3.5-11), pkg-config, python-central, libdbus-1-dev
+Standards-Version: 3.7.2
+
+Package: telepathy-butterfly
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-dbus, python-gobject, python-telepathy, python-ctypes
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}, telepathy-butterfly
+Description: MSN connection manager for telepathy 
+ MSN connection manager for telepathy that handles presence, personal messages, and conversations.

Added: packages/experimental/telepathy-butterfly/debian/copyright
===================================================================
--- packages/experimental/telepathy-butterfly/debian/copyright	                        (rev 0)
+++ packages/experimental/telepathy-butterfly/debian/copyright	2006-09-22 18:01:37 UTC (rev 380)
@@ -0,0 +1,34 @@
+This package was debianized by Samuel Maftoul <samuel.maftoul at gmail.com> on
+Thu, 21 Sep 2006 22:51:32 +0200.
+
+It was downloaded from http://telepathy.freedesktop.org/releases/telepathy-butterfly/telepathy-butterfly-0.1.0.tar.gz
+
+Upstream Author:  Ali Sabil <ali.sabil at gmail.com>
+
+Copyright:
+
+  Copyright (C) 2005-2006 Ali Sabil <ali.sabil at gmail.com>
+  Copyright (C) 2005-2006  Ole André Vadla Ravnås <oleavr at gmail.com>
+  Copyright (C) 2006  Johann Prieur <johann.prieur at gmail.com>
+
+
+
+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
+
+The Debian packaging is (C) 2006, Samuel Maftoul <samuel.maftoul at gmail.com> and
+is licensed under the GPL, see above.
+

Added: packages/experimental/telepathy-butterfly/debian/pycompat
===================================================================
--- packages/experimental/telepathy-butterfly/debian/pycompat	                        (rev 0)
+++ packages/experimental/telepathy-butterfly/debian/pycompat	2006-09-22 18:01:37 UTC (rev 380)
@@ -0,0 +1 @@
+2

Added: packages/experimental/telepathy-butterfly/debian/rules
===================================================================
--- packages/experimental/telepathy-butterfly/debian/rules	                        (rev 0)
+++ packages/experimental/telepathy-butterfly/debian/rules	2006-09-22 18:01:37 UTC (rev 380)
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses cdbs.  Originaly written by Robert Millan.
+# This file is public domain.
+  
+DEB_AUTO_CLEANUP_RCS            := yes
+DEB_PYTHON_SYSTEM               := pycentral
+
+# Add here any variable or target overrides you need
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+binary-install/telepathy-butterfly::
+	dh_pycentral
+	dh_python


Property changes on: packages/experimental/telepathy-butterfly/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-galago-commit mailing list