summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-07-29 15:09:38 +0800
committerDavid Bremner <david@tethera.net>2018-07-29 15:09:38 +0800
commit8ee1c0d4adbeed391dbb3d217685922996695d61 (patch)
tree9015a26be292b446ee7d91b8b8634956e46a35ec
parent1b103dc51d01aa55ea40f86dcaa8dd2f86b5bb44 (diff)
recover README.Debian from emacs-goodies-el
-rw-r--r--debian/README.Debian36
-rw-r--r--debian/changelog6
2 files changed, 42 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..bb55373
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,36 @@
+ This is an introductory starter for the various goodies included
+devscripts-el. It does not intend to replace reading the documentation
+that is made available in the files themselves (or not available at all,
+except insofar as code is self-documenting).
+
+Introduction to files in devscripts-el
+--------------------------------------
+
+devscripts.el provides
+
+ M-x debuild
+ M-x debc
+ M-x debi
+ M-x debclean
+ M-x debdiff
+
+commands to call the corresponding utilities from within Emacs.
+
+pbuilder-mode.el provides
+
+ M-x pdebuild
+ M-x pdebuild-user-mode-linux
+ M-x pbuilder-build
+ M-x pbuilder-user-mode-linux-build
+ M-x debuild-pbuilder
+
+commands to call the corresponding utilities from within Emacs.
+
+pbuilder-log-view-mode.el provides
+
+ M-x pbuilder-log-view-elserv
+
+command to view pbuilder and debuild logs from Mozilla through elserv web
+server.
+
+ -- Peter S Galbraith <psg@debian.org>, Mon Oct 24 21:09:09 2005
diff --git a/debian/changelog b/debian/changelog
index 92d0e52..88d5a38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+devscripts-el (40.1) UNRELEASED; urgency=medium
+
+ * Add back README.Debian
+
+ -- David Bremner <bremner@debian.org> Sun, 29 Jul 2018 15:09:12 +0800
+
devscripts-el (40.0) unstable; urgency=medium
* Initial split from emacs-goodies-el (See #899221)