[Python-apps-commits] r10744 - in packages (41 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Apr 7 20:59:08 UTC 2014


    Date: Monday, April 7, 2014 @ 20:59:07
  Author: piotr
Revision: 10744

move plainbox-provider-resource-generic to PAPT

Added:
  packages/plainbox-provider-resource-generic/
  packages/plainbox-provider-resource-generic/tags/
  packages/plainbox-provider-resource-generic/tags/0.2-1/
  packages/plainbox-provider-resource-generic/tags/0.2-1/debian/
  packages/plainbox-provider-resource-generic/tags/0.2-1/debian/changelog
  packages/plainbox-provider-resource-generic/tags/0.2-1/debian/compat
  packages/plainbox-provider-resource-generic/tags/0.2-1/debian/control
  packages/plainbox-provider-resource-generic/tags/0.2-1/debian/copyright
  packages/plainbox-provider-resource-generic/tags/0.2-1/debian/rules
  packages/plainbox-provider-resource-generic/tags/0.2-1/debian/source/
  packages/plainbox-provider-resource-generic/tags/0.2-1/debian/source/format
  packages/plainbox-provider-resource-generic/tags/0.2-1/debian/source/include-binaries
  packages/plainbox-provider-resource-generic/tags/0.2-1/debian/upstream-signing-key.pgp
  packages/plainbox-provider-resource-generic/tags/0.2-1/debian/watch
  packages/plainbox-provider-resource-generic/tags/0.2-2/
  packages/plainbox-provider-resource-generic/tags/0.2-2/debian/
  packages/plainbox-provider-resource-generic/tags/0.2-2/debian/changelog
  packages/plainbox-provider-resource-generic/tags/0.2-2/debian/compat
  packages/plainbox-provider-resource-generic/tags/0.2-2/debian/control
  packages/plainbox-provider-resource-generic/tags/0.2-2/debian/copyright
  packages/plainbox-provider-resource-generic/tags/0.2-2/debian/patches/
  packages/plainbox-provider-resource-generic/tags/0.2-2/debian/patches/provider_version.patch
  packages/plainbox-provider-resource-generic/tags/0.2-2/debian/patches/series
  packages/plainbox-provider-resource-generic/tags/0.2-2/debian/rules
  packages/plainbox-provider-resource-generic/tags/0.2-2/debian/source/
  packages/plainbox-provider-resource-generic/tags/0.2-2/debian/source/format
  packages/plainbox-provider-resource-generic/tags/0.2-2/debian/source/include-binaries
  packages/plainbox-provider-resource-generic/tags/0.2-2/debian/upstream-signing-key.pgp
  packages/plainbox-provider-resource-generic/tags/0.2-2/debian/watch
  packages/plainbox-provider-resource-generic/trunk/
  packages/plainbox-provider-resource-generic/trunk/debian/
  packages/plainbox-provider-resource-generic/trunk/debian/changelog
  packages/plainbox-provider-resource-generic/trunk/debian/compat
  packages/plainbox-provider-resource-generic/trunk/debian/control
  packages/plainbox-provider-resource-generic/trunk/debian/copyright
  packages/plainbox-provider-resource-generic/trunk/debian/rules
  packages/plainbox-provider-resource-generic/trunk/debian/source/
  packages/plainbox-provider-resource-generic/trunk/debian/source/format
  packages/plainbox-provider-resource-generic/trunk/debian/upstream/
  packages/plainbox-provider-resource-generic/trunk/debian/upstream/signing-key.asc
  packages/plainbox-provider-resource-generic/trunk/debian/watch


Property changes on: packages/plainbox-provider-resource-generic/tags/0.2-1/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/plainbox-provider-resource-generic/tags/0.2-1/debian/changelog
===================================================================
--- packages/plainbox-provider-resource-generic/tags/0.2-1/debian/changelog	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/tags/0.2-1/debian/changelog	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1,5 @@
+plainbox-provider-resource-generic (0.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #735187)
+
+ -- Sylvain Pineau <sylvain.pineau at canonical.com>  Mon, 13 Jan 2014 15:27:48 +0100

Added: packages/plainbox-provider-resource-generic/tags/0.2-1/debian/compat
===================================================================
--- packages/plainbox-provider-resource-generic/tags/0.2-1/debian/compat	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/tags/0.2-1/debian/compat	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1 @@
+9

Added: packages/plainbox-provider-resource-generic/tags/0.2-1/debian/control
===================================================================
--- packages/plainbox-provider-resource-generic/tags/0.2-1/debian/control	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/tags/0.2-1/debian/control	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1,32 @@
+Source: plainbox-provider-resource-generic
+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,
+ python3-all,
+ python3-distutils-extra
+Standards-Version: 3.9.5
+X-Python3-Version: >= 3.2
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/plainbox-provider-resource-generic/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/plainbox-provider-resource-generic/trunk/
+Homepage: http://launchpad.net/checkbox
+
+Package: plainbox-provider-resource-generic
+Architecture: all
+Depends: python3 (>= 3.2), python3-checkbox-support, ${misc:Depends}, ${python3:Depends}
+Recommends: dmidecode, dpkg (>= 1.13), lsb-release, wodim
+Description: CheckBox generic resource jobs provider
+ This package provides the generic resource jobs. It is used together
+ alongside with PlainBox.
+ .
+ Jobs are smallest units of testing that can be performed by PlainBox.
+ All jobs have an unique name. There are many types of jobs, some are fully
+ automated others are fully manual.
+ .
+ Resources are collections of key-value data sets that are generated by
+ special resource jobs. They are extensively used to indicate hardware or
+ software dependencies. For example a bluetooth test may indicate it
+ requires bluetooth hardware and appropriate software packages installed.

Added: packages/plainbox-provider-resource-generic/tags/0.2-1/debian/copyright
===================================================================
--- packages/plainbox-provider-resource-generic/tags/0.2-1/debian/copyright	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/tags/0.2-1/debian/copyright	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1,21 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: plainbox-provider-resource-generic
+Source: https://launchpad.net/checkbox
+
+Files: *
+Copyright: Copyright 2007-2013 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.

Added: packages/plainbox-provider-resource-generic/tags/0.2-1/debian/rules
===================================================================
--- packages/plainbox-provider-resource-generic/tags/0.2-1/debian/rules	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/tags/0.2-1/debian/rules	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+export PYBUILD_NAME=plainbox-provider-resource-generic
+
+%:
+	dh $@ --with=python3 --buildsystem=pybuild
+
+override_dh_auto_install:
+	dh_auto_install
+	rm -rf debian/*/usr/lib/python3*/dist-packages/*.egg-info


Property changes on: packages/plainbox-provider-resource-generic/tags/0.2-1/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/plainbox-provider-resource-generic/tags/0.2-1/debian/source/format
===================================================================
--- packages/plainbox-provider-resource-generic/tags/0.2-1/debian/source/format	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/tags/0.2-1/debian/source/format	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/plainbox-provider-resource-generic/tags/0.2-1/debian/source/include-binaries
===================================================================
--- packages/plainbox-provider-resource-generic/tags/0.2-1/debian/source/include-binaries	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/tags/0.2-1/debian/source/include-binaries	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1 @@
+debian/upstream-signing-key.pgp

Added: packages/plainbox-provider-resource-generic/tags/0.2-1/debian/upstream-signing-key.pgp
===================================================================
(Binary files differ)


Property changes on: packages/plainbox-provider-resource-generic/tags/0.2-1/debian/upstream-signing-key.pgp
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: packages/plainbox-provider-resource-generic/tags/0.2-1/debian/watch
===================================================================
--- packages/plainbox-provider-resource-generic/tags/0.2-1/debian/watch	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/tags/0.2-1/debian/watch	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1,3 @@
+version=3
+opts=pgpsigurlmangle=s/$/.asc/ \
+    http://pypi.python.org/packages/source/p/plainbox-provider-resource-generic/plainbox-provider-resource-generic-(.*)\.tar\.gz


Property changes on: packages/plainbox-provider-resource-generic/tags/0.2-2/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/plainbox-provider-resource-generic/tags/0.2-2/debian/changelog
===================================================================
--- packages/plainbox-provider-resource-generic/tags/0.2-2/debian/changelog	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/tags/0.2-2/debian/changelog	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1,12 @@
+plainbox-provider-resource-generic (0.2-2) unstable; urgency=low
+
+  * Patch the plainbox-resources.provider file to add the version number,
+    required by plainbox >= 0.5.
+
+ -- Sylvain Pineau <sylvain.pineau at canonical.com>  Tue, 28 Jan 2014 13:23:22 +0100
+
+plainbox-provider-resource-generic (0.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #735187)
+
+ -- Sylvain Pineau <sylvain.pineau at canonical.com>  Mon, 13 Jan 2014 15:27:48 +0100

Added: packages/plainbox-provider-resource-generic/tags/0.2-2/debian/compat
===================================================================
--- packages/plainbox-provider-resource-generic/tags/0.2-2/debian/compat	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/tags/0.2-2/debian/compat	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1 @@
+9

Added: packages/plainbox-provider-resource-generic/tags/0.2-2/debian/control
===================================================================
--- packages/plainbox-provider-resource-generic/tags/0.2-2/debian/control	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/tags/0.2-2/debian/control	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1,32 @@
+Source: plainbox-provider-resource-generic
+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,
+ python3-all,
+ python3-distutils-extra
+Standards-Version: 3.9.5
+X-Python3-Version: >= 3.2
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/plainbox-provider-resource-generic/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/plainbox-provider-resource-generic/trunk/
+Homepage: http://launchpad.net/checkbox
+
+Package: plainbox-provider-resource-generic
+Architecture: all
+Depends: python3 (>= 3.2), python3-checkbox-support, ${misc:Depends}, ${python3:Depends}
+Recommends: dmidecode, dpkg (>= 1.13), lsb-release, wodim
+Description: CheckBox generic resource jobs provider
+ This package provides the generic resource jobs. It is used together
+ alongside with PlainBox.
+ .
+ Jobs are smallest units of testing that can be performed by PlainBox.
+ All jobs have an unique name. There are many types of jobs, some are fully
+ automated others are fully manual.
+ .
+ Resources are collections of key-value data sets that are generated by
+ special resource jobs. They are extensively used to indicate hardware or
+ software dependencies. For example a bluetooth test may indicate it
+ requires bluetooth hardware and appropriate software packages installed.

Added: packages/plainbox-provider-resource-generic/tags/0.2-2/debian/copyright
===================================================================
--- packages/plainbox-provider-resource-generic/tags/0.2-2/debian/copyright	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/tags/0.2-2/debian/copyright	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1,21 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: plainbox-provider-resource-generic
+Source: https://launchpad.net/checkbox
+
+Files: *
+Copyright: Copyright 2007-2013 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.

Added: packages/plainbox-provider-resource-generic/tags/0.2-2/debian/patches/provider_version.patch
===================================================================
--- packages/plainbox-provider-resource-generic/tags/0.2-2/debian/patches/provider_version.patch	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/tags/0.2-2/debian/patches/provider_version.patch	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1,11 @@
+Description: Add the provider version for compatibility with plainbox >= 0.5
+Author: Sylvain Pineau <sylvain.pineau at canonical.com>
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/plainbox-resources.provider
++++ b/plainbox-resources.provider
+@@ -2,3 +2,4 @@
+ name = 2013.com.canonical:plainbox-resources
+ location = /usr/lib/plainbox-providers-1/plainbox-resources/
+ description = PlainBox resources provider
++version = 1.0

Added: packages/plainbox-provider-resource-generic/tags/0.2-2/debian/patches/series
===================================================================
--- packages/plainbox-provider-resource-generic/tags/0.2-2/debian/patches/series	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/tags/0.2-2/debian/patches/series	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1 @@
+provider_version.patch

Added: packages/plainbox-provider-resource-generic/tags/0.2-2/debian/rules
===================================================================
--- packages/plainbox-provider-resource-generic/tags/0.2-2/debian/rules	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/tags/0.2-2/debian/rules	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+export PYBUILD_NAME=plainbox-provider-resource-generic
+
+%:
+	dh $@ --with=python3 --buildsystem=pybuild
+
+override_dh_auto_install:
+	dh_auto_install
+	rm -rf debian/*/usr/lib/python3*/dist-packages/*.egg-info


Property changes on: packages/plainbox-provider-resource-generic/tags/0.2-2/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/plainbox-provider-resource-generic/tags/0.2-2/debian/source/format
===================================================================
--- packages/plainbox-provider-resource-generic/tags/0.2-2/debian/source/format	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/tags/0.2-2/debian/source/format	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/plainbox-provider-resource-generic/tags/0.2-2/debian/source/include-binaries
===================================================================
--- packages/plainbox-provider-resource-generic/tags/0.2-2/debian/source/include-binaries	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/tags/0.2-2/debian/source/include-binaries	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1 @@
+debian/upstream-signing-key.pgp

Added: packages/plainbox-provider-resource-generic/tags/0.2-2/debian/upstream-signing-key.pgp
===================================================================
(Binary files differ)


Property changes on: packages/plainbox-provider-resource-generic/tags/0.2-2/debian/upstream-signing-key.pgp
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: packages/plainbox-provider-resource-generic/tags/0.2-2/debian/watch
===================================================================
--- packages/plainbox-provider-resource-generic/tags/0.2-2/debian/watch	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/tags/0.2-2/debian/watch	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1,3 @@
+version=3
+opts=pgpsigurlmangle=s/$/.asc/ \
+    http://pypi.python.org/packages/source/p/plainbox-provider-resource-generic/plainbox-provider-resource-generic-(.*)\.tar\.gz


Property changes on: packages/plainbox-provider-resource-generic/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/plainbox-provider-resource-generic/trunk/debian/changelog
===================================================================
--- packages/plainbox-provider-resource-generic/trunk/debian/changelog	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/trunk/debian/changelog	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1,36 @@
+plainbox-provider-resource-generic (0.3-1) UNRELEASED; urgency=medium
+
+  * New upstream release. List of bugfixes:
+    https://launchpad.net/plainbox-provider-resource/14.04/0.3
+  * debian/watch: look for new releases on launchpad
+  * debian/control: make plainbox-provider-resource-generic arch=any as it
+    builds C source for one provider-specific executable now, also depend on
+    autotools, intltool and two netlink libraries
+  * debian/rules: stop using pybuild and use manage.py
+    {i18n,build,install,validate} instead. The build rule also regenerates.
+    autotools scripts that are present in the tarball.
+  * debian/rules: override dh_python3 with private directory path in
+    override_dh_python3 target to generate ${python3:Depends} and maintainer
+    scripts (XXX: this doesn't seem to work, dh-gencontrol says
+    ${python3:Depends} is still undefined. 
+  * debian/patches: drop (no longer needed)
+  * debian/upstream/signing-key.asc: Use armoured gpg keys to avoid having to
+    keep binary files in Debian packaging. Also, replace that with my key
+    since I made the 0.3 release upstream.
+  * debian/source/include-binaries: no longer needed 
+  * Stop being a python3 module, move to from DPMT to PAPT
+
+ -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com>  Mon, 07 Apr 2014 14:12:51 +0200
+
+plainbox-provider-resource-generic (0.2-2) unstable; urgency=low
+
+  * Patch the plainbox-resources.provider file to add the version number,
+    required by plainbox >= 0.5.
+
+ -- Sylvain Pineau <sylvain.pineau at canonical.com>  Tue, 28 Jan 2014 13:23:22 +0100
+
+plainbox-provider-resource-generic (0.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #735187)
+
+ -- Sylvain Pineau <sylvain.pineau at canonical.com>  Mon, 13 Jan 2014 15:27:48 +0100

Added: packages/plainbox-provider-resource-generic/trunk/debian/compat
===================================================================
--- packages/plainbox-provider-resource-generic/trunk/debian/compat	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/trunk/debian/compat	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1 @@
+9

Added: packages/plainbox-provider-resource-generic/trunk/debian/control
===================================================================
--- packages/plainbox-provider-resource-generic/trunk/debian/control	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/trunk/debian/control	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1,45 @@
+Source: plainbox-provider-resource-generic
+Section: utils
+Priority: optional
+Maintainer: Checkbox Developers <checkbox-dev at lists.launchpad.net> 
+Uploaders: Sylvain Pineau <sylvain.pineau at canonical.com>,
+           Zygmunt Krynicki <zygmunt.krynicki at canonical.com>,
+           Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends:
+ autoconf,
+ automake,
+ debhelper (>= 9),
+ dh-python,
+ intltool,
+ libnl-3-dev,
+ libnl-genl-3-dev,
+ pkg-config,
+ python3,
+ python3-plainbox (>= 0.5.3),
+Standards-Version: 3.9.5
+X-Python3-Version: >= 3.2
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/plainbox-provider-resource-generic/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/plainbox-provider-resource-generic/trunk/
+Homepage: http://launchpad.net/checkbox
+
+Package: plainbox-provider-resource-generic
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
+ python3 (>= 3.2),
+ python3-checkbox-support (>= 0.2),
+Recommends: dmidecode, dpkg (>= 1.13), lsb-release, wodim
+Description: CheckBox generic resource jobs provider
+ This package provides the generic resource jobs. It is used together
+ alongside with PlainBox.
+ .
+ Jobs are smallest units of testing that can be performed by PlainBox.
+ All jobs have an unique name. There are many types of jobs, some are fully
+ automated others are fully manual.
+ .
+ Resources are collections of key-value data sets that are generated by
+ special resource jobs. They are extensively used to indicate hardware or
+ software dependencies. For example a bluetooth test may indicate it
+ requires bluetooth hardware and appropriate software packages installed.

Added: packages/plainbox-provider-resource-generic/trunk/debian/copyright
===================================================================
--- packages/plainbox-provider-resource-generic/trunk/debian/copyright	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/trunk/debian/copyright	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1,40 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: plainbox-provider-resource-generic
+Source: https://launchpad.net/checkbox
+
+Files: *
+Copyright: Copyright 2007-2013 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: src/80211_resource.c
+Copyright: 2014, Sylvain Pineau <sylvain.pineau at canonical.com>
+           2007-2012, Johannes Berg
+           2007, Andy Lutomirski
+           2007, Mike Kershaw
+           2008-2010, Luis R. Rodriguez
+License: ISC
+ Permission to use, copy, modify, and/or distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Added: packages/plainbox-provider-resource-generic/trunk/debian/rules
===================================================================
--- packages/plainbox-provider-resource-generic/trunk/debian/rules	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/trunk/debian/rules	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1,30 @@
+#!/usr/bin/make -f
+export DH_VERBOSE=1
+
+%:
+	dh $@ --with=python3
+
+override_dh_auto_clean:
+	python3 manage.py clean
+
+override_dh_auto_configure:
+	cd src && autoreconf -i
+
+override_dh_auto_build:
+	python3 manage.py build
+	python3 manage.py i18n
+
+override_dh_auto_test:
+	python3 manage.py validate 
+
+override_dh_auto_install:
+	python3 manage.py install \
+		--prefix=/usr --layout=unix \
+		--root=$(CURDIR)/debian/plainbox-provider-resource-generic/
+
+override_dh_python3:
+	dh_python3 \
+		-p plainbox-provider-resource-generic \
+		--verbose \
+		--shebang=/usr/bin/python3 \
+		/usr/lib/2013.com.canonical.certification:plainbox-resources/bin


Property changes on: packages/plainbox-provider-resource-generic/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/plainbox-provider-resource-generic/trunk/debian/source/format
===================================================================
--- packages/plainbox-provider-resource-generic/trunk/debian/source/format	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/trunk/debian/source/format	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/plainbox-provider-resource-generic/trunk/debian/upstream/signing-key.asc
===================================================================
--- packages/plainbox-provider-resource-generic/trunk/debian/upstream/signing-key.asc	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/trunk/debian/upstream/signing-key.asc	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1,42 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1
+
+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
+xxGS57/Nmfbij8UuxgkLtw==
+=4Jty
+-----END PGP PUBLIC KEY BLOCK-----

Added: packages/plainbox-provider-resource-generic/trunk/debian/watch
===================================================================
--- packages/plainbox-provider-resource-generic/trunk/debian/watch	                        (rev 0)
+++ packages/plainbox-provider-resource-generic/trunk/debian/watch	2014-04-07 20:59:07 UTC (rev 10744)
@@ -0,0 +1,4 @@
+version=3
+opts=pgpsigurlmangle=s/$/.asc/ \
+    http://launchpad.net/plainbox-provider-resource/+download/ \
+    https://launchpad\.net/plainbox-provider-resource/.*/.*/\+download/2013\.com\.canonical\.certification.plainbox-resources-(.*).tar.gz




More information about the Python-apps-commits mailing list