From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMCiv-0001D3-Ii for guix-patches@gnu.org; Sat, 17 Jun 2017 08:21:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dMCis-0002as-FR for guix-patches@gnu.org; Sat, 17 Jun 2017 08:21:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49515) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dMCis-0002am-BO for guix-patches@gnu.org; Sat, 17 Jun 2017 08:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dMCis-00010E-65 for guix-patches@gnu.org; Sat, 17 Jun 2017 08:21:02 -0400 Subject: [bug#27347] [PATCH] gnu: Move contents of zip module into compression module. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <50b2cc24.AEUALQHBwcAAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABZPuZp@mailjet.com> <87mv97h7ab.fsf@fastmail.com> Date: Sat, 17 Jun 2017 14:20:37 +0200 In-Reply-To: <87mv97h7ab.fsf@fastmail.com> (Marius Bakke's message of "Sat, 17 Jun 2017 00:55:24 +0200") Message-ID: <87zid6byay.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Marius Bakke Cc: 27347@debbugs.gnu.org Marius Bakke skribis: > Arun Isaac writes: > >> * gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to... >> * gnu/packages/compression.scm: ...here. >> * gnu/packages/zip.scm: Delete file. >> * gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file. >> * gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compress= ion, >> docbook, documentation, fonts, fpga, game-development, games, gl, gnome, >> gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice, >> markup, maths, mc, monitoring, music, php, pretty-print, python, scheme, >> smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml, >> zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.s= cm: >> Adapt module import. > > 'zip.scm' is also in POTFILES.in. Oh right, make sure to update it as well, Arun. > I don't know what to do about existing translations, maybe search and > replace file name and line number? The file names and line numbers that appear in .po files are just comments; what matters is the strings themselves. So nothing to do! Ludo=E2=80=99.