~ubuntu-branches/ubuntu/precise/mutt/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg, Adeodato Simó, Christoph Berg
  • Date: 2007-11-03 23:00:04 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071103230004-43e36pnhub87junc
Tags: 1.5.17-1
[ Adeodato Simó ]
* Move the packaging back to Bazaar, adjust X-VCS-* accordingly.

[ Christoph Berg ]
* Mention libsasl2-modules-gssapi-mit in README.Debian. (Closes: #433425)
* Call autoreconf at build time, drop the autotools-update patch.
* Update menu file, add lintian override file.
* Refresh patches.

* New upstream version:
  + fix segfaults with single byte 8-bit characters in index_format.
    (Closes: #420598, Mutt: #2882)
  + properly render subject headers with encoded linefeeds.
    (Closes: #264014, Mutt: #1810)
  + only calls gnutls_error_is_fatal when gnutls_record_recv returns a
    negative value. (Closes: #439775, Mutt: #2954)
  + Large file support for mutt_pretty_size().
    (Closes: #352478, #416555, Mutt: #2191)
  + Do not consider empty pipes for filtering in format strings.
    (Closes: #447340)

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
$(objdir)/configure-stamp: $(QUILT_STAMPFN)
76
76
        dh_testdir
77
77
        
78
 
        #ln -sf /usr/share/misc/config.sub .
79
 
        #ln -sf /usr/share/misc/config.guess .
80
 
        
81
 
        # do not rebuild these files
82
 
        touch configure.ac aclocal.m4 Makefile.in configure config.h.in
83
 
        
 
78
        autoreconf --install --include=m4
84
79
        -mkdir $(objdir)
85
80
        cd $(objdir) && \
86
81
        env CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" \
132
127
        dh_installdocs
133
128
        dh_installexamples
134
129
        dh_installchangelogs ChangeLog
 
130
        install -m644 debian/mutt.lintian $(CURDIR)/debian/mutt/usr/share/lintian/overrides/mutt
135
131
        
136
132
        dh_link
137
133
        dh_strip
152
148
        
153
149
        # please dpkg-source
154
150
        rm -f po/*.gmo
155
 
        #rm -f config.guess config.sub
156
151
        touch PATCHES
157
152
        
158
153
        # remove build tree
159
154
        rm -rf $(objdir)
160
155
        
 
156
        # remove autotool-generated files so they don't show up in the diff.gz
 
157
        rm -f configure config.h.in
 
158
        rm -f Makefile.in contrib/Makefile.in imap/Makefile.in doc/Makefile.in m4/Makefile.in
 
159
        
 
160
        # clean PATCHES hunks (blame quilt refresh)
 
161
        for p in `grep -rl PATCHES debian/patches` ; do perl -wi debian/fix-PATCHES.pl $$p ; done
 
162
        
161
163
        dh_clean
162
164
 
163
165
.PHONY: configure build build-arch build-indep clean install binary binary-arch binary-indep patch