Re: Advice on a new package

2012-08-31 Thread Russ Allbery
Juhani Numminen writes: > Compat level is indeed 9 (and Build-Depend on debhelper 9). Activating > all hardening flags did produce a bit strange executable. I could not > run it from file manager (it's Thunar 1.2.3-4+b1), it was identified as > a "library". Running application from command line

Re: Advice on a new package

2012-08-31 Thread Juhani Numminen
2012/8/30 Markus Koschany : > Hi Juhani, > > i'm working on a debian package myself at the moment and i think the > recommended way to implement hardening is to use dpkg-buildflags. > > http://wiki.debian.org/HardeningWalkthrough Oh, I hadn't spotted that wiki page. It gave me more information abo

Re: Advice on a new package

2012-08-30 Thread Markus Koschany
On 30.08.2012 21:33, Juhani Numminen wrote: > 2012/8/29 Boris Pek : >>> The package has a Lintian warning: W: fortuner: >>> hardening-no-fortify-functions usr/games/fortuner. How should that be >>> treated? >> >> http://wiki.debian.org/Hardening >> >> Note: Lintian can generate false positive here.

Re: Advice on a new package

2012-08-30 Thread Juhani Numminen
Thanks for your help! I've filed an ITP bug, it is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686185 I'd like to package this on Alioth so I asked to get into pkg-games there (the username is jsonic-guest). 2012/8/29 Boris Pek : >> The package has a Lintian warning: W: fortuner: >> hardenin

Re: Advice on a new package

2012-08-29 Thread Boris Pek
Hi, > I'm interested in making a Debian package of my own software Fortuner, > homepage https://github.com/jnumm/fortuner . The software is a > modernization of classic UNIX fortune program. I think it falls under > the games category so I'm writing on pkg-games list, too. > > Should I put this pa

Re: Advice on a new package

2012-08-29 Thread Nathan Owens
On 08/29/2012 02:07 PM, Juhani Numminen wrote: hardening-no-fortify-functions usr/games/fortuner Take a look at http://wiki.debian.org/Hardening. If it was me I would use the one that states: DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk CFLAGS += -Wextra Also the package w

Advice on a new package

2012-08-29 Thread Juhani Numminen
Hello! I'm interested in making a Debian package of my own software Fortuner, homepage https://github.com/jnumm/fortuner . The software is a modernization of classic UNIX fortune program. I think it falls under the games category so I'm writing on pkg-games list, too. Should I put this package on