MVoz / arora

Automatically exported from code.google.com/p/arora
0 stars 0 forks source link

Please provide deb for amd64 and "complete corresponding sources" #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently Arora downloads give us only an i386 deb file but on my amd64
system it is not usable. Kindly:

1. a. provide us an amd64 deb file or 
   b. if you are not able to build an amd64 deb, at least provide the
"complete corresponding source" (which you are required to provide anyway)
in terms of a tarball with debianization information (stuff under debian/
directory) included in the same tarball or separately so that we can
backport ourselves

2. BTW under the "complete corresponding source" rule, the way I understand
the GPL, you must provide along with the binary packages a tarball with the
corresponding source snapshot from which the binaries were built, and
anonymous access to svn is not enough. But this seems to be a gray area and
even if you don't accept this request, at least fulfill the first one

Original issue reported on code.google.com by jamada...@gmail.com on 2 Jun 2008 at 2:16

GoogleCodeExporter commented 9 years ago
I've uploaded the source code I use to build deb packages to my branch at 
http://github.com/Sikon/arora/tree/deb . Use the builddeb.sh script.

Original comment by inetper...@gmail.com on 2 Jun 2008 at 5:28

GoogleCodeExporter commented 9 years ago
Merged into icefox/master.

Original comment by inetper...@gmail.com on 2 Jun 2008 at 5:30

GoogleCodeExporter commented 9 years ago
Hello. Thanks for this information, but doing 

git clone git://github.com/Sikon/arora.git

seems to give me the master branch which does not contain this debianization
information. As I am fairly a newbie to version control systems and first-time 
user
of Git, please tell me how to get the appropriate branch. I should mention that 
I
tried the git man page and the command line help first.

Original comment by jamada...@gmail.com on 10 Jun 2008 at 9:34