[Python-modules-commits] r27382 - in packages/checkbox-ng/trunk (13 files)

spineau-guest at users.alioth.debian.org spineau-guest at users.alioth.debian.org
Wed Jan 22 01:44:29 UTC 2014


    Date: Wednesday, January 22, 2014 @ 01:44:28
  Author: spineau-guest
Revision: 27382

Initial commit

Added:
  packages/checkbox-ng/trunk/debian/
  packages/checkbox-ng/trunk/debian/changelog
  packages/checkbox-ng/trunk/debian/checkbox-ng-service.install
  packages/checkbox-ng/trunk/debian/checkbox-ng.install
  packages/checkbox-ng/trunk/debian/compat
  packages/checkbox-ng/trunk/debian/control
  packages/checkbox-ng/trunk/debian/copyright
  packages/checkbox-ng/trunk/debian/rules
  packages/checkbox-ng/trunk/debian/source/
  packages/checkbox-ng/trunk/debian/source/format
  packages/checkbox-ng/trunk/debian/source/include-binaries
  packages/checkbox-ng/trunk/debian/upstream-signing-key.pgp
  packages/checkbox-ng/trunk/debian/watch


Property changes on: packages/checkbox-ng/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/checkbox-ng/trunk/debian/changelog
===================================================================
--- packages/checkbox-ng/trunk/debian/changelog	                        (rev 0)
+++ packages/checkbox-ng/trunk/debian/changelog	2014-01-22 01:44:28 UTC (rev 27382)
@@ -0,0 +1,5 @@
+checkbox-ng (0.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #736284)
+
+ -- Sylvain Pineau <sylvain.pineau at canonical.com>  Tue, 21 Jan 2014 21:18:23 +0100

Added: packages/checkbox-ng/trunk/debian/checkbox-ng-service.install
===================================================================
--- packages/checkbox-ng/trunk/debian/checkbox-ng-service.install	                        (rev 0)
+++ packages/checkbox-ng/trunk/debian/checkbox-ng-service.install	2014-01-22 01:44:28 UTC (rev 27382)
@@ -0,0 +1,2 @@
+
+checkbox-ng/contrib/com.canonical.certification.PlainBox1.service usr/share/dbus-1/services/

Added: packages/checkbox-ng/trunk/debian/checkbox-ng.install
===================================================================
--- packages/checkbox-ng/trunk/debian/checkbox-ng.install	                        (rev 0)
+++ packages/checkbox-ng/trunk/debian/checkbox-ng.install	2014-01-22 01:44:28 UTC (rev 27382)
@@ -0,0 +1,3 @@
+usr/bin/canonical-certification-server
+usr/bin/canonical-driver-test-suite-cli
+usr/bin/checkbox

Added: packages/checkbox-ng/trunk/debian/compat
===================================================================
--- packages/checkbox-ng/trunk/debian/compat	                        (rev 0)
+++ packages/checkbox-ng/trunk/debian/compat	2014-01-22 01:44:28 UTC (rev 27382)
@@ -0,0 +1 @@
+9

Added: packages/checkbox-ng/trunk/debian/control
===================================================================
--- packages/checkbox-ng/trunk/debian/control	                        (rev 0)
+++ packages/checkbox-ng/trunk/debian/control	2014-01-22 01:44:28 UTC (rev 27382)
@@ -0,0 +1,39 @@
+Source: checkbox-ng
+Section: utils
+Priority: optional
+Maintainer: Sylvain Pineau <sylvain.pineau at canonical.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ help2man,
+ python3-all,
+ python3-plainbox,
+ python3-setuptools
+Standards-Version: 3.9.5
+X-Python3-Version: >= 3.2
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/checkbox-ng/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/checkbox-ng/trunk/
+Homepage: http://launchpad.net/checkbox
+
+Package: python3-checkbox-ng
+Architecture: all
+Depends: python3-plainbox,
+         python3-requests ( >= 1.0),
+         ${misc:Depends},
+         ${python3:Depends}
+Description: Simple replacement for CheckBox
+ This package contains the checkbox-ng Python 3 library
+
+Package: checkbox-ng
+Architecture: all
+Depends: python3-checkbox-ng
+         ${misc:Depends}, ${python3:Depends}
+Description: Simple replacement for CheckBox
+ CheckBox command line tool
+
+Package: checkbox-ng-service
+Architecture: all
+Depends: checkbox-ng, python3-dbus, python3-gi
+Description: CheckBox D-Bus service
+ File(s) needed for auto-starting CheckBox D-Bus service on demand.

Added: packages/checkbox-ng/trunk/debian/copyright
===================================================================
--- packages/checkbox-ng/trunk/debian/copyright	                        (rev 0)
+++ packages/checkbox-ng/trunk/debian/copyright	2014-01-22 01:44:28 UTC (rev 27382)
@@ -0,0 +1,46 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: checkbox-ng
+Source: https://launchpad.net/checkbox
+
+Files: *
+Copyright: Copyright 2012-2014 Canonical Ltd.
+License: GPL-3
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 3,
+ as published by the Free Software Foundation.
+ .
+ This program 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-based systems the full text of the GPL, version 3, can be found at
+ /usr/share/common-licenses/GPL-3.
+
+Files: checkbox_ng/dbus_ex/decorators.py
+Copyright:
+ Copyright (C) 2003, 2004, 2005, 2006 Red Hat Inc. <http://www.redhat.com/>
+ Copyright (C) 2003 David Zeuthen
+ Copyright (C) 2004 Rob Taylor
+ Copyright (C) 2005, 2006 Collabora Ltd. <http://www.collabora.co.uk/>
+License: MIT
+ 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/checkbox-ng/trunk/debian/rules
===================================================================
--- packages/checkbox-ng/trunk/debian/rules	                        (rev 0)
+++ packages/checkbox-ng/trunk/debian/rules	2014-01-22 01:44:28 UTC (rev 27382)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+export PYBUILD_NAME=checkbox-ng
+
+%:
+	dh $@ --with=python3 --buildsystem=pybuild


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

Added: packages/checkbox-ng/trunk/debian/source/format
===================================================================
--- packages/checkbox-ng/trunk/debian/source/format	                        (rev 0)
+++ packages/checkbox-ng/trunk/debian/source/format	2014-01-22 01:44:28 UTC (rev 27382)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/checkbox-ng/trunk/debian/source/include-binaries
===================================================================
--- packages/checkbox-ng/trunk/debian/source/include-binaries	                        (rev 0)
+++ packages/checkbox-ng/trunk/debian/source/include-binaries	2014-01-22 01:44:28 UTC (rev 27382)
@@ -0,0 +1 @@
+debian/upstream-signing-key.pgp

Added: packages/checkbox-ng/trunk/debian/upstream-signing-key.pgp
===================================================================
(Binary files differ)


Property changes on: packages/checkbox-ng/trunk/debian/upstream-signing-key.pgp
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: packages/checkbox-ng/trunk/debian/watch
===================================================================
--- packages/checkbox-ng/trunk/debian/watch	                        (rev 0)
+++ packages/checkbox-ng/trunk/debian/watch	2014-01-22 01:44:28 UTC (rev 27382)
@@ -0,0 +1,3 @@
+version=3
+opts=pgpsigurlmangle=s/$/.asc/ \
+    http://pypi.python.org/packages/source/c/checkbox-ng/checkbox-ng-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list