]> git.llucax.com Git - software/mutt-debian.git/commitdiff
mutt (1.5.16-2) unstable; urgency=low 1.5.16-2
authorChristoph Berg <myon@debian.org>
Thu, 28 Jun 2007 19:58:47 +0000 (21:58 +0200)
committerChristoph Berg <myon@debian.org>
Thu, 28 Jun 2007 19:58:47 +0000 (21:58 +0200)
  * Finally a new unstable version :)
  * Disable gpgme backend again, it needs two "optional" libs we do not want
    to pull into "standard" now, and it is still somewhat buggy.
    Reopens: #263443.
  * Use gdbm instead of bdb for the cache files.
  * Enable sensible_browser_position patch.

debian/NEWS
debian/changelog
debian/control
debian/patches/features/sensible_browser_position [moved from debian/patches/not-applied/patch-1.5.8.hr.sensible_browser_position.3 with 60% similarity]
debian/patches/series
debian/rules

index 0e9aad5d9e83bdb8b07eb88ba59e3b7291897f24..1ed1c6d985237024a8020f0efcb141e7e1b5acfa 100644 (file)
@@ -1,3 +1,11 @@
+mutt (1.5.16-2) unstable; urgency=low
+
+  User-visible changes in this version:
+  * The gpgme crypt backend is not yet stable enough, disabled again.
+  * The imap_home_namespace variable was removed upstream.
+
+ -- Christoph Berg <myon@debian.org>  Thu, 28 Jun 2007 20:58:49 +0200
+
 mutt (1.5.14+cvs20070301-1) experimental; urgency=low
 
   We no longer unset write_bcc in /etc/Muttrc. If your MTA does not strip Bcc:
index a84039098d8d3ae3d9f5f3415e4e54aae7a17919..30e109f46ab0cf15c3f961138d063ca9bb4e5f3d 100644 (file)
@@ -1,3 +1,14 @@
+mutt (1.5.16-2) unstable; urgency=low
+
+  * Finally a new unstable version :)
+  * Disable gpgme backend again, it needs two "optional" libs we do not want
+    to pull into "standard" now, and it is still somewhat buggy.
+    Reopens: #263443.
+  * Use gdbm instead of bdb for the cache files.
+  * Enable sensible_browser_position patch.
+
+ -- Christoph Berg <myon@debian.org>  Thu, 28 Jun 2007 21:58:47 +0200
+
 mutt (1.5.16-1) experimental; urgency=low
 
   * New upstream version.
index 51f4122de4d7e4dc41a7515d510f6a2145c35646..b2dc7ae0ec8b981f0600cd85032c8dbb8d244fd0 100644 (file)
@@ -3,7 +3,7 @@ Section: mail
 Priority: standard
 Maintainer: Adeodato Simó <dato@net.com.org.es>
 Uploaders: Christoph Berg <myon@debian.org>
-Build-Depends: debhelper, quilt (>= 0.40-1), autotools-dev, gawk, gettext, xsltproc, docbook-xml, docbook-xsl, links, libncurses5-dev, libsasl2-dev, libgnutls-dev, libidn11-dev, zlib1g-dev, libncursesw5-dev, libdb4.4-dev, libgpgme11-dev
+Build-Depends: debhelper, quilt (>= 0.40-1), autotools-dev, gawk, gettext, xsltproc, docbook-xml, docbook-xsl, links, libncurses5-dev, libsasl2-dev, libgnutls-dev, libidn11-dev, zlib1g-dev, libncursesw5-dev, libgdbm-dev
 Standards-Version: 3.7.2
 XS-Vcs-Browser: http://hg.debian.org/hg/pkg-mutt/debian-mutt
 XS-Vcs-Hg: http://hg.debian.org/hg/pkg-mutt/debian-mutt
similarity index 60%
rename from debian/patches/not-applied/patch-1.5.8.hr.sensible_browser_position.3
rename to debian/patches/features/sensible_browser_position
index 271b81042f5ff94301dc1fe38a77bb354e0a4349..fd34e32bf536a9d51c3a744d31730a8912dea5fb 100644 (file)
@@ -1,8 +1,15 @@
-Anyway, here's patch-1.5.8.hr.sensible_browser_position.3:
+# vi: ft=diff
+This is the sensible browser position patch by Haakon Riiser.
 
---- mutt-1.5.8/menu.c.orig     2005-02-12 21:01:55.000000000 +0100
-+++ mutt-1.5.8/menu.c  2005-03-09 16:39:49.000000000 +0100
-@@ -841,8 +841,12 @@
+  * Found in: <20050309162127.GA5656@s>
+    http://lists.df7cb.de/mutt/message/20050309.162127.a244a894.en.html
+
+== END PATCH
+Index: debian-mutt/menu.c
+===================================================================
+--- debian-mutt.orig/menu.c    2007-03-24 18:45:30.000000000 +0100
++++ debian-mutt/menu.c 2007-06-28 21:48:47.000000000 +0200
+@@ -840,8 +840,12 @@ int menu_redraw (MUTTMENU *menu)
  
  int mutt_menuLoop (MUTTMENU *menu)
  {
@@ -15,7 +22,7 @@ Anyway, here's patch-1.5.8.hr.sensible_browser_position.3:
    FOREVER
    {
      if (option (OPTMENUCALLER))
-@@ -1068,6 +1072,8 @@
+@@ -1073,6 +1077,8 @@ int mutt_menuLoop (MUTTMENU *menu)
        break;
  
        default:
@@ -24,9 +31,11 @@ Anyway, here's patch-1.5.8.hr.sensible_browser_position.3:
        return (i);
      }
    }
