monnier pushed a commit to branch master
in repository elpa.

commit efce8d39c4b05dd01c5884bd1dad6f1b96ab35c9
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Date:   Fri Jan 24 16:09:47 2014 -0500

    * packages/sokoban/sokoban.el: Fix version.
    * packages/sokoban/sokoban-pkg.el: Remove.
---
 packages/README                 |   11 ++++++++---
 packages/sokoban/sokoban-pkg.el |    1 -
 packages/sokoban/sokoban.el     |    4 ++--
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/packages/README b/packages/README
index 5b1c430..d0b2d3e 100644
--- a/packages/README
+++ b/packages/README
@@ -23,9 +23,14 @@ and the web-pages from this source code:
   of the package, if it's maintained externally.
 - A "News:" section (or "NEWS" file) can/should be used to list the
   user-visible changes of each version.
-- The "Package-Type: simple" header can be used to force the creation
-  of a single-file package even when there are several Elisp files in
-  the source (the other files will simply be ignored).
+- The "Package-Type:" header can be used to force the type of package
+  created (can be either `simple' for single-file packages or `multi' for
+  tarballs).  By default the type is decided based on whether there are
+  several Elisp files in the source (the other files will simply be
+  ignored).
+- If you want some files to not be included in the tarball, you can
+  put a `.elpaignore' file in the root of your package directory, where you
+  can list patterns of files to ignore (this file is passed to tar's -X).
 
 * External branches
 
diff --git a/packages/sokoban/sokoban-pkg.el b/packages/sokoban/sokoban-pkg.el
deleted file mode 100644
index 195179c..0000000
--- a/packages/sokoban/sokoban-pkg.el
+++ /dev/null
@@ -1 +0,0 @@
-(define-package "sokoban" "1.0.4" "Sokoban game for emacs")
diff --git a/packages/sokoban/sokoban.el b/packages/sokoban/sokoban.el
index 73d00ba..6e8bee2 100644
--- a/packages/sokoban/sokoban.el
+++ b/packages/sokoban/sokoban.el
@@ -2,8 +2,8 @@
 
 ;; Copyright (C) 1998, 2013 Free Software Foundation, Inc.
 
-;; Author: Glynn Clements <glynn.cleme...@virgin.net>
-;; Version: 1.04
+;; Author: Glynn Clements <glynn.cleme...@xemacs.org>
+;; Version: 1.4
 ;; Created: 1997-09-11
 ;; Keywords: games
 ;; Package-Type: multi

Reply via email to