From 0b73d9be495ba678323be1c6f81d065ed6c76b99 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sat, 19 Feb 2011 08:16:05 +0100 Subject: [PATCH] Include chrome.manifest in debian package, prepare new Debian upload --- debian/changelog | 10 ++++++++++ debian/rules | 1 + 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index bbc63d0..2c5bfde 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +conkeror (0.9.3+git110219-1) unstable; urgency=low + + * The Works-with-2.0 Package + * New upstream snapshot + - Minor fixes for xulrunner-2.0 support + * debian/rules: Include chrome.manifest which is necessary for + xulrunner-2.0 support. + + -- Axel Beckert Sat, 19 Feb 2011 08:02:05 +0100 + conkeror (0.9.3+git110213-1) unstable; urgency=low * New upstream snapshot diff --git a/debian/rules b/debian/rules index 1f7bb76..731227a 100755 --- a/debian/rules +++ b/debian/rules @@ -58,6 +58,7 @@ install-indep: # debian/ cp -pr branding chrome components content defaults \ locale modules search-engines help style \ + chrome.manifest \ $(CURDIR)/debian/conkeror/usr/share/conkeror/ mkdir -p $(CURDIR)/debian/conkeror/usr/share/conkeror/contrib/ cp -pr contrib/xrev contrib/art contrib/modules \ -- 2.11.4.GIT