debian/0000755000000000000000000000000011635362157007177 5ustar debian/bhl.emacsen-startup0000644000000000000000000000013711635353240012773 0ustar (autoload 'bhl-mode "bhl" "BHL Mode" t) (add-to-list 'auto-mode-alist '("\\.bhl$" . bhl-mode)) debian/control0000644000000000000000000000144211635361404010575 0ustar Source: bhl Section: editors Priority: optional Maintainer: Debian QA Group Build-Depends: debhelper (>> 7), texinfo Standards-Version: 3.9.2 Package: bhl Architecture: all Depends: emacs23 | emacsen, ${misc:Depends} Description: Emacs mode for converting annotated text to HTML and LaTeX BHL is an Emacs mode that enables you to convert text files into HTML, LaTeX and SGML files. . In order to convert TXT files into other formats, you need to use some syntactical elements. The purpose of this mode is to use the most invisible and convenient syntax. Invisible syntax means that the source file must be as readable as possible (like any TXT file must be). Convenient syntax means that the syntax must fit user's habits. . A more modern alternative is org-mode. debian/compat0000644000000000000000000000000211635354370010373 0ustar 7 debian/rules0000755000000000000000000000117211635354711010255 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 build: build-arch build-indep build-arch: build-indep: build-stamp build-stamp: dh_testdir $(MAKE) info touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp bhl.info* dh_clean binary-arch: binary-indep: build-stamp dh_testdir dh_testroot dh_prep dh_installdirs dh_install dh_installdocs README dh_installemacsen dh_installinfo bhl.info* dh_installchangelogs ChangeLog dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build-arch build-indep build clean binary-indep binary-arch binary debian/watch0000644000000000000000000000030511635362157010226 0ustar # see uscan(1) for format # this package seems now only available on www.archive.org # (including some newer package, search for # http://cognition.ens.fr/~guerry/bhl/download on www.archive.org) debian/source/0000755000000000000000000000000011635353653010500 5ustar debian/source/format0000644000000000000000000000001411635353653011706 0ustar 3.0 (quilt) debian/bhl.emacsen-install0000644000000000000000000000076311635353240012744 0ustar #!/bin/sh # /usr/lib/emacsen-common/packages/install/bhl set -e FLAVOR=$1 echo install/bhl: Handling install of emacsen flavor ${FLAVOR} byte_compile_options="-batch -f batch-byte-compile" el_dir=/usr/share/emacs/site-lisp/ elc_dir=/usr/share/${FLAVOR}/site-lisp/ if [ ${FLAVOR} != emacs -a ${FLAVOR} != emacs20 ] then echo install/bhl: byte-compiling for ${FLAVOR} cp ${el_dir}bhl.el ${elc_dir} cd ${elc_dir} && ${FLAVOR} ${byte_compile_options} bhl.el rm ${elc_dir}bhl.el fi exit 0 debian/copyright0000644000000000000000000000201411635356435011131 0ustar This package was debianized by Mario Lang . It was downloaded from http://bhl.mode.free.fr/bhl.tar.gz Upstream Author: Bastien Guerry Copyright: Copyright (C) 2002 2003 Bastien Guerry This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. The file bhl.texi is licensed: Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation. (and no back or cover text or invariant sections mentioned) On Debian systems, the complete text of the GNU 'Free' Documentation License can be found in `/usr/share/common-licenses/GFDL-1.2'. debian/changelog0000644000000000000000000000331711635361416011052 0ustar bhl (1.7.3-2) unstable; urgency=low * QA upload, setting maintainer to qa team * set source format to "3.0 (quilt)" * add ${misc:Depends} * rebuilt should solve all texinfo problems (Closes: 181680) * switch to debhelper compat level 7 * build _all package in binary-indep * support build-arch, build-indep * make description more easy to understand (Closes: 287055) * bump Standards-Version * mention bhl.texi's GFDL in debian/copyright * mention org-mode in description -- Bernhard R. Link Sun, 18 Sep 2011 14:24:40 +0200 bhl (1.7.3-1) unstable; urgency=low * New upstream release (Closes: #303112) -- Mario Lang Wed, 6 Apr 2005 11:47:53 +0200 bhl (1.7.0a-1) unstable; urgency=low * New upstream release. -- Mario Lang Mon, 4 Aug 2003 10:50:10 +0200 bhl (1.6.1a-1) unstable; urgency=low * New upstream version * Now byte-compile for XEmacs21 too (Closes: #180638) -- Mario Lang Wed, 21 May 2003 22:54:16 +0200 bhl (1.6-1) unstable; urgency=low * New upstream release -- Mario Lang Tue, 25 Mar 2003 13:37:33 +0100 bhl (1.4.2-1) unstable; urgency=low * New upstream version -- Mario Lang Thu, 20 Feb 2003 22:19:20 +0100 bhl (1.4.1-1) unstable; urgency=low * New upstream version * Fix emacs20 compatibility issues (Closes: Bug#180437) -- Mario Lang Thu, 20 Feb 2003 15:52:30 +0100 bhl (1.3.3-2) unstable; urgency=low * Fix Build-depends -- Mario Lang Wed, 9 Feb 2003 12:20:11 +0100 bhl (1.3.3-1) unstable; urgency=low * Initial release -- Mario Lang Wed, 29 Jan 2003 18:53:47 +0100 debian/bhl.emacsen-remove0000644000000000000000000000034211635353240012564 0ustar #!/bin/sh # /usr/lib/emacsen-common/packages/remove/bhl set -e FLAVOR=$1 echo remove/bhl: Handling removal of emacsen flavor ${FLAVOR} if [ ${FLAVOR} != emacs ] then rm -f /usr/share/${FLAVOR}/site-lisp/bhl.elc fi exit 0; debian/install0000644000000000000000000000004311635353240010556 0ustar bhl.el usr/share/emacs/site-lisp/