summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
00c2c80)
* hurd-i386 fixes:
+ Use libgdbm-dev for this arch until libtokyocabinet-dev is available.
+mutt (1.5.20-9~unrel) UNRELEASED; urgency=low
+
+ * hurd-i386 fixes:
+ + Use libgdbm-dev for this arch until libtokyocabinet-dev is available.
+
+ -- Christoph Berg <myon@debian.org> Sun, 06 Jun 2010 12:58:59 +0200
+
mutt (1.5.20-8) unstable; urgency=low
* debian/control:
mutt (1.5.20-8) unstable; urgency=low
* debian/control:
Maintainer: Antonio Radici <antonio@dyne.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: automake, debhelper (>> 7), docbook-xml, docbook-xsl,
Maintainer: Antonio Radici <antonio@dyne.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: automake, debhelper (>> 7), docbook-xml, docbook-xsl,
- elinks-lite | elinks, gawk, gettext, libtokyocabinet-dev, libgnutls-dev,
+ elinks-lite | elinks, gawk, gettext, libgnutls-dev,
libgpgme11-dev, libidn11-dev, libkrb5-dev, libncurses5-dev, libncursesw5-dev,
libgpgme11-dev, libidn11-dev, libkrb5-dev, libncurses5-dev, libncursesw5-dev,
- libsasl2-dev, pkg-config, quilt, xsltproc, zlib1g-dev
+ libsasl2-dev, pkg-config, quilt, xsltproc, zlib1g-dev,
+ libtokyocabinet-dev [!hurd-i386], libgdbm-dev [hurd-i386]
Standards-Version: 3.8.4
Vcs-Git: git://git.debian.org/git/pkg-mutt/mutt.git
Vcs-Browser: http://git.debian.org/?p=pkg-mutt/mutt.git
Standards-Version: 3.8.4
Vcs-Git: git://git.debian.org/git/pkg-mutt/mutt.git
Vcs-Browser: http://git.debian.org/?p=pkg-mutt/mutt.git
+++ /dev/null
-#!/usr/bin/perl -wi
-
-use strict;
-
-my ($PATCHES, @patches);
-while (<>) {
- if (/^(---|Index:|diff) .*PATCHES/) {
- $PATCHES = 1;
- } elsif (/^(-|Index|diff)/) { # next patch
- $PATCHES = 0;
- print;
- } elsif ($PATCHES) {
- next if /^(===|\+\+\+|@@)/; # patch header
- next if /^ /; # context
- push @patches, $_;
- } else {
- print;
- }
- if (eof) {
- if (@patches) {
- print "--- a/PATCHES\n";
- print "+++ b/PATCHES\n";
- print "@@ -0,0 +" . scalar (@patches) . " @@\n";
- print @patches;
- }
- @patches = ();
- $PATCHES = 0;
- }
-}
-
endif
ifeq ($(HCACHE_DB),tokyocabinet)
hcache_db := --without-gdbm --without-bdb --without-qdbm
endif
ifeq ($(HCACHE_DB),tokyocabinet)
hcache_db := --without-gdbm --without-bdb --without-qdbm
+ ifeq ($(shell dpkg --print-architecture),hurd-i386)
+ hcache_db := --without-bdb --without-qdbm
+ endif
endif
confflags = --prefix=/usr \
endif
confflags = --prefix=/usr \