debian/0000755000000000000000000000000012260051361007162 5ustar debian/copyright0000644000000000000000000000177412260051351011125 0ustar This package was debianized by Sebastien Delafond on Mon, 15 Jul 2013 14:46:01 +0200 It was downloaded from http://orgmode.org Upstream author: Carsten Dominik Copyright: org-mode's documentation: ========================= Copyright (C) 2004-2013 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with the Front-Cover texts being "A GNU Manual," and with the Back-Cover Texts as in (a) below. A copy of the license is included in the section entitled "GNU Free Documentation License." (a) The FSF's Back-Cover Text is: "You have the freedom to copy and modify this GNU manual." On Debian systems, the complete text of the GNU Free Documentation License can be found in ‘/usr/share/common-licenses/GFDL’. debian/control0000644000000000000000000000250112260051351010562 0ustar Source: org-mode-doc Section: non-free/doc Priority: optional Maintainer: Sebastien Delafond Build-Depends: debhelper (>= 6) Build-Depends-Indep: texinfo, texlive-latex-base Standards-Version: 3.9.4 Homepage: http://orgmode.org Package: org-mode-doc Architecture: all Depends: ${misc:Depends} Suggests: org-mode Breaks: org-mode (<< 8.0.7-1) Description: keep notes, maintain ToDo lists, and do project planning in emacs Org-mode is a mode for keeping notes, maintaining ToDo lists, and doing project planning with a fast and effective plain-text system. . Org-mode develops organizational tasks around NOTES files that contain information about projects as plain text. Org-mode is implemented on top of outline-mode, which makes it possible to keep the content of large files well structured. Visibility cycling and structure editing help to work with the tree. Tables are easily created with a built-in table editor. Org-mode supports ToDo items, deadlines, time stamps, and scheduling. It dynamically compiles entries into an agenda. Plain text URL-like links connect to websites, emails, Usenet messages, BBDB entries, and any files related to the projects. For printing and sharing of notes, an Org-mode file can be exported as a structured ASCII file, HTML, and LaTeX. . This is the documentation package debian/changelog0000644000000000000000000000217312260051355011042 0ustar org-mode-doc (8.2.4-1) unstable; urgency=low * New upstream release -- Sebastien Delafond Sun, 29 Dec 2013 17:50:53 +0100 org-mode-doc (8.2.1-1) unstable; urgency=low * New upstream release -- Sebastien Delafond Sun, 27 Oct 2013 17:16:57 +0100 org-mode-doc (8.0.7-2) unstable; urgency=low * Breaks: org-mode (<< 8.0.7-1) (Closes: #720048) -- Sebastien Delafond Wed, 21 Aug 2013 11:39:16 +0200 org-mode-doc (8.0.7-1) unstable; urgency=low * New upstream release * Explicitely point to GFDL in debian/copyright * Lintian fixes -- Sebastien Delafond Sun, 11 Aug 2013 16:30:18 +0200 org-mode-doc (8.0.6-2) unstable; urgency=low * Proper copyright notice * Quickly mention that this package is closing the original RC bug filed against org-mode for non-free documentation (#709494) -- Sebastien Delafond Tue, 16 Jul 2013 10:49:43 +0200 org-mode-doc (8.0.6-1) unstable; urgency=low * First release * New version of the manual (Closes: #691892) -- Sebastien Delafond Mon, 15 Jul 2013 14:15:22 +0200 debian/doc-base0000644000000000000000000000037512260051351010566 0ustar Document: org-mode Title: Org Manual Abstract: This manual describes what org-mode is, and how to use it Section: Editors Format: PDF Files: /usr/share/doc/org-mode-doc/*.pdf.gz Format: info Index: /usr/share/info/org.gz Files: /usr/share/info/org.gz debian/watch0000644000000000000000000000020512260051351010207 0ustar # format version number, currently 3; this line is compulsory! version=3 http://orgmode.org/ \ org-(\d.+)\.tar\.gz debian uupdate debian/source/0000755000000000000000000000000012260051351010461 5ustar debian/source/format0000644000000000000000000000001412260051351011667 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212260051351010357 0ustar 6 debian/rules0000755000000000000000000000234112260051351010241 0ustar #! /usr/bin/make -f DOC_TMP_FILES := doc/org.aux doc/org.cp doc/org.cps doc/org.fn \ doc/org.fns doc/org.ky doc/org.kys \ doc/org.log doc/org.pg doc/org.toc doc/org.tp DOC_FILES := doc/*pdf doc/*html clean: dh_testdir dh_testroot dh_clean rm -f $(DOC_FILES) $(DOC_TMP_FILES) local.mk build build-indep build-arch: install: build dh_testdir dh_testroot dh_clean -k dh_installdirs make doc rm -f $(DOC_TMP_FILES) # find $(CURDIR)/debian/org-mode-doc/usr/share/org-mode/ -type f -exec chmod 644 "{}" \; # find $(CURDIR)/debian/org-mode-doc/usr/share/emacs/site-lisp/org-mode -type f -exec chmod 644 "{}" \; # find $(CURDIR)/debian/org-mode-doc/usr/share/org-mode/ -name .DS_Store -exec rm -f "{}" \; # find $(CURDIR)/debian/org-mode-doc/usr/share/org-mode/ -name .gitignore -exec rm -f "{}" \; binary-indep: install dh_testdir dh_testroot dh_installchangelogs dh_installdocs doc/* rm -f $(CURDIR)/debian/org-mode-doc/usr/share/doc/org-mode-doc/*texi* dh_installemacsen -v dh_fixperms dh_installinfo doc/org dh_compress dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary-arch: build-arch binary: binary-indep binary-arch .PHONY: build clean build-indep build-arch binary binary-indep binary-arch