Re: [DNG] Expired SSL certificate for git.devuan.org

2015-12-23 Thread Edward Bartolo
Hi, I want to access git.devuan.org to create a new netman-autostart project. Iceweasel is still insisting it is an untrusted site. Edward On 22/12/2015, Emiliano Marini wrote: > Great, thank you! > > On Tue, Dec 22, 2015 at 1:52 PM, Daniel Reurich

[DNG] netman-autostart_0.1.1

2015-12-23 Thread aitor_czr
Hi Edward, On 12/23/2015 01:00 PM, Edward Bartolo wrote: Hi All, As suggested around a weeka ago, I am opting to include another netman package whose purpose will be to configure netman so that it autostarts and autoconnect. This will obvioulsy depend on netman-gui. I

Re: [DNG] gbp:error: upstream/0.1.1 is not a valid treeish

2015-12-23 Thread aitor_czr
Hi Edward, On 12/22/2015 06:39 PM, Edward Bartolo wrote: Hi All, >> >>By hook and by crook I have 'git pushed' my netman with Rainer's patch. >> >>My current objective is to successive build packages using git instead >>of dpkg-buildpackages as suggested by various helpful

Re: [DNG] nmap in Debian Wheezy

2015-12-23 Thread Florian Zieboll
On Wed, 23 Dec 2015 08:14:44 -0300 Emiliano Marini wrote: > Is there any way to list recommended packages for a given package? Hello Emiliano, # apt-rdepends -s Recommends -s Suggests will return a list of all dependencies, recommends and suggests of the selected

Re: [DNG] nmap in Debian Wheezy

2015-12-23 Thread Emiliano Marini
Thank you Florian, I didn't know that tool: apt-rdepends - Recursively lists package dependencies I will try it. Cheers, Emiliano. On Wed, Dec 23, 2015 at 10:48 AM, Florian Zieboll wrote: > On Wed, 23 Dec 2015 08:14:44 -0300 > Emiliano Marini

Re: [DNG] netman-autostart_0.1.1

2015-12-23 Thread Rainer Weikusat
aitor_czr writes: > On 12/23/2015 01:00 PM, Edward Bartolo wrote: >> Hi All, >> >> As suggested around a weeka ago, I am opting to include another netman >> package whose purpose will be to configure netman so that it >> autostarts and autoconnect. This

Re: [DNG] gbp:error: upstream/0.1.1 is not a valid treeish

2015-12-23 Thread Edward Bartolo
Hi, Since git status was telling me that my netman branch was up to date with oringin/master, I used git checkout to discard changes in the working directory. git-buildpackage worked after that without issues. Edward On 23/12/2015, Edward Bartolo wrote: > Hi Aitor, > > I used

Re: [DNG] netman-autostart_0.1.1

2015-12-23 Thread Edward Bartolo
Hi Rainer, Incidentally, the scripts I used in netman-autostart are the same as the ones debconf-dev talks about. However, I will drop netman-autostart to develop netman as suggested above. Hopefully, I am up to the task expected. Edward On 23/12/2015, Rainer Weikusat

[DNG] git-buildpackage finally succeeds.

2015-12-23 Thread Edward Bartolo
Hi Aitor, Rainer and others, Finally, git-buildpackage succeeded to build the blessed packages! HURRAH! :) Since the terminal output is long I am placing it after the email's body. This is it. edbarx@edbarx-pc:~/netman-0.1.1$ git status On branch master Your branch is up-to-date with

Re: [DNG] gbp:error: upstream/0.1.1 is not a valid treeish

2015-12-23 Thread Edward Bartolo
Hi Aitor, I used 'quilt refresh' but still I cannot use git-buildpackage successfully. This is what git is telling me. "--git-ignore-new" was my salvation to successfully build Debian package using git... I am stuck as long as I cannot successfully run git-buildpackage to create a .deb package.

Re: [DNG] Expired SSL certificate for git.devuan.org

2015-12-23 Thread dev1fanboy
I can confirm this, some browsers are reporting the certificate as invalid still. Iceweasel doesn't cause a problem for me, palemoon does. Someone has confirmed when I asked that other browsers were fine but firefox 43 (linuxmint) was not. The error is: You have asked Pale Moon to connect

Re: [DNG] About the angband repos

2015-12-23 Thread Daniel Reurich
On 24/12/15 12:26, Daniel Reurich wrote: > I have a pulseaudio package in the works... but our build system is > broken due to the ssl cert issue so I can't even try to build it at the > moment... > > Daniel > > On 24/12/15 12:21, dev1fanboy wrote: >> Don't have enough skill with packaging to

Re: [DNG] nmap in Debian Wheezy

2015-12-23 Thread Simon Wise
On 24/12/15 02:12, Emiliano Marini wrote: Thank you Florian, I didn't know that tool: apt-rdepends - Recursively lists package dependencies I will try it. apt-cache does lots of information stuff including depends, rdepends (which is reverse depends), show (which gives description,

[DNG] git-buildpackage finally succeeds.

2015-12-23 Thread aitor_czr
Hi Edward, On 12/23/2015 07:14 PM, Edward Bartolo wrote: Hi Aitor, Rainer and others, Finally, git-buildpackage succeeded to build the blessed packages! HURRAH! :) HURRAH! : Aitor. ___ Dng mailing list

[DNG] About the angband repos

2015-12-23 Thread dev1fanboy
For the people who have used the angband repos, can these repos be added during a dist-upgrade or must it be done after? -- Take back your privacy. Switch to www.StartMail.com ___ Dng mailing list Dng@lists.dyne.org

Re: [DNG] nmap in Debian Wheezy

2015-12-23 Thread Simon Wise
On 24/12/15 10:36, Emiliano Marini wrote: Yeah, I checked that manpage, but apt-cache shows no info about recommended and suggested packages, only dependencies (at least in wheezy) apt-cache show package gives info, including recommended. Simon

Re: [DNG] nmap in Debian Wheezy

2015-12-23 Thread Emiliano Marini
Is there any way to list recommended packages for a given package? I mean, when you run "apt-cache depends" it list a package's dependencies. For example: # LANG=C apt-cache depends nmap nmap Depends: libc6 Depends: libgcc1 Depends: liblua5.1-0 Depends: libpcap0.8 Depends: libpcre3

[DNG] netman-autostart_0.1.1

2015-12-23 Thread Edward Bartolo
Hi All, As suggested around a weeka ago, I am opting to include another netman package whose purpose will be to configure netman so that it autostarts and autoconnect. This will obvioulsy depend on netman-gui. I think, to configure netman so that it starts automatically and attempts to connect

Re: [DNG] nmap in Debian Wheezy

2015-12-23 Thread Simon Wise
On 23/12/15 02:19, Emiliano Marini wrote: Wow thanks man! # apt-get install --no-install-recommends nmap That can be set in apt's config files, in /etc/apt. It really helps maintaining a system .. you can look at the recommends listed and install the ones you want. I've kept my old