From 43f8c9101e5f2c45c5298952aac56127635112be Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Wed, 17 Jun 2009 01:24:48 +0200 Subject: [PATCH] Preparing a new Debian package release Bumped Standard-Version to 3.8.1 (no changes) and debhelper compatibility to 7 (replaced dh_clean -k by dh_prep). Still builds fine also on Debian 5.0 Lenny. Added an NEWS.Debian entry listing most of what John send to the list as breaking changes. Mentioned removed theming and added session support. --- debian/NEWS.Debian | 37 +++++++++++++++++++++++++++++++++++++ debian/changelog | 12 ++++++++++++ debian/compat | 2 +- debian/control | 4 ++-- debian/rules | 4 ++-- 5 files changed, 54 insertions(+), 5 deletions(-) diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian index f3875dd..2af0d0e 100644 --- a/debian/NEWS.Debian +++ b/debian/NEWS.Debian @@ -1,3 +1,40 @@ +conkeror (0.9~git090617-1) unstable; urgency=low + + There were a few changes since the last conkeror version in Debian which + may cause troubles to users of the previous version. + + Short summary follows: + * The key bindings `<<` and `>>` are now simply `<` and `>`. + * page-mode keymaps are now declared in the `define_page_mode` form with + a new keyword argument, `$keymaps`. See + http://conkeror.org/WritingPageModes for more information about the + new style. + * `default_directory` and `set_default_directory` have been removed and + replaced by the variable `cwd`. + * buffer-local variables are now indexed by `buffer.local.foo`. + page-local variables are indexed by `buffer.page.local.foo`. + * The command `send-ret` was removed since it is redundant of the + module `global-overlay-keymap`. + * Buffer-local cwd is no longer set or inherited automatically. + * `download-cancel` is now bound to `d` instead of `C-g`, and it asks + for confirmation. + * In order to make Conkeror compatible with native toolkit theming, + Conkeror's themes have undergone a big rewrite: + - Conkeror no longer specifies its own gui colors. + - The blackened theme no longer exists. + - It is no longer possible to theme scrollbars. + From now on, the right way to change Conkeror's gui colors is to do so + at the OS level, for example, with a GTK theme. + * Conkeror has now session saving support. See + http://conkeror.org/Sessions for details. + + See http://article.gmane.org/gmane.comp.mozilla.conkeror/1547 and + http://thread.gmane.org/gmane.comp.mozilla.conkeror/1451 for the + details and what to change in case you run over some removed or renamed + functions or variables. + + -- Axel Beckert Wed, 17 Jun 2009 00:04:58 +0200 + conkeror (0.9~git090223-1) unstable; urgency=low There were a few changes since the last conkeror version in Debian which diff --git a/debian/changelog b/debian/changelog index 5bb080e..3806c8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +conkeror (0.9~git090617-1) UNRELEASED; urgency=low + + * Based on new snapshot (tagged with debian-0.9--git090617-1) + - Session saving support has been added, but not loaded by default + - Theming support has been removed (native GUI theming should be used + instead, e.g. GTK theming) + * Bumped Standards-Version to 3.8.1 (no changes) + * Replaced deprecated dh_clean -k by dh_prep and bumped debhelper + compatibility to 7. + + -- Axel Beckert Wed, 17 Jun 2009 00:40:31 +0200 + conkeror (0.9~git090223-1) unstable; urgency=low * Debian packaging is now hosted in the upstream repository at diff --git a/debian/compat b/debian/compat index 7ed6ff8..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/debian/control b/debian/control index 17ee30b..499e432 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: web Priority: extra Maintainer: Axel Beckert Uploaders: Luca Capello -Build-Depends: debhelper (>= 5), quilt -Standards-Version: 3.8.0 +Build-Depends: debhelper (>= 7), quilt +Standards-Version: 3.8.1 Homepage: http://conkeror.org/ Vcs-Browser: http://repo.or.cz/w/conkeror.git Vcs-Git: git://repo.or.cz/conkeror.git diff --git a/debian/rules b/debian/rules index 0b12df1..e3c6e72 100755 --- a/debian/rules +++ b/debian/rules @@ -52,7 +52,7 @@ install: install-indep install-arch install-indep: dh_testdir dh_testroot - dh_clean -k -i + dh_prep -i dh_installdirs -i dh_desktop @@ -74,7 +74,7 @@ install-indep: install-arch: dh_testdir dh_testroot - dh_clean -k -s + dh_prep -s dh_installdirs -s # Add here commands to install the arch part of the package into -- 2.11.4.GIT