From 147ace066c877c65204a7eab283cae164514d01e Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Tue, 24 Jun 2014 22:51:50 -0400 Subject: [PATCH] undo previous commit and redo it properly via a patch file instead of treating this as a native package. --- MANIFEST.MF | 3 ++- debian/changelog | 7 +++++++ .../add-permissions-attribute-to-manifest.patch | 10 ++++++++++ debian/patches/series | 1 + 4 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 debian/patches/add-permissions-attribute-to-manifest.patch diff --git a/MANIFEST.MF b/MANIFEST.MF index 6932ab0..1c62e14 100644 --- a/MANIFEST.MF +++ b/MANIFEST.MF @@ -1,3 +1,4 @@ Manifest-Version: 1.0 Main-Class: VncViewer -Permissions: sandbox + + diff --git a/debian/changelog b/debian/changelog index e2c0988..a9a5d53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-vnc-client (0.0.16) precise; urgency=medium + + * Revert previous Permissions: change and do it correctly via a patch + instead of treating this as a native package. + + -- Adam Glasgall Tue, 24 Jun 2014 22:49:32 -0400 + invirt-vnc-client (0.0.15) precise; urgency=medium * Add a Permissions: attribute to the applet manifest so that newer java diff --git a/debian/patches/add-permissions-attribute-to-manifest.patch b/debian/patches/add-permissions-attribute-to-manifest.patch new file mode 100644 index 0000000..96c4224 --- /dev/null +++ b/debian/patches/add-permissions-attribute-to-manifest.patch @@ -0,0 +1,10 @@ +Index: invirt-vnc-client/MANIFEST.MF +=================================================================== +--- invirt-vnc-client.orig/MANIFEST.MF 2014-06-24 22:34:10.072250874 -0400 ++++ invirt-vnc-client/MANIFEST.MF 2014-06-24 22:34:28.408267005 -0400 +@@ -1,4 +1,5 @@ + Manifest-Version: 1.0 + Main-Class: VncViewer ++Permissions: all-permissions + + diff --git a/debian/patches/series b/debian/patches/series index 94c002c..1de6488 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ makefile-source-version.patch add-control-alt-checkboxes.patch invirt-ssl-proxy.patch +add-permissions-attribute-to-manifest.patch -- 1.7.9.5