From unknown Sat Sep 13 08:57:00 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#40630] gnu: Add udevil. Resent-From: Raghav Gururajan Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 14 Apr 2020 19:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 40630 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 40630@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.158689104610774 (code B ref -1); Tue, 14 Apr 2020 19:05:01 +0000 Received: (at submit) by debbugs.gnu.org; 14 Apr 2020 19:04:06 +0000 Received: from localhost ([127.0.0.1]:34828 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jOQqs-0002nh-3J for submit@debbugs.gnu.org; Tue, 14 Apr 2020 15:04:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:36387) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jOQqp-0002nZ-SM for submit@debbugs.gnu.org; Tue, 14 Apr 2020 15:04:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37121) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jOQqo-0006pK-8T for guix-patches@gnu.org; Tue, 14 Apr 2020 15:04:03 -0400 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 autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jOQqm-0001WX-KE for guix-patches@gnu.org; Tue, 14 Apr 2020 15:04:01 -0400 Received: from knopi.disroot.org ([178.21.23.139]:57640) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jOQql-0001Qz-VE for guix-patches@gnu.org; Tue, 14 Apr 2020 15:04:00 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 32A1923F1E for ; Tue, 14 Apr 2020 21:03:57 +0200 (CEST) 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 Adm-r2LARR-A for ; Tue, 14 Apr 2020 21:03:55 +0200 (CEST) Date: Tue, 14 Apr 2020 15:03:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1586891035; bh=g8SbJ08DRjmKeyjdPJr7iqb5n3DjTTGjKTJXEZrJZHU=; h=Date:From:To:Subject; b=iXbCS0ApeVSdxpTgPauSaC5WTTeIYgljeZ6LRm0J1GgfAsrcEiXRSl1FIrB4qhomh RI1yp8i03PYWnykmKM9sLU0osovAqOeaYD1Z5fltqprq6bfcgp2BeP8U26T/LWErEg lGdFNt1GEDQHH5/jsYn+TtO9FE5eyTkrcZrcphoqqP2ry0Rb2Qafo4N6pgXnrcnIdS J/sqFsd18mESqT6NgOAXb3fKjCN+gdWZxSlv83vz+QjAKG8e7MXEbJ8VKSQO0l79nl pWv9DO05goieSfhTZcuae4IIz6M/E1ooGeFnyhz0+3Wa0FLEsIe7hecPYNwP/CEjNv lcujkg4hxZxWw== From: Raghav Gururajan Message-ID: <20200414150346.0b070ff8.raghavgururajan@disroot.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/X2Xed2eEEUd.9I_B4mtRJWJ" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 178.21.23.139 X-Spam-Score: 0.2 (/) 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.8 (/) --MP_/X2Xed2eEEUd.9I_B4mtRJWJ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello Guix! Please find the attached patch to add 'udevil' package into guix. Regards, RG. --MP_/X2Xed2eEEUd.9I_B4mtRJWJ Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-Add-udevil.patch >From ef9619d878482d4be25cfb97720ef8e616b5487d Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Tue, 14 Apr 2020 15:01:43 -0400 Subject: [PATCH] gnu: Add udevil. * gnu/packages/disk.scm (udevil): New variable. --- gnu/packages/disk.scm | 50 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index fb35799e65..27fcf7bb77 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -47,6 +47,7 @@ #:use-module (gnu packages docbook) #:use-module (gnu packages documentation) #:use-module (gnu packages elf) + #:use-module (gnu packages file-systems) #:use-module (gnu packages fontutils) #:use-module (gnu packages gettext) #:use-module (gnu packages glib) @@ -64,6 +65,7 @@ #:use-module (gnu packages python) #:use-module (gnu packages python-xyz) #:use-module (gnu packages readline) + #:use-module (gnu packages samba) #:use-module (gnu packages sphinx) #:use-module (gnu packages sqlite) #:use-module (gnu packages swig) @@ -84,6 +86,54 @@ #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages)) +(define-public udevil + (package + (name "udevil") + (version "0.4.4") + (source + (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/IgnorantGuru/udevil.git") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0x9mjr9abvbxzfa9mrip5264iz1qxvsl01k3ybz95q4a7xl4jcb3")))) + (build-system gnu-build-system) + (arguments + `(#:configure-flags + (list + "--disable-systemd" + (string-append "--sysconfdir=" + (assoc-ref %outputs "out") + "/etc")) + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'patch + (lambda _ + (substitute* "src/Makefile.in" + (("-o root -g root") + "")) + #t))))) + (native-inputs + `(("intltool" ,intltool) + ("pkg-config" ,pkg-config))) + (inputs + `(("cifs-utils" ,cifs-utils) + ("curlftpfs" ,curlftpfs) + ("eudev" ,eudev) + ("fakeroot" ,fakeroot) + ("glib" ,glib) + ("sshfs" ,sshfs))) + (synopsis "Device and File System Manager") + (description "udevil is a command line program which mounts and unmounts +removable devices without a password, shows device info, and monitors device +changes. It can also mount ISO files, nfs://, smb://, ftp://, ssh:// and WebDAV +URLs, and tmpfs/ramfs filesystems.") + (home-page "https://ignorantguru.github.io/udevil/") + (license license:gpl3+))) + (define-public parted (package (name "parted") -- 2.26.0 --MP_/X2Xed2eEEUd.9I_B4mtRJWJ-- From unknown Sat Sep 13 08:57:00 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: Raghav Gururajan Subject: bug#40630: closed (Re: [bug#40630] gnu: Add udevil.) Message-ID: References: <87k127kvo7.fsf@nicolasgoaziou.fr> <20200414150346.0b070ff8.raghavgururajan@disroot.org> X-Gnu-PR-Message: they-closed 40630 X-Gnu-PR-Package: guix-patches Reply-To: 40630@debbugs.gnu.org Date: Wed, 22 Apr 2020 22:23:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1587594182-7650-1" This is a multi-part message in MIME format... ------------=_1587594182-7650-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #40630: gnu: Add udevil. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 40630@debbugs.gnu.org. --=20 40630: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D40630 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1587594182-7650-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 40630-done) by debbugs.gnu.org; 22 Apr 2020 22:22:43 +0000 Received: from localhost ([127.0.0.1]:53534 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jRNlS-0001yj-UL for submit@debbugs.gnu.org; Wed, 22 Apr 2020 18:22:43 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:37123) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jRNlQ-0001yT-5s for 40630-done@debbugs.gnu.org; Wed, 22 Apr 2020 18:22:41 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 50CC3240005; Wed, 22 Apr 2020 22:22:33 +0000 (UTC) From: Nicolas Goaziou To: Raghav Gururajan Subject: Re: [bug#40630] gnu: Add udevil. References: <20200414150346.0b070ff8.raghavgururajan@disroot.org> Date: Thu, 23 Apr 2020 00:22:32 +0200 In-Reply-To: <20200414150346.0b070ff8.raghavgururajan@disroot.org> (Raghav Gururajan's message of "Tue, 14 Apr 2020 15:03:46 -0400") Message-ID: <87k127kvo7.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40630-done Cc: 40630-done@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.7 (-) Hello, Raghav Gururajan writes: > Subject: [PATCH] gnu: Add udevil. Applied as 159e9dce170bc5368248db42722edcfd974b8ad4. Thank you. > + (modify-phases %standard-phases > + (add-after 'unpack 'patch I renamed the phase, `phase' being too vague. > + (synopsis "Device and File System Manager") I capitalized the synopsis instead of title case. > + (description "udevil is a command line program which mounts and unmounts > +removable devices without a password, shows device info, and monitors device > +changes. It can also mount ISO files, nfs://, smb://, ftp://, ssh:// and WebDAV > +URLs, and tmpfs/ramfs filesystems.") I wrote NFS, SMB, FTP, SSH. Regards, -- Nicolas Goaziou ------------=_1587594182-7650-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 14 Apr 2020 19:04:06 +0000 Received: from localhost ([127.0.0.1]:34828 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jOQqs-0002nh-3J for submit@debbugs.gnu.org; Tue, 14 Apr 2020 15:04:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:36387) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jOQqp-0002nZ-SM for submit@debbugs.gnu.org; Tue, 14 Apr 2020 15:04:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37121) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jOQqo-0006pK-8T for guix-patches@gnu.org; Tue, 14 Apr 2020 15:04:03 -0400 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 autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jOQqm-0001WX-KE for guix-patches@gnu.org; Tue, 14 Apr 2020 15:04:01 -0400 Received: from knopi.disroot.org ([178.21.23.139]:57640) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jOQql-0001Qz-VE for guix-patches@gnu.org; Tue, 14 Apr 2020 15:04:00 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 32A1923F1E for ; Tue, 14 Apr 2020 21:03:57 +0200 (CEST) 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 Adm-r2LARR-A for ; Tue, 14 Apr 2020 21:03:55 +0200 (CEST) Date: Tue, 14 Apr 2020 15:03:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1586891035; bh=g8SbJ08DRjmKeyjdPJr7iqb5n3DjTTGjKTJXEZrJZHU=; h=Date:From:To:Subject; b=iXbCS0ApeVSdxpTgPauSaC5WTTeIYgljeZ6LRm0J1GgfAsrcEiXRSl1FIrB4qhomh RI1yp8i03PYWnykmKM9sLU0osovAqOeaYD1Z5fltqprq6bfcgp2BeP8U26T/LWErEg lGdFNt1GEDQHH5/jsYn+TtO9FE5eyTkrcZrcphoqqP2ry0Rb2Qafo4N6pgXnrcnIdS J/sqFsd18mESqT6NgOAXb3fKjCN+gdWZxSlv83vz+QjAKG8e7MXEbJ8VKSQO0l79nl pWv9DO05goieSfhTZcuae4IIz6M/E1ooGeFnyhz0+3Wa0FLEsIe7hecPYNwP/CEjNv lcujkg4hxZxWw== From: Raghav Gururajan To: guix-patches@gnu.org Subject: gnu: Add udevil. Message-ID: <20200414150346.0b070ff8.raghavgururajan@disroot.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/X2Xed2eEEUd.9I_B4mtRJWJ" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 178.21.23.139 X-Spam-Score: 0.2 (/) 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.8 (/) --MP_/X2Xed2eEEUd.9I_B4mtRJWJ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello Guix! Please find the attached patch to add 'udevil' package into guix. Regards, RG. --MP_/X2Xed2eEEUd.9I_B4mtRJWJ Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-Add-udevil.patch >From ef9619d878482d4be25cfb97720ef8e616b5487d Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Tue, 14 Apr 2020 15:01:43 -0400 Subject: [PATCH] gnu: Add udevil. * gnu/packages/disk.scm (udevil): New variable. --- gnu/packages/disk.scm | 50 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index fb35799e65..27fcf7bb77 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -47,6 +47,7 @@ #:use-module (gnu packages docbook) #:use-module (gnu packages documentation) #:use-module (gnu packages elf) + #:use-module (gnu packages file-systems) #:use-module (gnu packages fontutils) #:use-module (gnu packages gettext) #:use-module (gnu packages glib) @@ -64,6 +65,7 @@ #:use-module (gnu packages python) #:use-module (gnu packages python-xyz) #:use-module (gnu packages readline) + #:use-module (gnu packages samba) #:use-module (gnu packages sphinx) #:use-module (gnu packages sqlite) #:use-module (gnu packages swig) @@ -84,6 +86,54 @@ #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages)) +(define-public udevil + (package + (name "udevil") + (version "0.4.4") + (source + (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/IgnorantGuru/udevil.git") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0x9mjr9abvbxzfa9mrip5264iz1qxvsl01k3ybz95q4a7xl4jcb3")))) + (build-system gnu-build-system) + (arguments + `(#:configure-flags + (list + "--disable-systemd" + (string-append "--sysconfdir=" + (assoc-ref %outputs "out") + "/etc")) + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'patch + (lambda _ + (substitute* "src/Makefile.in" + (("-o root -g root") + "")) + #t))))) + (native-inputs + `(("intltool" ,intltool) + ("pkg-config" ,pkg-config))) + (inputs + `(("cifs-utils" ,cifs-utils) + ("curlftpfs" ,curlftpfs) + ("eudev" ,eudev) + ("fakeroot" ,fakeroot) + ("glib" ,glib) + ("sshfs" ,sshfs))) + (synopsis "Device and File System Manager") + (description "udevil is a command line program which mounts and unmounts +removable devices without a password, shows device info, and monitors device +changes. It can also mount ISO files, nfs://, smb://, ftp://, ssh:// and WebDAV +URLs, and tmpfs/ramfs filesystems.") + (home-page "https://ignorantguru.github.io/udevil/") + (license license:gpl3+))) + (define-public parted (package (name "parted") -- 2.26.0 --MP_/X2Xed2eEEUd.9I_B4mtRJWJ-- ------------=_1587594182-7650-1-- From unknown Sat Sep 13 08:57:00 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#40630] gnu: Add udevil. Resent-From: Raghav Gururajan Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 22 Apr 2020 22:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40630 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Nicolas Goaziou Cc: 40630-done@debbugs.gnu.org Received: via spool by 40630-done@debbugs.gnu.org id=D40630.15875943187908 (code D ref 40630); Wed, 22 Apr 2020 22:26:02 +0000 Received: (at 40630-done) by debbugs.gnu.org; 22 Apr 2020 22:25:18 +0000 Received: from localhost ([127.0.0.1]:53542 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jRNny-00023U-Ei for submit@debbugs.gnu.org; Wed, 22 Apr 2020 18:25:18 -0400 Received: from knopi.disroot.org ([178.21.23.139]:59326) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jRNnw-00023M-L4 for 40630-done@debbugs.gnu.org; Wed, 22 Apr 2020 18:25:17 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 148F5265B7; Thu, 23 Apr 2020 00:25:15 +0200 (CEST) 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 seBUNkeGzA6S; Thu, 23 Apr 2020 00:25:14 +0200 (CEST) Date: Wed, 22 Apr 2020 18:24:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1587594313; bh=fJNuFAK4rKRr8huYVWuyLW0M1nlFKwmmo4ZrgARjg24=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=hK0y33Erm7IQLINbI4OZwvPah+WZ142AiQdPl1Gfc8NX3cMDOvlTrmuQn1Jl6GDhW /24QhIifX9FJN1F6JluABOBZrNuN6riwDCnoN+WYslynGYQMhdeVSAX2uJumcb/+ed WY4xIgp1ensru/Jlw61or3T9YT1FWQc2jkVLsWaBV9QshCPb0SL47Uq+unL/vfSUSt svnJfkhJqZesYfa5upUARzCn5ul/s9EC6lk4F10v9krTumdVFEgTQD37xcvVufwuTV IFeErUgEihqGmsLNXC7AZayksM7tzfUsAl8sdJI5g5lmoXYgJAHqDJ5dV3MaWTvpBQ qtQZHvgyELVGw== From: Raghav Gururajan Message-ID: <20200422182455.19956790.raghavgururajan@disroot.org> In-Reply-To: <87k127kvo7.fsf@nicolasgoaziou.fr> References: <20200414150346.0b070ff8.raghavgururajan@disroot.org> <87k127kvo7.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) 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 Nicolas! > > Subject: [PATCH] gnu: Add udevil. > > Applied as 159e9dce170bc5368248db42722edcfd974b8ad4. Thank you. > > > + (modify-phases %standard-phases > > + (add-after 'unpack 'patch > > I renamed the phase, `phase' being too vague. > > > + (synopsis "Device and File System Manager") > > I capitalized the synopsis instead of title case. > > > + (description "udevil is a command line program which mounts and > > unmounts +removable devices without a password, shows device info, and > > monitors device +changes. It can also mount ISO files, nfs://, smb://, > > ftp://, ssh:// and WebDAV +URLs, and tmpfs/ramfs filesystems.") > > I wrote NFS, SMB, FTP, SSH. Thank you very much. Regards, RG.