[Soc-coordination] GSoC 2015 Week 11 Report: Android Tools in Debian

2015-08-11 Thread 殷啟聰
This week I finished the following:

* safe-iop upleaded to ftp-master.
* android-platform-external-libunwind
http://anonscm.debian.org/cgit/android-tools/android-platform-external-libunwind.git
* Move AndroidConfig.h headers from android-platform-build to
android-platform-system and make it into binary package
android-archconfig-dev since android-platform-system does not depends
on other Android packages, thus resolving circular dependencies.
* android-platform-dalvik
http://anonscm.debian.org/cgit/android-tools/android-platform-dalvik.git:
  - dalvik-exchange: The dx compiler
* android-platform-frameworks-base
http://anonscm.debian.org/cgit/android-tools/android-platform-frameworks-base.git:
  - split-select: APK split and selection tool
* I added get-orig-source in debian/rules to most packages so that
they can have an automated way of fetching upstream tarballs.
* All Android packages (except android-platform-external-*) only
builds on amd64, i386, arm, arm64, armeb, mips, mipsel, mips64 and
mips64el since AndroidConfig.h only supports x86, x86_64, MIPS,
MIPS64, ARM and ARM64 machines.
* Started packaging android-platform-frameworks-compile which is
composed of platform/frameworks/compile/slang and
platform/frameworks/compile/libbcc.

The following is my previous reports:
* Week 1: 
http://lists.alioth.debian.org/pipermail/soc-coordination/2015-May/002462.html
* Week 2: 
http://lists.alioth.debian.org/pipermail/soc-coordination/2015-June/002482.html
* Week 3: 
http://lists.alioth.debian.org/pipermail/soc-coordination/2015-June/002509.html
* Week 4: 
http://lists.alioth.debian.org/pipermail/soc-coordination/2015-June/002524.html
* Week 5: 
http://lists.alioth.debian.org/pipermail/soc-coordination/2015-June/002553.html
* Week 6: 
http://lists.alioth.debian.org/pipermail/soc-coordination/2015-July/002573.html
* Week 7: 
http://lists.alioth.debian.org/pipermail/soc-coordination/2015-July/002584.html
* Week 8: 
http://lists.alioth.debian.org/pipermail/soc-coordination/2015-July/002599.html
* Week 9: 
http://lists.alioth.debian.org/pipermail/soc-coordination/2015-July/002620.html
* Week 
10:http://lists.alioth.debian.org/pipermail/soc-coordination/2015-August/002640.html

___
Soc-coordination mailing list
Soc-coordination@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/soc-coordination


[Soc-coordination] week 11 report: improve the debian port mipsel

2015-08-11 Thread Arturo Borrero Gonzalez
# GSoC 2015 week 11 report: Improve the Debian port mipsel

This week I've been working with these packages:
 * madness [0]
 * nim [1]
 * capnproto [2]
 * opencollada [3]

[0] 
https://buildd.debian.org/status/fetch.php?pkg=madnessarch=mipselver=0.10-1stamp=1437866412
[1] 
https://buildd.debian.org/status/fetch.php?pkg=nimarch=mipselver=0.11.2%2Bdfsg1-2stamp=1438296591
[2] 
https://buildd.debian.org/status/fetch.php?pkg=capnprotoarch=mipselver=0.5.2-2stamp=1436959645
[3] 
https://buildd.debian.org/status/fetch.php?pkg=opencolladaarch=mipselver=0.1.0~20140703.ddf8f47%2Bdfsg1-1stamp=1438038099

Please note I was traveling most of this week, so this report is a bit
limited/sparse (and late).
I'm currently working in more packages (see weekly report 10), these 4
are the ones I was somehow involved 3-9 Aug.

## madness

Package is now fixed [4] (version 0.10-3).

[4] https://buildd.debian.org/status/logs.php?pkg=madnessarch=mipsel

## nim

Maintainer wants to disable the mipsel build. However upstream is
willing to fix it.
More work is required here.

## capnproto

Followed up with upstream, maintainer and other interested people.
More work is required.

## opencollada

No movements regarding the ticket I opened upstream [5].

[5] https://github.com/KhronosGroup/OpenCOLLADA/issues/338


-- 
Arturo Borrero González

___
Soc-coordination mailing list
Soc-coordination@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/soc-coordination

[Soc-coordination] GSoC 2015 Week 11 Report: Android Tools in Debian

2015-08-11 Thread Komal Sukhani
This week I had been working on packaging of Lombok and Lombok-ast. These
libraries are required for Android Lint Tool. Once these libraries get
package most
of tools under tools/base.git repositories will be built successfully.

Packaging of these libraries is taking some time as upstream has used many
jar
files from its repository. Removing dependency on these jar was time
consuming.
Besides this instead of using ivy ivyplusplus (ipp) library is used for
dependency
management. ivyplusplus is a jar containing Ivy as well as a few useful
constructs
built on top of it. I have created patches to remove dependency on
ivyplusplus and
have used ivy instead. I have also removed dependencies on some missing
libraries.

Next week, I will complete packaging of both lombok and lombok-ast
libraries and
will continue with packaging of Android SDK tools.
___
Soc-coordination mailing list
Soc-coordination@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/soc-coordination

[Soc-coordination] GSoC 2015 Week 10: Apport for Debian

2015-08-11 Thread Yuru Shao
Hi all,

Sorry for sending my report late. I was traveling last week so I didn’t make 
much progress. 

My mentor and I had a hangout meeting and discussed my implementation of 
reportbug functionality. It turned out reusing too much of reportbug’s UI is 
not a good choice because that will make further maintenance more difficult. I 
started working on improving the UI I implemented before to get it more user 
friendly and easy to follow when submitting bug reports.It should be done in 
one or two days.

Next is to fully test all new features I have implemented to make sure new code 
is ready to be merged to Apport’s codebase.

Thanks,
Yuru
___
Soc-coordination mailing list
Soc-coordination@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/soc-coordination

Re: [Soc-coordination] GSoC 2015 Week 10: Apport for Debian

2015-08-11 Thread Yuru Shao
This is the report for WEEK 11. 

I just copied the subject from previous report. Sorry for my carelessness :(


 On Aug 11, 2015, at 19:55, Yuru Shao shaoy...@gmail.com wrote:
 
 Hi all,
 
 Sorry for sending my report late. I was traveling last week so I didn’t make 
 much progress. 
 
 My mentor and I had a hangout meeting and discussed my implementation of 
 reportbug functionality. It turned out reusing too much of reportbug’s UI is 
 not a good choice because that will make further maintenance more difficult. 
 I started working on improving the UI I implemented before to get it more 
 user friendly and easy to follow when submitting bug reports.It should be 
 done in one or two days.
 
 Next is to fully test all new features I have implemented to make sure new 
 code is ready to be merged to Apport’s codebase.
 
 Thanks,
 Yuru


___
Soc-coordination mailing list
Soc-coordination@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/soc-coordination

[Soc-coordination] GSoC 2015 Week 11 Report : Integration of Debian with Android

2015-08-11 Thread Jivan Ghadage
This week I worked on dynamic profile creation,
it took some time as I was conofused regarding addition
of post start script and pre start script. After discussion
with mentor the issues is resolved and I have added it
to /etc/rc.local so where the debian will start these script
will get executed.

I spent some time on finding the issues related to Android L
as debian installation is facing some issues on Android 5.0


-- 
Jivan .

___
Soc-coordination mailing list
Soc-coordination@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/soc-coordination