[Python-modules-commits] r26723 - in packages/python-gcm-client/trunk (10 files)

lfaraone at users.alioth.debian.org lfaraone at users.alioth.debian.org
Tue Dec 10 19:41:24 UTC 2013


    Date: Tuesday, December 10, 2013 @ 19:41:23
  Author: lfaraone
Revision: 26723

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

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


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

Added: packages/python-gcm-client/trunk/debian/changelog
===================================================================
--- packages/python-gcm-client/trunk/debian/changelog	                        (rev 0)
+++ packages/python-gcm-client/trunk/debian/changelog	2013-12-10 19:41:23 UTC (rev 26723)
@@ -0,0 +1,5 @@
+python-gcm-client (0.1.4-1) unstable; urgency=low
+
+  * Initial release. (Closes: #731879)
+
+ -- Luke Faraone <lfaraone at zulip.com>  Tue, 10 Dec 2013 14:15:35 -0500

Added: packages/python-gcm-client/trunk/debian/compat
===================================================================
--- packages/python-gcm-client/trunk/debian/compat	                        (rev 0)
+++ packages/python-gcm-client/trunk/debian/compat	2013-12-10 19:41:23 UTC (rev 26723)
@@ -0,0 +1 @@
+7

Added: packages/python-gcm-client/trunk/debian/control
===================================================================
--- packages/python-gcm-client/trunk/debian/control	                        (rev 0)
+++ packages/python-gcm-client/trunk/debian/control	2013-12-10 19:41:23 UTC (rev 26723)
@@ -0,0 +1,20 @@
+Source: python-gcm-client
+Maintainer: Zulip Debian Packaging Team <debian at zulip.com>
+Uploaders: Python Modules Packaging Team <python-modules-team at lists.alioth.debian.org>, Luke Faraone <lfaraone at zulip.com>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7)
+Standards-Version: 3.9.5
+Homepage: https://bitbucket.org/sardarnl/gcm-client/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-gcm-client/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-gcm-client/trunk/
+
+Package: python-gcm-client
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Python client for Google Cloud Messaging (GCM)
+ This package allows integration with Google Cloud Messaging, a push
+ notification service offered by Google for use on its Android devices.
+ .
+ It provides similar functionality to python-apns-client, which
+ implements Apple's protocol for iOS.

Added: packages/python-gcm-client/trunk/debian/copyright
===================================================================
--- packages/python-gcm-client/trunk/debian/copyright	                        (rev 0)
+++ packages/python-gcm-client/trunk/debian/copyright	2013-12-10 19:41:23 UTC (rev 26723)
@@ -0,0 +1,53 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gcm-client
+Upstream-Contact: Sardar Yumatov <ja.doma at gmail.com>
+Source: https://bitbucket.org/sardarnl/gcm-client/
+
+Files: *
+Copyright: 2013, Getlogic BV, Sardar Yumatov
+License: Apache-2.0
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+ .
+    http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+ .
+ On Debian systems, the complete text of the Apache License Version 2.0
+ can be found in the /usr/share/common-licenses/Apache-2.0 file.
+
+
+Files: debian/*
+Copyright: 2013, Zulip, Inc.
+License: Expat
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
+

Added: packages/python-gcm-client/trunk/debian/rules
===================================================================
--- packages/python-gcm-client/trunk/debian/rules	                        (rev 0)
+++ packages/python-gcm-client/trunk/debian/rules	2013-12-10 19:41:23 UTC (rev 26723)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.6.0+git at
+# Tue, 10 Dec 2013 13:45:28 -0500
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
+
+


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

Added: packages/python-gcm-client/trunk/debian/source/format
===================================================================
--- packages/python-gcm-client/trunk/debian/source/format	                        (rev 0)
+++ packages/python-gcm-client/trunk/debian/source/format	2013-12-10 19:41:23 UTC (rev 26723)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-gcm-client/trunk/debian/source/options
===================================================================
--- packages/python-gcm-client/trunk/debian/source/options	                        (rev 0)
+++ packages/python-gcm-client/trunk/debian/source/options	2013-12-10 19:41:23 UTC (rev 26723)
@@ -0,0 +1 @@
+extend-diff-ignore=".egg-info"

Added: packages/python-gcm-client/trunk/debian/watch
===================================================================
--- packages/python-gcm-client/trunk/debian/watch	                        (rev 0)
+++ packages/python-gcm-client/trunk/debian/watch	2013-12-10 19:41:23 UTC (rev 26723)
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/g/gcm-client/ gcm-client-(.+).tar.gz




More information about the Python-modules-commits mailing list