Questions tagged [pbuilder]

Pbuilder is an automatic Debian Package Building system for personal development workstation environments.

Pbuilder is an automatic Debian Package Building system for personal development workstation environments.

23 questions
0
votes
1 answer

Embedded system Build-system to use debian pbuilder

As we know, buildroot and openEmbedded are major build systems for embedded system. Could anyone share what pbuilder is? Does it appropriate to be used in building embedded system? Could any expert share your experiences? Thank you.
Francis Hu
  • 33
  • 1
  • 5
0
votes
1 answer

Running a script during Debian Packaging

I have some source files and one bash script to run during installation in Ubuntu machines. What is an easy guide to Debian packaging and create packages for own use? My practice includes: I made a sample which copies the files in to /usr/bin/…
Swetha
  • 523
  • 1
  • 4
  • 11
0
votes
1 answer

pbuilder storing dependencies

I'm building only a limited number of packages, which have the same dependency set on every build. Unfortunately, pbuilder tries to install the dependencies on every rebuild instead of storing a prepared image and reusing it every time, for…
viraptor
  • 33,322
  • 10
  • 107
  • 191
0
votes
1 answer

pbuilder not building correctly

This is my first time packaging a debian package so i might be doing something wrong but I've followed the guidelines and after running "pbuilder create" it goes through the process of checking/downloading dependencies. At the end it should give me…
AP 2022
  • 738
  • 1
  • 5
  • 20
0
votes
1 answer

How do I force update local packages using pbuilder?

I have two packages (cainteoir-engine and cainteoir-gtk) that I am building using pbuilder, where cainteoir-gtk depends on cainteoir-engine. I have pdebuild picking up the local dependencies. However, if I make a change to the build scripts (e.g.…
reece
  • 7,945
  • 1
  • 26
  • 28
0
votes
1 answer

how can I build packages in launchpad using valac-0.18 or higher?

How can I build my package using valac-0.18 and libgranite1 on launchpad? It only has valac-0.16 and libgranite0. I succesfully built a .deb package with pbuilder by adding my computer sourcelist with "--aptconfdir /etc/apt": pbuilder-dist…
Levi
  • 317
  • 4
  • 15
0
votes
1 answer

sudo in pbuilder environment to install

I try to build a PPA for Ubuntu of PJSIP including python bindings: pbuilder-dist raring build pjproject_2.1-2.dsc To install the bindings the command (executed by make install) sudo python setup.py install needs to be executed. Without sudo the…
Dennis Guse
  • 883
  • 10
  • 34
-1
votes
2 answers

reprepro complains about the generated pbuilder debian.tar.gz archive md5

I have configured a private APT repository (using resources on internet like http://inodes.org/2009/09/14/building-a-private-ppa-on-ubuntu/) and I'm uploading for the first time my package containing the sources of my C++ application. So reprepro…
ZedTuX
  • 2,859
  • 3
  • 28
  • 58
1
2