---- mutt-1.5.8/browser.c.orig  2005-02-03 19:47:52.000000000 +0100
-+++ mutt-1.5.8/browser.c       2005-03-09 16:48:31.000000000 +0100
-@@ -54,6 +54,7 @@
+Index: debian-mutt/browser.c
+===================================================================
+--- debian-mutt.orig/browser.c 2007-06-28 21:41:27.000000000 +0200
++++ debian-mutt/browser.c      2007-06-28 21:48:47.000000000 +0200
+@@ -56,6 +56,7 @@ typedef struct folder_t
    int num;
  } FOLDER;
  
@@ -34,7 +43,7 @@ Anyway, here's patch-1.5.8.hr.sensible_browser_position.3:
  static char LastDir[_POSIX_PATH_MAX] = "";
  static char LastDirBackup[_POSIX_PATH_MAX] = "";
  
-@@ -498,19 +499,38 @@
+@@ -510,19 +511,38 @@ static void init_menu (struct browser_st
    menu->tagged = 0;
    
    if (buffy)
@@ -79,7 +88,7 @@ Anyway, here's patch-1.5.8.hr.sensible_browser_position.3:
    }
    menu->redraw = REDRAW_FULL;
  }
-@@ -685,7 +705,6 @@
+@@ -706,7 +726,6 @@ void _mutt_select_file (char *f, size_t 
  #endif
            )
          {
@@ -87,9 +96,11 @@ Anyway, here's patch-1.5.8.hr.sensible_browser_position.3:
  
            /* save the old directory */
            strfcpy (OldLastDir, LastDir, sizeof (OldLastDir));
---- mutt-1.5.8/mutt_menu.h.orig        2003-10-04 21:29:27.000000000 +0200
-+++ mutt-1.5.8/mutt_menu.h     2005-03-09 16:39:49.000000000 +0100
-@@ -46,6 +46,7 @@
+Index: debian-mutt/mutt_menu.h
+===================================================================
+--- debian-mutt.orig/mutt_menu.h       2007-03-20 20:42:04.000000000 +0100
++++ debian-mutt/mutt_menu.h    2007-06-28 21:48:47.000000000 +0200
+@@ -49,6 +49,7 @@ typedef struct menu_t
    int offset; /* which screen row to start the index */
    int pagelen;        /* number of entries per screen */
    int tagprefix;
@@ -97,4 +108,12 @@ Anyway, here's patch-1.5.8.hr.sensible_browser_position.3:
  
    /* Setting dialog != NULL overrides normal menu behaviour. 
     * In dialog mode menubar is hidden and prompt keys are checked before
-
+Index: debian-mutt/PATCHES
+===================================================================
+--- debian-mutt.orig/PATCHES   2007-06-28 21:49:06.000000000 +0200
++++ debian-mutt/PATCHES        2007-06-28 21:49:20.000000000 +0200
+@@ -4,3 +4,4 @@ patch-1.5.13.nt+ab.xtitles.4
+ patch-1.5.6.dw.maildir-mtime.1
+ patch-1.5.13.cd.ifdef.2
+ patch-1.5.16.rr.compressed.1
++patch-1.5.8.hr.sensible_browser_position.3
index a25d67e4e50f0c801e2ac2399dd33916d454d95c..07dcae70db94353bc55ca2bb5d9cdcb7c4a16255 100644 (file)
@@ -15,6 +15,7 @@ features/maildir-mtime
 features/xtitles
 features/trash-folder
 features/purge-message
+features/sensible_browser_position
 features-old/patch-1.5.4.vk.pgp_verbose_mime
 
 # Debian config
index a8f85b40cd70f96f223a8e502abcafa3c4d402c1..0deaca25ad57ace98cc3ee3040ac641e6cdd15cf 100755 (executable)
@@ -3,14 +3,20 @@
 include /usr/share/quilt/quilt.make
 
 ###
-# Uncomment one of these if you're rebuilding using them instead of libdb4.X
-# HCACHE_DB := gdbm
+# header cache backend
+# HCACHE_DB := bdb
+HCACHE_DB := gdbm
 # HCACHE_DB := qdbm
 ###
+# GPGME backend
+# GPGME := --enable-gpgme
+###
 
 # Configure arguments
 
-hcache_db := --without-gdbm --without-qdbm
+ifeq ($(HCACHE_DB),bdb)
+    hcache_db := --without-gdbm --without-qdbm
+endif
 ifeq ($(HCACHE_DB),gdbm)
     hcache_db := --without-qdbm --without-bdb
 endif
@@ -31,7 +37,7 @@ confflags =   --prefix=/usr                   \
                --enable-debug                  \
                --enable-fcntl                  \
                --enable-hcache                 \
-               --enable-gpgme                  \
+               $(GPGME)                        \
                --enable-imap                   \
                --enable-smtp                   \
                --enable-inodesort              \