GNU bug report logs -
#31283
gnu: Add amule.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 31283 in the body.
You can then email your comments to 31283 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#31283
; Package
guix-patches
.
(Fri, 27 Apr 2018 07:02:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Fis Trivial <ybbs.daans <at> hotmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 27 Apr 2018 07:02:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
I have to attach the patch, it seems this one got block by the mail
service, might be the code insdie is not welcomed by filters.
[0001-gnu-Add-amule.tar.xz (application/x-xz, attachment)]
Reply sent
to
ludo <at> gnu.org (Ludovic Courtès)
:
You have taken responsibility.
(Mon, 30 Apr 2018 20:44:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Fis Trivial <ybbs.daans <at> hotmail.com>
:
bug acknowledged by developer.
(Mon, 30 Apr 2018 20:44:04 GMT)
Full text and
rfc822 format available.
Message #10 received at 31283-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Applied with the cosmetic changes below. I took the liberty to remove
the bits about aMule being free software (everything is free software in
Guix), and about it being super-highly-portable (that’s not a primary
concern to Guix users who read the description.)
Thank you,
Ludo’.
[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index d252075c3..a2898f2fb 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1729,7 +1729,8 @@ file for more details.")
(modify-phases %standard-phases
(add-after 'patch-source-shebangs 'autogen
(lambda _
- (invoke "sh" "autogen.sh"))))
+ (invoke "sh" "autogen.sh")
+ #t)))
#:configure-flags
'("--disable-rpath"
"--enable-wxcas"
@@ -1759,10 +1760,9 @@ file for more details.")
(home-page "http://amule.org/")
(synopsis "Peer-to-peer client for the eD2K and Kademlia networks")
(description
- "aMule is an eMule-like client for the eD2k and Kademlia networks,
-supporting multiple platforms. Currently aMule (officially) supports a wide
-variety of platforms and operating systems, being compatible with more than 60
-different hardware+OS configurations. aMule is entirely free, its sourcecode
-released under the GPL just like eMule, and includes no adware or spyware as
-is often found in proprietary P2P applications.")
+ "aMule is an eMule-like client for the eD2k and Kademlia peer-to-peer
+file sharing networks. It includes a graphical user interface (GUI), a daemon
+allowing you to run a client with no graphical interface, and a Web GUI for
+remote access. The @command{amulecmd} command allows you to control aMule
+remotely.")
(license license:gpl2+)))
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31283
; Package
guix-patches
.
(Mon, 30 Apr 2018 20:49:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 31283 <at> debbugs.gnu.org (full text, mbox):
I also renamed the patch to “amule-crypto-6.patch” with a hyphen.
:-)
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 29 May 2018 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 84 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.