~ubuntu-branches/ubuntu/karmic/muse-el/karmic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Michael W. Olson (GNU address)
  • Date: 2006-10-10 21:44:42 UTC
  • mfrom: (1.1.2 upstream) (3.1.1 edgy)
  • Revision ID: james.westby@ubuntu.com-20061010214442-dwhmmh43pp8oqi4f
Tags: 3.02.8-1
* New upstream release.
* Bug fix: "muse-el: Can not activate planner-mode on Emacs 22", thanks
  to intrigeri (Closes: #391408).
* Bug fix: "muse-el: muse-http.el is not functional", thanks to Junichi
  Uekawa (Closes: #357949).
* control (Build-Depends): New field which contains debhelper
  dependency.
  (Standards-Version): Bump to 3.7.2.
* debian/emacsen-install: Compile files in contrib directory in addition
  to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
* debian/emacsen-startup: Add contrib directory to load-path.
* debian/emacsen-remove: Fix comment.
* debian/compat: New file that sets the debhelper compatibility level to
  4.
* debian/rules: Remove DH_COMPAT line.  Thanks to Romain Francoise for
  the suggestion.
* debian/NEWS: Rename from NEWS.Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
DOCDIR  = /usr/share/doc/${PACKAGE}
13
13
LISPDIR = /usr/share/emacs/site-lisp/${PACKAGE}
14
14
 
15
 
# This is the debhelper compatibility version to use.
16
 
export DH_COMPAT=4
17
 
 
18
15
configure: configure-stamp
19
16
configure-stamp:
20
17
        dh_testdir
28
25
        makeinfo muse.texi
29
26
        makeinfo --html --output=html muse.texi
30
27
        # Add here commands to compile the package.
 
28
        $(MAKE) autoloads
31
29
        $(MAKE) examples
32
30
        #/usr/bin/docbook-to-man debian/muse.sgml > muse.1
33
31
 
38
36
        dh_testroot
39
37
        rm -f build-stamp configure-stamp
40
38
        # Add here commands to clean up after the build process.
41
 
        -$(MAKE) realclean
 
39
        -$(MAKE) distclean
42
40
 
43
41
        dh_clean
44
42
 
57
55
 
58
56
        # Other documentation
59
57
        install -m 0644 AUTHORS ${PKGDIR}${DOCDIR}/AUTHORS
60
 
        install -m 0644 debian/NEWS ${PKGDIR}${DOCDIR}/NEWS.Debian
 
58
        install -m 0644 NEWS ${PKGDIR}${DOCDIR}/NEWS
61
59
        install -m 0644 README ${PKGDIR}${DOCDIR}/README
62
60
        install -m 0644 ChangeLog ${PKGDIR}${DOCDIR}/changelog
63
61
        cat ChangeLog.2004 >> ${PKGDIR}${DOCDIR}/changelog