1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: muse-el
Section: lisp
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Nicholas D Steeves <nsteeves@gmail.com>
Build-Depends: debhelper (>= 11), dh-elpa
Build-Depends-Indep: texinfo
, texlive
, texlive-latex-extra
, emacs25-nox
Standards-Version: 4.1.3
Homepage: https://www.gnu.org/software/emacs-muse/index.html
Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/muse-el.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/muse-el.git/
Package: elpa-muse
Architecture: all
Depends: ${misc:Depends}
, ${elpa:Depends}
, elpa-htmlize
# ^ elpa-htmlize needed for emacsen-common postinst to
# successfully bytecompile htmlize-hack.el
Recommends: emacs (>= 46.0)
, doc-base
, texlive-latex-base
Enhances: emacs
, emacs25
Breaks: muse-el (<< 3.20+dfsg-1)
Replaces: muse-el (<< 3.20+dfsg-1)
Description: Author and publish projects using Wiki-like markup
Emacs Muse is an authoring and publishing environment for Emacs. It
simplifies the process of writings documents and publishing them to
various output formats, such as DocBook, LaTeX, (X)HTML, TexInfo, and
PDF. It can even produce content suitable for blogging, such as
Blosxom-style .txt files and RDF or RSS 2.0 feeds, using the
muse-blosxom and muse-journal modules.
.
Muse consists of two main parts: an enhanced text-mode for authoring
documents and navigating within Muse projects, and a set of publishing
styles for generating different kinds of output.
Package: muse-el
Architecture: all
Depends: ${misc:Depends}, elpa-muse
Description: Transition Package, muse-el to elpa-muse
The Muse emacs addon has been elpafied. This dummy package
helps ease the transition from muse-el to elpa-muse and
is safe to remove.
|