emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ELPA-diffs] ELPA branch, master, updated. 164b6dce67af51d1d8f8e28d343dd


From: Michael Albinus
Subject: [ELPA-diffs] ELPA branch, master, updated. 164b6dce67af51d1d8f8e28d343ddcc3331942ee
Date: Wed, 02 Oct 2013 08:14:49 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "ELPA".

The branch, master has been updated
       via  164b6dce67af51d1d8f8e28d343ddcc3331942ee (commit)
      from  37cdf60d3bacb6ef7cbd6f8ffabbcc07b7424b58 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 164b6dce67af51d1d8f8e28d343ddcc3331942ee
Author: Michael Albinus <address@hidden>
Date:   Wed Oct 2 10:14:40 2013 +0200

    Fix GPL.  debbugs is NOT part of Emacs.

diff --git a/packages/debbugs/Debbugs.wsdl b/packages/debbugs/Debbugs.wsdl
index ad5e954..64b9306 100644
--- a/packages/debbugs/Debbugs.wsdl
+++ b/packages/debbugs/Debbugs.wsdl
@@ -2,14 +2,14 @@
 
 <!-- Copyright (C) 2011-2013  Free Software Foundation, Inc.
 
-This file is part of GNU Emacs.
+This file is not part of GNU Emacs.
 
-GNU Emacs is free software: you can redistribute it and/or modify
+This file 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 3 of the License, or
 (at your option) any later version.
 
-GNU Emacs is distributed in the hope that it will be useful,
+This file 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.
diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el
index fb80337..32d11cf 100644
--- a/packages/debbugs/debbugs-gnu.el
+++ b/packages/debbugs/debbugs-gnu.el
@@ -3,18 +3,19 @@
 ;; Copyright (C) 2011-2013 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <address@hidden>
+;;         Michael Albinus <address@hidden>
 ;; Keywords: comm, hypermedia, maint
 ;; Package: debbugs
 ;; Version: 0.4
 
-;; This file is part of GNU Emacs.
+;; This file is not part of GNU Emacs.
 
-;; GNU Emacs is free software: you can redistribute it and/or modify
+;; 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 3 of the License, or
 ;; (at your option) any later version.
 
-;; GNU Emacs is distributed in the hope that it will be useful,
+;; This program 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.
@@ -353,8 +354,8 @@ marked as \"client-side filter\"."
               val1
               (completing-read "Enter status: " '("done" "forwarded" "open")))
              (when (not (zerop (length val1)))
-           (add-to-list
-            'debbugs-gnu-current-query (cons (intern key) val1))))
+               (add-to-list
+                'debbugs-gnu-current-query (cons (intern key) val1))))
 
             ;; Client-side filters.
             ((member key '("date" "log_modified" "last_modified"
diff --git a/packages/debbugs/debbugs.el b/packages/debbugs/debbugs.el
index 9271f69..8dd5310 100644
--- a/packages/debbugs/debbugs.el
+++ b/packages/debbugs/debbugs.el
@@ -7,14 +7,14 @@
 ;; Package: debbugs
 ;; Version: 0.4
 
-;; This file is part of GNU Emacs.
+;; This file is not part of GNU Emacs.
 
-;; GNU Emacs is free software: you can redistribute it and/or modify
+;; 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 3 of the License, or
 ;; (at your option) any later version.
 
-;; GNU Emacs is distributed in the hope that it will be useful,
+;; This program 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.
@@ -236,6 +236,8 @@ Every returned entry is an association list with the 
following attributes:
   `originator': Submitter of the bugreport.
 
   `mergedwith': A list of bug numbers this bug was merged with.
+  If it is a single bug, then this attribute contains just a
+  number.
 
   `source': Source package name of the bug report.
 

-----------------------------------------------------------------------

Summary of changes:
 packages/debbugs/Debbugs.wsdl   |    6 +++---
 packages/debbugs/debbugs-gnu.el |   11 ++++++-----
 packages/debbugs/debbugs.el     |    8 +++++---
 3 files changed, 14 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
ELPA



reply via email to

[Prev in Thread] Current Thread [Next in Thread]