From unknown Tue Jun 17 22:27:34 2025 X-Loop: help-debbugs@gnu.org Subject: bug#34595: [PATCH] gnu: Add emacs-shroud Resent-From: Amar Singh Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 20 Feb 2019 20:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 34595 X-GNU-PR-Package: guix X-GNU-PR-Keywords: patch To: 34595@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.155069535215121 (code B ref -1); Wed, 20 Feb 2019 20:43:01 +0000 Received: (at submit) by debbugs.gnu.org; 20 Feb 2019 20:42:32 +0000 Received: from localhost ([127.0.0.1]:58610 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gwYhM-0003vp-IZ for submit@debbugs.gnu.org; Wed, 20 Feb 2019 15:42:32 -0500 Received: from eggs.gnu.org ([209.51.188.92]:55241) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gwYhI-0003vZ-M2 for submit@debbugs.gnu.org; Wed, 20 Feb 2019 15:42:29 -0500 Received: from lists.gnu.org ([209.51.188.17]:42411) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gwYh0-0005a7-Oe for submit@debbugs.gnu.org; Wed, 20 Feb 2019 15:42:12 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwYgy-0007vH-Lm for bug-guix@gnu.org; Wed, 20 Feb 2019 15:42:09 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05, RCVD_IN_DNSWL_NONE, URIBL_BLOCKED,WEIRD_PORT autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwYgu-00051G-9L for bug-guix@gnu.org; Wed, 20 Feb 2019 15:42:05 -0500 Received: from knopi.disroot.org ([178.21.23.139]:57616) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gwYgr-0004cf-LW for bug-guix@gnu.org; Wed, 20 Feb 2019 15:42:03 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 5C1D5293BC for ; Wed, 20 Feb 2019 21:41:58 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AVjPXDPup2M6 for ; Wed, 20 Feb 2019 21:41:57 +0100 (CET) From: Amar Singh DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1550695317; bh=M0uXJ5bNLcdTCYWEY8VpZmU9cCEH+ziaEsZNn39xP8U=; h=From:To:Subject:Date; b=fB6YGmzc2iGNGqJwGqKTpCvJilpFNByDXOBsB1ZMvruj55a1f8Ds+FQ8RQmxhfuVt 3uNw6rY/u3F78P/Qz1yTCIcASQIMpS3Btju8YOVCMCG5P2sQNp73znJYuoq8iqaVZY 2AvvRGkUC7O4NcA5MbryeKdgxaTcglqV0V9C+5KX45apEd325jJGcVolmbRpgHnZQJ zeA2AJfD10HD1CePoeFsX/9Hx4qf649/xZ89TD18HOK5RVk6dEe+3rLtdSsGMFdy6a /qwu+aZkT9OMBKbBhgh218CFNyuBabdXup9Ctga9dacfwvD9X3fkXq6WFPnlDHG5jZ QkZdJHISZi5hQ== Date: Thu, 21 Feb 2019 02:11:52 +0530 Message-ID: <87o976p4z3.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 178.21.23.139 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) Shroud is a password manager written in Guile which uses GnuPG in the backend. This package is an Emacs interface to Shroud using the Buffers User Interface library. Beta quality. Thanks -------------------------------------------------------------------------------- diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index cedc1efbc..a498c8012 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -2233,6 +2233,31 @@ IRC bouncer with ERC.") Emacs shell script.") (license license:expat))) +(define-public nly/emacs-shroud + (package + (name "emacs-shroud") + (version "ad5de6d") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/o-nly/emacs-shroud") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bw7lwssv7my41d8qw9dzzl8k6jwq01ks01dxkkpr6j82bcwlqrd")))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-f" ,emacs-f) + ("emacs-s" ,emacs-s) + ("emacs-bui" ,emacs-bui) + ("shroud" ,shroud))) + (home-page "http://nly.info.tm:9001/emacs/shroud.el") + (synopsis "Shroud (gpg) support for Emacs") + (description + "This package provides functions for working with shroud password manager.") + (license license:gpl3+))) + (define-public emacs-undercover (package (name "emacs-undercover") From unknown Tue Jun 17 22:27:34 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Amar Singh Subject: bug#34595: closed (Re: bug#34595: [PATCH] gnu: Add emacs-shroud) Message-ID: References: <874l8y5ehq.fsf@elephly.net> <87o976p4z3.fsf@disroot.org> X-Gnu-PR-Message: they-closed 34595 X-Gnu-PR-Package: guix X-Gnu-PR-Keywords: patch Reply-To: 34595@debbugs.gnu.org Date: Wed, 20 Feb 2019 21:37:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1550698623-20776-1" This is a multi-part message in MIME format... ------------=_1550698623-20776-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #34595: [PATCH] gnu: Add emacs-shroud which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 34595@debbugs.gnu.org. --=20 34595: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D34595 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1550698623-20776-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 34595-done) by debbugs.gnu.org; 20 Feb 2019 21:36:59 +0000 Received: from localhost ([127.0.0.1]:58662 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gwZY2-0005Of-V0 for submit@debbugs.gnu.org; Wed, 20 Feb 2019 16:36:59 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21030) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gwZY0-0005OT-W2; Wed, 20 Feb 2019 16:36:57 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1550698600; cv=none; d=zoho.com; s=zohoarc; b=gCPr5RslnK9+mFl1hG6Fka68ginEW2zrhXjCWASCroF2BdAD6Mb2ZDq268yCufHu5NkdMiJ0x/MV0BJgyGjy+t8AwCCAUSzuCmc7RcFcv8gyQaVsGAamAcYLP8Uxn34f1H2f8Ck5iPsk8rGv0SeNx9PWL+78Eegx9am6oaZ1FhM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1550698600; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=dI9HaHTmqwHF6Il+Y91SFeDXdV9r4OZNe8iVVE04WKo=; b=fY1pjQN2ZjVIwHO5WJ+FjzCTG3hz/s8Q1HBky6nYMM+BgdXtGnTjPuegqwrh4edwZwLfVSUdQLjSzK3OGwE+QBFlRADyySTt880FXx5Fl7wYydWmECkmx/irJvrGC5c+uhogdl60co/ICGnjsrK0xlQ5Durp9XrrLhj+2Qwkufs= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1550698600; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; l=1774; bh=dI9HaHTmqwHF6Il+Y91SFeDXdV9r4OZNe8iVVE04WKo=; b=BFvzA4HtKRcDiIOKliuRHIMlYL0+eqvMfQQ16e2ltqELTSwGmGy3tDruF0plAPoX 7Y/0D+8U41sWjEKFMQQbiIR59DW6UvBAqKwowbG3ps977XkLBmAeS+cXLCnTqdOTzt5 4qkwVYGSQQixxGwJN75wjxiumwyuU4psn2oe3NSg= Received: from localhost (p54AD468B.dip0.t-ipconnect.de [84.173.70.139]) by mx.zohomail.com with SMTPS id 1550698597625222.11602939137242; Wed, 20 Feb 2019 13:36:37 -0800 (PST) References: <87o976p4z3.fsf@disroot.org> User-agent: mu4e 1.0; emacs 26.1 From: Ricardo Wurmus To: Amar Singh Subject: Re: bug#34595: [PATCH] gnu: Add emacs-shroud In-reply-to: <87o976p4z3.fsf@disroot.org> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Wed, 20 Feb 2019 22:36:33 +0100 Message-ID: <874l8y5ehq.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 34595-done Cc: 34595-done@debbugs.gnu.org, 34364@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, > Shroud is a password manager written in Guile which uses GnuPG in the > backend. This package is an Emacs interface to Shroud using the Buffers > User Interface library. You have previously already submitted a variant of this: https://issues.guix.info/issue/34364 Please don=E2=80=99t open more tickets for this but instead send updates to= the same ticket. I=E2=80=99m closing this issue, because what you attached is = not a git formatted patch. > +(define-public nly/emacs-shroud We don=E2=80=99t use personal prefixes like =E2=80=9Cnly/=E2=80=9D in Guix. > + (package > + (name "emacs-shroud") > + (version "ad5de6d") A version string must be monotonically increasing over time. Commit hashes don=E2=80=99t do that, so we use (git-version last-release revision commit) instead. We prefer releases over arbitrary commits. Since you are the developer, could you please tell us what the difference is between this version and the previous release? Could you make a new release instead? > + (build-system emacs-build-system) > + (propagated-inputs > + `(("emacs-f" ,emacs-f) > + ("emacs-s" ,emacs-s) > + ("emacs-bui" ,emacs-bui) > + ("shroud" ,shroud))) > + (home-page "http://nly.info.tm:9001/emacs/shroud.el") > + (synopsis "Shroud (gpg) support for Emacs") Why =E2=80=9C(gpg)=E2=80=9D? It=E2=80=99s probably better to say =E2=80=9C= Shroud password manager interface for Emacs=E2=80=9D. > + (description > + "This package provides functions for working with shroud password > manager.") I=E2=80=99d not say =E2=80=9Cfunctions=E2=80=9D. How about This package provides an Emacs minor mode for working with the Shroud password manager. Could you please send an updated patch? -- Ricardo ------------=_1550698623-20776-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 20 Feb 2019 20:42:32 +0000 Received: from localhost ([127.0.0.1]:58610 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gwYhM-0003vp-IZ for submit@debbugs.gnu.org; Wed, 20 Feb 2019 15:42:32 -0500 Received: from eggs.gnu.org ([209.51.188.92]:55241) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gwYhI-0003vZ-M2 for submit@debbugs.gnu.org; Wed, 20 Feb 2019 15:42:29 -0500 Received: from lists.gnu.org ([209.51.188.17]:42411) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gwYh0-0005a7-Oe for submit@debbugs.gnu.org; Wed, 20 Feb 2019 15:42:12 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwYgy-0007vH-Lm for bug-guix@gnu.org; Wed, 20 Feb 2019 15:42:09 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05, RCVD_IN_DNSWL_NONE, URIBL_BLOCKED,WEIRD_PORT autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwYgu-00051G-9L for bug-guix@gnu.org; Wed, 20 Feb 2019 15:42:05 -0500 Received: from knopi.disroot.org ([178.21.23.139]:57616) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gwYgr-0004cf-LW for bug-guix@gnu.org; Wed, 20 Feb 2019 15:42:03 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 5C1D5293BC for ; Wed, 20 Feb 2019 21:41:58 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AVjPXDPup2M6 for ; Wed, 20 Feb 2019 21:41:57 +0100 (CET) From: Amar Singh DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1550695317; bh=M0uXJ5bNLcdTCYWEY8VpZmU9cCEH+ziaEsZNn39xP8U=; h=From:To:Subject:Date; b=fB6YGmzc2iGNGqJwGqKTpCvJilpFNByDXOBsB1ZMvruj55a1f8Ds+FQ8RQmxhfuVt 3uNw6rY/u3F78P/Qz1yTCIcASQIMpS3Btju8YOVCMCG5P2sQNp73znJYuoq8iqaVZY 2AvvRGkUC7O4NcA5MbryeKdgxaTcglqV0V9C+5KX45apEd325jJGcVolmbRpgHnZQJ zeA2AJfD10HD1CePoeFsX/9Hx4qf649/xZ89TD18HOK5RVk6dEe+3rLtdSsGMFdy6a /qwu+aZkT9OMBKbBhgh218CFNyuBabdXup9Ctga9dacfwvD9X3fkXq6WFPnlDHG5jZ QkZdJHISZi5hQ== To: bug-guix@gnu.org Subject: [PATCH] gnu: Add emacs-shroud Date: Thu, 21 Feb 2019 02:11:52 +0530 Message-ID: <87o976p4z3.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 178.21.23.139 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) Shroud is a password manager written in Guile which uses GnuPG in the backend. This package is an Emacs interface to Shroud using the Buffers User Interface library. Beta quality. Thanks -------------------------------------------------------------------------------- diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index cedc1efbc..a498c8012 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -2233,6 +2233,31 @@ IRC bouncer with ERC.") Emacs shell script.") (license license:expat))) +(define-public nly/emacs-shroud + (package + (name "emacs-shroud") + (version "ad5de6d") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/o-nly/emacs-shroud") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bw7lwssv7my41d8qw9dzzl8k6jwq01ks01dxkkpr6j82bcwlqrd")))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-f" ,emacs-f) + ("emacs-s" ,emacs-s) + ("emacs-bui" ,emacs-bui) + ("shroud" ,shroud))) + (home-page "http://nly.info.tm:9001/emacs/shroud.el") + (synopsis "Shroud (gpg) support for Emacs") + (description + "This package provides functions for working with shroud password manager.") + (license license:gpl3+))) + (define-public emacs-undercover (package (name "emacs-undercover") ------------=_1550698623-20776-1-- From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 20 16:44:31 2019 Received: (at control) by debbugs.gnu.org; 20 Feb 2019 21:44:31 +0000 Received: from localhost ([127.0.0.1]:58681 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gwZfK-0005bX-Uz for submit@debbugs.gnu.org; Wed, 20 Feb 2019 16:44:31 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21060) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gwZfJ-0005bQ-Ue for control@debbugs.gnu.org; Wed, 20 Feb 2019 16:44:30 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1550699059; cv=none; d=zoho.com; s=zohoarc; b=MkpiWfWoH6JzIyCkWd04FiAUvnhET/DSZqQ/4NHYN8+SgYHvKyzkzSBFXdNra4Kik0wBIgQs4ncOflstiok3MfGOrU/VoNayL/hXwTBseKjHAWimrBevNynYgPzKItVAvVkwSdCYn0K51Cz/o7m+e9PbT74KGpNiY2P/zJg0WQg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1550699059; h=Content-Type:Date:From:MIME-Version:Message-ID:To:ARC-Authentication-Results; bh=R8xBWL0qNh2jG8HT/rJig8jOxgojgu3IcZ8VLWRhKY8=; b=KAZxP4yo+UesBlQ3HZqMh/M9YdkPata8wJBqsMpG5HpKWjqvwADVP62Q9iDRtb8MYcZ6/EPj08u1QQjM8lt8E0YQcsZF5EJdDyr0FpGuNF/MNemYNAZOvywfYMkWF4zP8sC2PVIOc4gUdHoBSs3wxapnaRU2aTt8Geu47wypRZg= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1550699059; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; l=71; bh=R8xBWL0qNh2jG8HT/rJig8jOxgojgu3IcZ8VLWRhKY8=; b=HSlKLJXZJsUUbCWOJl3PP62A7PNv4p/rPYdzdpR4PcMAiCykyoFgienAuyUUHCip 2qX3h/PQLmAgHiGJCvDbbXjmQLM8LwAc7EinQsm+KdxC0Q0VfIvRNgWMyPuteDCdsgM ALe+jhBjVb+uh5RDXHngnc1QBdMojU3bnRmGCtJs= Received: from localhost (p54AD468B.dip0.t-ipconnect.de [84.173.70.139]) by mx.zohomail.com with SMTPS id 1550699057131929.1063155456488; Wed, 20 Feb 2019 13:44:17 -0800 (PST) User-agent: mu4e 1.0; emacs 26.1 From: Ricardo Wurmus To: control@debbugs.gnu.org Subject: X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Wed, 20 Feb 2019 22:44:12 +0100 Message-ID: <871s425e4z.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: reassign 34595 guix-patches merge 34595 34364 thanks -- Ricardo Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: elephly.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [135.84.80.216 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 2.0 BLANK_SUBJECT Subject is present but empty X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) reassign 34595 guix-patches merge 34595 34364 thanks -- Ricardo From unknown Tue Jun 17 22:27:34 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#34595] [PATCH] gnu: Add emacs-shroud Resent-From: Brett Gilio Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 20 Feb 2019 21:46:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34595 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ricardo Wurmus Cc: Amar Singh , 34595-done@debbugs.gnu.org, 34364@debbugs.gnu.org Received: via spool by 34595-done@debbugs.gnu.org id=D34595.155069912523013 (code D ref 34595); Wed, 20 Feb 2019 21:46:03 +0000 Received: (at 34595-done) by debbugs.gnu.org; 20 Feb 2019 21:45:25 +0000 Received: from localhost ([127.0.0.1]:58687 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gwZgC-0005yh-BX for submit@debbugs.gnu.org; Wed, 20 Feb 2019 16:45:24 -0500 Received: from mout01.posteo.de ([185.67.36.65]:41590) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gwZg7-0005nh-BJ for 34595-done@debbugs.gnu.org; Wed, 20 Feb 2019 16:45:21 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 28E4A160078 for <34595-done@debbugs.gnu.org>; Wed, 20 Feb 2019 22:45:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1550699107; bh=EHAsfeck7d2tNTCc/9B7L7SaI64g4J48d3auz3CFZak=; h=From:To:Cc:Subject:Date:From; b=T9SYjAtmA9TKFS1pau+e0q/uhgHjmDFXfqP55ZavvAdW5Bt2mQ1PjU5zXF+ecABt/ bN5wh138CqbR4wHwN8dgcvkqBKC3ebTEmb0idU7yeJtqe2ZdaeWv+4XTB2m3varCee tbjC9SD/UPGwDQjWahYzdEGQmnioKCz156+SWYghhIO4TaRkyN9AMLecMUdRANxJCc VS0c40DwSaP8XEn0C3yin3YV1vv+xkONe2LbB//w6QJCAJDR7VU3Pgi/bEItrIqBGj kAv7EKVdbQT9DnQvyYULCJpNugrBxBBbNA2UF8nTPWFI0f1xbizCvBGn3EPfoZ3X2C FXeztG3dcPi1A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 444WN23C2gz6tmv; Wed, 20 Feb 2019 22:44:34 +0100 (CET) References: <87o976p4z3.fsf@disroot.org> <874l8y5ehq.fsf@elephly.net> User-agent: mu4e 1.0; emacs 26.1 From: Brett Gilio In-reply-to: <874l8y5ehq.fsf@elephly.net> Date: Wed, 20 Feb 2019 15:44:32 -0600 Message-ID: <87ftsi2kzj.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Ricardo Wurmus writes: > > A version string must be monotonically increasing over time. Commit > hashes don=E2=80=99t do that, so we use (git-version last-release revision > commit) instead. > > We prefer releases over arbitrary commits. Since you are the developer, > could you please tell us what the difference is between this version and > the previous release? Could you make a new release instead? To the OP, there are several packages that use this form. You can look at some and pretty much directly copy their content and fill in your relevant information.