~ubuntu-branches/ubuntu/precise/vm/precise

« back to all changes in this revision

Viewing changes to debian/local.mk

  • Committer: Bazaar Package Importer
  • Author(s): Manoj Srivastava, b68c89b, 580b1fe, 5007800, f6416fc
  • Date: 2008-11-06 23:16:48 UTC
  • mfrom: (1.2.1 upstream) (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20081106231648-h09vsc03h6jrgymw
* New upstream release
  [b68c89b] Merge branches 'upstream', 'topic--debian' and 'topic--base64'
  [580b1fe] Merge branch 'upstream' into topic--debian
  [5007800] Merge branch 'upstream' into topic--base64
  [f6416fc] Imported vm-8.0.12
  IMPROVEMENTS:
  + Display version info when calling `vm-version' interactively.
    (Thanks to Ulrich Mueller)
  + Yanking of messages uses the same MIME decoding as the presentation
    now.  See the new variable `vm-mime-yank-attachments' to configure if
    attachments are also yanked.
  + `u-vm-color.el' is bundled and maintained with VM now.  Ulf Jasper
     handed it over to me as he switched to Gnus.
  BUGFIXES:
  + Detect w3 by using `locate-library' instead of checking for a bound
    `w3-about'. (Thanks to Klaus Straubinger)
  + vm.revno.el was not installed anymore b "make install".  (Thanks to
    Ulrich Mueller for reporting)
  + Insert `emacs-version' instead of creating wrong version string for
    XEmacs, i.e. the patch level was the major version. (Thanks to Stephen
    Turnbull)
  + Correctly locate the data directory for the pixmaps when running as a
    XEmacs package.
  + Check for some MIME character sets that may be available in recent
    XEmacs.  (Thanks to Aidan Kehoe for the patch)
  + Some documentation fixes. (Thanks to Michael Ernst for the patches)
  + Fixed infinite loop in vm-mime-encode-words on XEmacs  21.5-b28.
    (Thanks to Aidan Kehoe for the patch)
  + Detect "score" (additionally to "hits") in "X-Spam-Status:" headers in
    `vm-su-spam-score-aux'. (Patch from Michael Ernst)
  + Typo fix in vm-pcrisis.texinfo. (Patch from Michael Ernst)
  + Header encoding was BASE64 instead of QP by default and it was not
    encoding whole words, but only the 8bit chars instead. (Thanks to Ulrich
    Mueller for reporting)
  + MIME text parts interleaved by attachments are now correctly yanked,
    e.g. when replying to a message.
  + Limit the buffer-name length and sanitize the used characters. (Thanks
    to Mark Diekhans for reporting)
  + Do not fail on corrupted address headers.  (Reported by John Covici)
  + Fixed GTK detection and toolbar handling for newer Emacs 22 versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
debian/stamp/conf/vm:
54
54
        $(checkdir)
55
55
        $(REASON)
56
 
        @test -d debian/stamp/conf || mkdir debian/stamp/conf
 
56
        @test -d debian/stamp/conf || mkdir -p debian/stamp/conf
57
57
        ac_cv_lib_util_getloadavg=no ./configure                \
58
58
             --verbose --prefix=$(PREFIX) --mandir=$(P_MANDIR)  \
59
59
              --infodir=$(P_INFODIR) --sysconfdir=/etc          \
65
65
                                qp-decode.c qp-encode.c
66
66
        $(checkdir)
67
67
        $(REASON)
68
 
        @test -d debian/stamp/build || mkdir debian/stamp/build
 
68
        @test -d debian/stamp/build || mkdir -p debian/stamp/build
69
69
        $(MAKE) -C src
70
70
        dpkg -l gcc perl dpkg 'libc*' binutils make dpkg-dev |\
71
71
            awk '$$1 == "ii" { printf("%s-%s\n", $$2, $$3) }' > \
76
76
debian/stamp/build/vm: 
77
77
        $(checkdir)
78
78
        $(REASON)
79
 
        @test -d debian/stamp/build || mkdir debian/stamp/build
 
79
        @test -d debian/stamp/build || mkdir -p debian/stamp/build
80
80
        $(MAKE) -C info
81
 
        test -d debian/html || mkdir debian/html
 
81
        test -d debian/html || mkdir -p debian/html
82
82
        (cd debian/html; \
83
83
         texi2html -doctype html2 -expandinfo -glossary -menu \
84
84
                   -split_chapter -o . -verbose  ../../info/vm.texinfo)
89
89
        $(REASON)
90
90
        $(checkdir)
91
91
        $(TESTROOT)
92
 
        @test -d debian/stamp/install || mkdir debian/stamp/install
 
92
        @test -d debian/stamp/install || mkdir -p debian/stamp/install
93
93
        rm -rf $(TMPTOP)   $(TMPTOP).deb
94
94
        $(make_directory)  $(BINDIR)
95
95
        $(make_directory)  $(MAN1DIR)
116
116
        $(REASON)
117
117
        $(checkdir)
118
118
        $(TESTROOT)
119
 
        @test -d debian/stamp/install || mkdir debian/stamp/install
 
119
        @test -d debian/stamp/install || mkdir -p debian/stamp/install
120
120
        rm -rf $(TMPTOP)   $(TMPTOP).deb
121
121
        $(make_directory)  $(INFODIR)
122
122
        $(make_directory)  $(LISPDIR)
163
163
        $(checkdir)
164
164
        $(REASON)
165
165
        $(TESTROOT)
166
 
        @test -d debian/stamp/binary || mkdir debian/stamp/binary
 
166
        @test -d debian/stamp/binary || mkdir -p debian/stamp/binary
167
167
        $(make_directory)  $(TMPTOP)/DEBIAN
168
168
        dpkg-shlibdeps     base64-decode base64-encode qp-decode qp-encode
169
169
        dpkg-gencontrol    -c$(CONTROL_FILE) -p$(package) -isp -P$(TMPTOP)
178
178
        $(REASON)
179
179
        $(checkdir)
180
180
        $(TESTROOT)
181
 
        @test -d debian/stamp/binary || mkdir debian/stamp/binary
 
181
        @test -d debian/stamp/binary || mkdir -p debian/stamp/binary
182
182
        $(make_directory)  $(TMPTOP)/DEBIAN
183
183
        $(install_program) debian/postinst       $(TMPTOP)/DEBIAN/postinst
184
184
        $(install_program) debian/prerm          $(TMPTOP)/DEBIAN/prerm