Re: Haskell version

2016-06-02 Thread Sean Whitton
Dear Marwan, On Thu, Jun 02, 2016 at 05:44:00PM +0200, Marwan Rabbâa wrote: > I'm interested to maintain an haskell packet for debian. > > Actually I'm compiling my package with stack, so not debian policy compilant. Based on what you said on debian-mentors, it looks like your package is an

Re: LTS-6 status

2016-06-02 Thread Sean Whitton
On Thu, Jun 02, 2016 at 09:35:43AM +0200, Joachim Breitner wrote: > In fact, no need to wait: We could open a LTS-7 branch in the package > plan, upgrade to stackage nightly, which is already based on GHC 8, > and then start upgrading the packages in the experimental branch of > the packages

Re: VCS-GIT fields wrong?

2016-06-02 Thread Gianfranco Costamagna
Hi, I merged master into experimental, fixed conflicts, and changed some more files (up to one week ago, cgit urls weren't clonable, so I changed them to "git" instead) I hope I didn't mess too much with the repo :) G. Il Giovedì 2 Giugno 2016 18:48, Joachim Breitner

Re: VCS-GIT fields wrong?

2016-06-02 Thread Joachim Breitner
Hi, didn’t review yet, but this might make merging from master difficult. Can you merge master into experimental first? Thanks, Joachim Am Donnerstag, den 02.06.2016, 13:40 + schrieb Gianfranco Costamagna: > Hi, I noticed some vcs-* were wrong, because they contained cgit > and moreover

VCS-GIT fields wrong?

2016-06-02 Thread Gianfranco Costamagna
Hi, I noticed some vcs-* were wrong, because they contained cgit and moreover some VCS-darcs were still around. I should have changed all of them to be the same url, in the experimental branch. Can anybody please check and review? this is the first time I script some sed stuff like this with

Re: LTS-6 status

2016-06-02 Thread Gianfranco Costamagna
Hi, >DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildflags --get CFLAGS >-g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security In case of ghc the harderning flags are turned off https://sources.debian.net/src/ghc/7.10.3-9/debian/rules/ and yes, I'm going to commit that in

Re: LTS-6 status

2016-06-02 Thread Gard Spreemann
On Wednesday 01 June 2016 14:29:38 Gianfranco Costamagna wrote: > Hi, > > >I am ignorant of PIE issues. Can you tell me if this patch should enter > > > >Debian? > > the issue is: PIE has to be disabled, because it breaks libraries. > It is *actually* disabled in Debian, but not in Ubuntu, where