--- remember-el-1.9.orig/debian/rules
+++ remember-el-1.9/debian/rules
@@ -0,0 +1,64 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PACKAGE = remember-el
+PKGDIR = debian/${PACKAGE}
+DOCDIR = /usr/share/doc/${PACKAGE}
+LISPDIR = /usr/share/emacs/site-lisp/${PACKAGE}
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+ touch configure-stamp
+
+build: build-stamp
+
+build-stamp: configure-stamp
+ dh_testdir
+ $(MAKE) autoloads
+ makeinfo remember-el.texi
+ texi2html remember-el.texi
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+ -$(MAKE) distclean
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+ install -d $(PKGDIR)$(LISPDIR)
+ install -d ${PKGDIR}${DOCDIR}
+ install -m 644 *.el $(PKGDIR)$(LISPDIR)
+ install -m 0644 ChangeLog ${PKGDIR}${DOCDIR}/changelog
+ cat ChangeLog.1 >> ${PKGDIR}${DOCDIR}/changelog
+
+# Build architecture-independent files here.
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_installinfo remember-el.info
+ dh_installemacsen --priority=52
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
+
--- remember-el-1.9.orig/debian/control
+++ remember-el-1.9/debian/control
@@ -0,0 +1,20 @@
+Source: remember-el
+Section: misc
+Priority: optional
+Maintainer: Sandra Jean Chua (Sacha) <sacha@free.net.ph>
+Uploaders: Michael W. Olson (GNU address) <mwolson@gnu.org>
+Build-Depends: debhelper (>> 4.0.0)
+Build-Depends-Indep: debhelper (>= 4.0.0), emacs | emacsen, texinfo (>= 4.2), texi2html
+Standards-Version: 3.7.2
+
+Package: remember-el
+Architecture: all
+Depends: emacs22 | emacs21 | xemacs21 | emacsen, emacsen-common (>= 1.4.14)
+Suggests: planner-el (>= 3.28), emacs-wiki, bbdb, blosxom
+Description: remember text within Emacs
+ This package simplifies writing short notes in Emacs. It can
+ automatically timestamp and store text typed in a convenient buffer,
+ allowing you to use Emacs as a journal. Entries can be hyperlinked to
+ the buffer they were created in.
+ .
+ http://www.emacswiki.org/cgi-bin/wiki/RememberMode has more details.
--- remember-el-1.9.orig/debian/README.Debian
+++ remember-el-1.9/debian/README.Debian
@@ -0,0 +1,35 @@
+remember-el for Debian
+----------------------
+
+ remember.el extends Emacs to make it easier to write down random bits
+ of information. M-x remember pops up a buffer and C-c C-c saves the
+ information.
+
+ remember.el supports saving to:
+
+ - plain text
+ - bibl-mode
+ - mailbox
+ - planner-mode (See the planner-el package.)
+
+ It works particularly well with planner-el. If your favorite mode is
+ not supported, send me a note and we'll figure out how to put it in.
+
+ remember.el can be found at
+ project page: https://gna.org/projects/remember-el
+ website : http://www.emacswiki.org/cgi-bin/wiki/RememberMode
+
+ You can get it using the Arch version control system with the following
+ commands.
+
+ tla register-archive -f http://arch.gna.org/remember-el/archive/
+ tla get remember-el@arch.gna.org/remember--main--0 remember
+
+ If you need help with remember.el, e-mail sacha@free.net.ph
+ (maintainer) or remember-el-discuss@gna.org.
+
+ If you would like to help develop remember.el, follow the
+ instructions at http://mwolson.org/projects/DevelopingWithGna.html.
+ We'd be glad to have your help.
+
+ -- Michael W. Olson (GNU address) <mwolson@gnu.org>, Sat, 12 Aug 2006 16:42:19 -0400
--- remember-el-1.9.orig/debian/copyright
+++ remember-el-1.9/debian/copyright
@@ -0,0 +1,32 @@
+This package was debianized by Sandra Jean Chua <sacha@free.net.ph> on
+Tue, 25 May 2004 16:06:15 +0800.
+
+It was downloaded from: http://download.gna.org/remember-el/
+
+Upstream Author: John Wiegley <johnw@gnu.org>
+Upstream Maintainer: Sacha Chua <sacha@free.net.ph>
+
+Copyright:
+
+Copyright (C) 1999, 2000, 2001 John Wiegley
+Copyright (C) 2003, 2004, 2005, 2006 Sandra Jean Chua
+Copyright (C) 2004 Gary V. Vaughan
+Copyright (C) 2004 Hoan Ton-That
+
+ This package 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.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA,
+ 02110-1301, USA.
+
+On Debian systems, the complete text of the GNU General Public
+License can be found in the file `/usr/share/common-licenses/GPL'.
--- remember-el-1.9.orig/debian/emacsen-startup
+++ remember-el-1.9/debian/emacsen-startup
@@ -0,0 +1,17 @@
+;; -*-emacs-lisp-*-
+;;
+;; Emacs startup file for the Debian remember-el package
+;;
+;; Originally contributed by Nils Naumann <naumann@unileoben.ac.at>
+;; Modified by Dirk Eddelbuettel <edd@debian.org>
+;; Adapted for dh-make by Jim Van Zandt <jrv@vanzandt.mv.com>
+
+;; The remember-el package follows the Debian/GNU Linux 'emacsen' policy and
+;; byte-compiles its elisp files for each 'emacs flavor' (emacs19,
+;; xemacs19, emacs20, xemacs20...). The compiled code is then
+;; installed in a subdirectory of the respective site-lisp directory.
+;; We have to add this to the load-path:
+(when (fboundp 'debian-pkg-add-load-path-item)
+ (debian-pkg-add-load-path-item "/usr/share/emacs/site-lisp/remember-el"))
+
+(load "remember-autoloads.el")
--- remember-el-1.9.orig/debian/remember-el.docs
+++ remember-el-1.9/debian/remember-el.docs
@@ -0,0 +1 @@
+remember-el.html
--- remember-el-1.9.orig/debian/changelog
+++ remember-el-1.9/debian/changelog
@@ -0,0 +1,135 @@
+remember-el (1.9-1.1) unstable; urgency=low
+
+ * NMU.
+ * debian/control:
+ + Build-depend on emacs | emacsen, emacs21 is no longer in unstable
+ and any flavor will work equally well for the build (closes: #543126).
+ + Make emacs22 the primary flavor in Depends (remember.el is included
+ in Emacs 23.1 so it's not useful with emacs23).
+
+ -- Romain Francoise <rfrancoise@debian.org> Thu, 10 Sep 2009 22:29:07 +0200
+
+remember-el (1.9-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/README.Debian: Update for new website and mailing list.
+ * debian/control:
+ - Standards-Version: Bump to 3.7.2.
+ - Build-Depends: Add debhelper.
+ - Build-Depends-Indep: Add emacs.
+ - Update URL.
+ * debian/copyright: Update.
+ * debian/emacsen-startup: Use generated autoloads file.
+ * debian/remember-el.docs: Documentation is now in remember-el.html.
+ * debian/rules: Install changelog explicitly.
+
+ -- Michael W. Olson (GNU address) <mwolson@gnu.org> Sat, 12 Aug 2006 17:05:36 -0400
+
+remember-el (1.6-1) unstable; urgency=low
+
+ * New upstream release stable/16 syncs with dev/29.
+ * dev/26,27: Docfix: remember-planner-page, PlannerMode.
+ * dev/28: Fix remember-planner-page customization.
+ * dev/29: Work with planner-multi.
+
+ -- Sandra Jean Chua (Sacha) <sacha@free.net.ph> Mon, 4 Apr 2005 02:10:06 +0800
+
+remember-el (1.5-5) unstable; urgency=low
+
+ * debian/emacsen-startup: Use source directory file. Thanks to Peter
+ McArthur for pointing this out.
+
+ -- Sandra Jean Chua (Sacha) <sacha@free.net.ph> Thu, 17 Feb 2005 09:50:17 +0900
+
+remember-el (1.5-4) unstable; urgency=low
+
+ * debian/control: Add texi2html to the build dependencies.
+
+ -- Sandra Jean Chua (Sacha) <sacha@free.net.ph> Wed, 16 Feb 2005 10:35:47 +0900
+
+remember-el (1.5-3) unstable; urgency=low
+
+ * Fix package based on feedback from Romain Francoise:
+ * Remove debian/install file.
+ * Suggest bbdb and blosxom.
+ * Remove info file from Debian diff.
+ * Make sure there's a newline character at the end of the info file.
+ * Build HTML version of documentation.
+ * Change build-depends line to depend on texinfo >= 4.2.
+ * Add upstream URL to long description.
+ * Do not bytecompile files to deal with many optional packages.
+
+ -- Sandra Jean Chua (Sacha) <sacha@free.net.ph> Tue, 15 Feb 2005 23:46:56 +0900
+
+remember-el (1.5-2) unstable; urgency=low
+
+ * Add read-file-name to load-path. Thanks to sf for the bug report.
+
+ -- Sandra Jean Chua (Sacha) <sacha@free.net.ph> Wed, 2 Feb 2005 20:52:34 +0900
+
+remember-el (1.5-1) unstable; urgency=low
+
+ * New upstream release remember--stable--1.0--patch-16.
+ (Clearly the last changelog entry should've read
+ remember--stable...)
+ * NEW: remember-blosxom with category completion, from
+ Gary Vaughan.
+ * Fix: Move cross-reference prompt earlier so that
+ C-g cancels post entirely
+ * Fix: Fix newlines after notes.
+ * Fix: Changes to work better with planner-multi.
+ * Fix: Follow planner-use-plan-pages.
+ * Fix: remember-buffer should work even without a Remember buffer.
+
+ -- Sandra Jean Chua (Sacha) <sacha@free.net.ph> Fri, 28 Jan 2005 15:40:21 +0900
+
+remember-el (1.4-1) unstable; urgency=low
+
+ * New upstream release planner--stable--1.0--patch-11.
+ * Use current-kill to get contents of the clipboard.
+
+ -- Sandra Jean Chua (Sacha) <sacha@free.net.ph> Sat, 9 Oct 2004 15:50:12 +0900
+
+remember-el (1.3-1) unstable; urgency=low
+
+ * New upstream release remember--stable--1.0--patch-10.
+ * New: remember.texi.
+ * Prompt for page if not using day pages.
+
+ -- Sandra Jean Chua (Sacha) <sacha@free.net.ph> Mon, 30 Aug 2004 01:06:37 +0900
+
+remember-el (1.2-1) unstable; urgency=low
+
+ * New upstream release remember--stable--1.0--patch-9.
+ * patch-9: Add remember-emacs-wiki-journal.el.
+ * patch-8: New user option remember-all-handler-functions.
+
+ -- Sandra Jean Chua (Sacha) <sacha@free.net.ph> Wed, 14 Jul 2004 09:45:39 +0800
+
+remember-el (1.1-1) unstable; urgency=low
+
+ * New upstream release patch-7.
+ * patch-7: Promote remember-planner variables to user options.
+
+ -- Sandra Jean Chua (Sacha) <sacha@free.net.ph> Fri, 2 Jul 2004 17:32:31 +0800
+
+remember-el (1.0-3) unstable; urgency=low
+
+ * Follow Debian Emacs policy.
+ * Change architecture to all. Thanks to Angus Lees for the tip.
+
+ -- Sandra Jean Chua (Sacha) <sacha@free.net.ph> Wed, 26 May 2004 13:13:20 +0800
+
+remember-el (1.0-1) unstable; urgency=low
+
+ * Initial Release.
+ * Docfix: Update note about remember-planner.
+ * Bugfix: Correct typo in remember-planner.el referring to
+ planner-wiki-file-alist instead of planner-file-alist.
+ * Accept nil for planner note cross-reference.
+ * Bugfix: Correct typo in remember-bbdb.el
+ * remember-planner saves excursion and restriction all the time.
+ * NOTE: Remove remember-use-bbdb option.
+
+ -- Sandra Jean Chua (Sacha) <sacha@free.net.ph> Tue, 25 May 2004 16:03:16 +0800
+
--- remember-el-1.9.orig/debian/emacsen-remove
+++ remember-el-1.9/debian/emacsen-remove
@@ -0,0 +1,15 @@
+#!/bin/sh -e
+# /usr/lib/emacsen-common/packages/remove/remember-el
+
+FLAVOR=$1
+PACKAGE=remember-el
+
+if [ ${FLAVOR} != emacs ]; then
+ if test -x /usr/sbin/install-info-altdir; then
+ echo remove/${PACKAGE}: removing Info links for ${FLAVOR}
+ install-info-altdir --quiet --remove --dirname=${FLAVOR} /usr/info/remember-el.info.gz
+ fi
+
+ echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
+ rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE}
+fi
--- remember-el-1.9.orig/debian/compat
+++ remember-el-1.9/debian/compat
@@ -0,0 +1 @@
+4
--- remember-el-1.9.orig/debian/emacsen-install
+++ remember-el-1.9/debian/emacsen-install
@@ -0,0 +1,48 @@
+#! /bin/sh -e
+# /usr/lib/emacsen-common/packages/install/remember-el
+
+# Written by Jim Van Zandt <jrv@vanzandt.mv.com>, borrowing heavily
+# from the install scripts for gettext by Santiago Vila
+# <sanvila@ctv.es> and octave by Dirk Eddelbuettel <edd@debian.org>.
+
+FLAVOR=$1
+PACKAGE=remember-el
+
+if [ ${FLAVOR} = emacs ]; then exit 0; fi
+
+echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
+
+#FLAVORTEST=`echo $FLAVOR | cut -c-6`
+#if [ ${FLAVORTEST} = xemacs ] ; then
+# SITEFLAG="-no-site-file"
+#else
+# SITEFLAG="--no-site-file"
+#fi
+FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile"
+
+ELDIR=/usr/share/emacs/site-lisp/${PACKAGE}
+ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE}
+
+# Install-info-altdir does not actually exist.
+# Maybe somebody will write it.
+if test -x /usr/sbin/install-info-altdir; then
+ echo install/${PACKAGE}: install Info links for ${FLAVOR}
+ install-info-altdir --quiet --section "" "" --dirname=${FLAVOR} /usr/info/${PACKAGE}.info.gz
+fi
+
+# We don't byte-compile because almost all the packages are optional
+# and you don't lose much by loading this as source, anyway.
+
+#install -m 755 -d ${ELCDIR}
+#cd ${ELDIR}
+#FILES=`echo *.el`
+#cp ${FILES} ${ELCDIR}
+#cd ${ELCDIR}
+
+#cat << EOF > path.el
+#(setq load-path (cons "." load-path) byte-compile-warnings nil)
+#EOF
+#${FLAVOR} ${FLAGS} ${FILES} 2>&1 | gzip -9qf > CompilationLog.gz
+#rm -f *.el path.el
+
+exit 0
--- remember-el-1.9.orig/debian/{arch}/.arch-project-tree
+++ remember-el-1.9/debian/{arch}/.arch-project-tree
@@ -0,0 +1 @@
+Hackerlab arch project directory, format version 1.
--- remember-el-1.9.orig/debian/{arch}/++default-version
+++ remember-el-1.9/debian/{arch}/++default-version
@@ -0,0 +1 @@
+remember-el@arch.gna.org/remember--debian--0
--- remember-el-1.9.orig/debian/{arch}/=tagging-method
+++ remember-el-1.9/debian/{arch}/=tagging-method
@@ -0,0 +1,165 @@
+# id tagging method
+#
+# This determines how "inventory ids", strings conveying
+# logical file identity, are computed for each file, directory
+# and symbolic link.
+#
+# The choices are:
+#
+# tagline: inventory ids may be set using add-id, or omitted
+# (though tree-lint warns about omitted ids), or in
+# text files, set in a comment line near the top or
+# bottom of the file of a form like "<PUNCT> arch-tag: <STRING>".
+# Renames of files with no id are treated as a combined
+# add and delete (e.g., local changes can be lost).
+#
+# explicit: ids must be set using add-id. Files passing the naming
+# conventions for source, but lacking add-id ids, are treated
+# as unrecognized files (see below).
+#
+# names: ids are not used. All renames are treated as add+delete
+#
+# implicit: similar to tagline, but in addition, the id comment
+# may be of the form "<PUNCT> <BASENAME> - <STRING>", where
+# <BASENAME> is the basename of the file. This method
+# is not recommended, but is retained for backwards
+# compatibility.
+#
+
+explicit
+
+# disposition of untagged source files
+#
+# (NOTE: this option must follow the tagline/explicit/names/implicit
+# directive.)
+#
+# By default, the explicit method treats untagged files matching the naming
+# conventions for source files as unrecognized and the implicit and tagline
+# methods treat such untagged files as source.
+#
+# You can override those default treatments of untagged files by specifying
+# which inventory category (see below) should be used for files whose names
+# suggest they are source but which lack ids.
+#
+# This feature may be especially convenient when importing sources that do
+# not use file naming conventions that can be conveniently described with
+# the regexps below.
+#
+# Uncomment one of these lines as appropriate to override the default:
+#
+# untagged-source source
+untagged-source precious
+# untagged-source backup
+# untagged-source junk
+# untagged-source unrecognized
+#
+
+# naming convention regexps
+#
+# For various commands, arch traverses your project trees, categorizing
+# the files found there. For example, when importing a project for
+# the first time, this traversal determines which files are included
+# in the import.
+#
+# The categories of greatest importance are defined in terms of three
+# questions:
+#
+# 1) If arch makes a local copy of this tree, should this file be included
+# in the copy?
+#
+# 2) Is it generally safe to remove this file based only on how it is named?
+# For example, can it be safely clobbered by a new file of the same name?
+#
+# 3) Should this file be archived along with the project? For example,
+# should it be included when importing the project for the first time?
+#
+# The primary categories are:
+#
+# category: copy locally? safe to clobber? archive?
+#
+# junk no yes no
+# backup no no no
+# precious yes no no
+# source yes no yes
+#
+# There are two additional categories, unrelated to those questions:
+#
+# excluded -- during a traversal by inventory, this file (and,
+# if a directory, its contents) are simply ignored unless the
+# --all flag is specified. This category is usually used to
+# omit arch's own control files from a listing.
+#
+# unrecognized -- a category for files whose name fits no other pattern.
+# Usually, the presence of unrecognized files is treated as an
+# error. You can use the naming conventions to define certain
+# names as "deliberately unrecognized" -- i.e., filenames whose
+# presence in a source tree you _want_ to be treated as an error
+#
+# The traveral algorithm is described here, along with lines you can edit to
+# customize the naming conventions.
+#
+# Starting at "." within a project tree (usually at the root of the
+# project tree) consider each filename in that directory.
+#
+# The files "." and ".." are simply ignored.
+#
+# Files containing "illegal characters" are characterized as unrecognized.
+# If they are directories, traversal does _not_ descend into those directories.
+# Currently, the illegal characters are *, ?, [, ], \, space, and tab.
+# (The set of illegal characters may shrink in future releases.)
+#
+# In an interactive call to inventory _without_ the --all flag,
+# names are next compared to the exclude regexp defined here. Those that
+# are ignored and not descended below. (Most arch operations performing
+# traversals internally, e.g. import, do not use this pattern
+# and skip this step of the algorithm.
+#
+
+exclude ^(.arch-ids|\{arch\}|\.arch-inventory)$
+
+# If the file has a name that begins with "++", it is categorized as
+# _precious_. Names of this form are hard-wired and reserved for use by arch
+# itself. Traversal does not descend into precious directories, but when a
+# precious directory is copied, its contents are recursively copied.
+#
+# Files and directories that reach this stage and which arch recognizes as its
+# own control files are classified at this step as source. Traversal _does_
+# descend into source directories.
+#
+# If the file has a name that begins with ",,", it is categorized as _junk_.
+# Names of this form are hard-wired and reserved for use by arch and other tools,
+# and arch may clobber such files without warning. In a project tree, when no
+# arch commands are running, it is safe for users to delete any ",," files.
+# Although the general rule for junk files is that arch is free to clobber them,
+# in fact, arch will only ever clobber files starting with ",,".
+#
+# Traversal does not descend into junk directories.
+#
+# For your convenience, at this step of the traversal, you can classify
+# additional files as junk or precious:
+#
+
+junk ^(,.*)$
+
+precious ^(\+.*|\.gdbinit|\.#ckpts-lock|=build\.*|=install\.*|CVS|CVS\.adm|RCS|RCSLOG|SCCS|TAGS|\.svn)$
+
+# Files matching the following regexp are classified as backup files, and
+# traversal does not descend into backup directories:
+#
+
+backup ^.*(~|\.~[0-9]+~|\.bak|\.swp|\.orig|\.rej|\.original|\.modified|\.reject)$
+
+# If you want to force certain filenames to be treated as errors when present,
+# you can add them to the regexp for deliberately unrecognized files. Traversal
+# does not descend into unrecognized directories.
+
+unrecognized ^(.*\.(o|a|so|core|so(\.[[:digit:]]+)*)|core)$
+
+# Files which match the following pattern are treated as source files.
+# Traversal _does_ descend into source directories:
+
+source ^[_=a-zA-Z0-9].*$
+
+# Any files not classified by the above rules are classified as unrecognized.
+# Traversal does not descend into unrecognized directories.
+
--- remember-el-1.9.orig/debian/{arch}/remember/remember--debian/remember--debian--0/remember-el@arch.gna.org/patch-log/base-0
+++ remember-el-1.9/debian/{arch}/remember/remember--debian/remember--debian--0/remember-el@arch.gna.org/patch-log/base-0
@@ -0,0 +1,12 @@
+Revision: remember--debian--0--base-0
+Archive: remember-el@arch.gna.org
+Creator: Michael Olson <mwolson@gnu.org>
+Date: Thu Aug 3 01:37:40 EDT 2006
+Standard-date: 2006-08-03 05:37:40 GMT
+Summary: Initial import.
+Keywords:
+New-files: README.Debian changelog compat control copyright
+ dirs emacsen-install emacsen-remove emacsen-startup
+ remember-el.docs rules
+New-patches: remember-el@arch.gna.org/remember--debian--0--base-0
+
--- remember-el-1.9.orig/debian/{arch}/.arch-ids/=id
+++ remember-el-1.9/debian/{arch}/.arch-ids/=id
@@ -0,0 +1 @@
+Michael Olson <mwolson@gnu.org> Thu Aug 3 01:37:27 2006 9539.0