diff options
| author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2014-01-28 13:20:39 +0100 |
|---|---|---|
| committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2016-10-07 09:48:53 +0200 |
| commit | 36dc02c092402d3c8d6cc3f4e7f6a73b0aca1c05 (patch) | |
| tree | 217edb64b6db37b2c8a3d901c9279cb71bb2be39 /debian/patches | |
| parent | 57e9773c83f7aa6bfe39fe58fdf74e98c41e4a00 (diff) | |
plainbox-provider-checkbox (0.3-2) unstable; urgency=low
* Patch the checkbox.provider file to add the version number, required by plainbox >= 0.5.
Diffstat (limited to 'debian/patches')
| -rw-r--r-- | debian/patches/provider_version.patch | 11 | ||||
| -rw-r--r-- | debian/patches/series | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/provider_version.patch b/debian/patches/provider_version.patch new file mode 100644 index 0000000..3824b43 --- /dev/null +++ b/debian/patches/provider_version.patch @@ -0,0 +1,11 @@ +Description: Add the provider version for compatibility with plainbox >= 0.5 +Author: Sylvain Pineau <sylvain.pineau@canonical.com> +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/checkbox.provider ++++ b/checkbox.provider +@@ -2,3 +2,4 @@ + name = 2013.com.canonical:checkbox + location = /usr/lib/plainbox-providers-1/checkbox/ + description = CheckBox provider ++version = 1.0 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..20f3544 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +provider_version.patch |
