New Distro

2016-08-05 Thread Satya Prakash Prasad
I am totally confused on steps to achieve creating a new Debian Distro - my requirement is that we need to create a new OS image where we just have packages that are required. Now is there a way where minimum packages details data is available - how do we know what extra needs to be added - where

Restart Building a Package

2016-07-26 Thread Satya Prakash Prasad
While I started to build gcc 4.9 early morning hours my side via command : dpkg-buildpackage -uc -us it turned out the whole day package creation execution went on and still unsure how much is left with. I am currently seeing a lot of test suites being executed. Is there a way that I can termina

Re: Info

2016-07-26 Thread Satya Prakash Prasad
if any? Regards, Prakash On Mon, Jul 25, 2016 at 9:12 PM, Wookey wrote: > On 2016-07-25 16:12 +0530, Satya Prakash Prasad wrote: > > This list is for discussing dpkg development, so is not the right > place to ask for help building packages. debian-user or > debian-toolchain are m

Info

2016-07-26 Thread Satya Prakash Prasad
I am in need to build gcc-4.9/libgcc1_4.9.2-10_amd64.deb locally so that I can copy this deb file to another host for installation. I am aware that we can build .deb & install file using below steps: # apt-get source gcc-4.9 # apt-get build-dep gcc-4.9 # cd # dpkg-buildpackage -uc -us # dpkg -i