-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I followed the next steps to build debian package:
- Download and unpack poco-1.6.1 and cd into it
- Clone poco/distr somewhere else
$ git clone https://github.com/pocoproject/distro.git ~/poco-distr
- Copy debian to poco-1.6.1,
$ cp -r ~/poco-distr/Linux/Ubuntu/poco/1.6.1/debian .
- Install dependencies defined in
debian/control
- Build
$ dpkg-buildpackage -us -uc
I'm getting following error:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "en_US.UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
dpkg-source: error: can't build with source format '3.0 (native)': native package version may not have a revision
dpkg-buildpackage: error: dpkg-source -b poco-1.6.1 gave error exit status 255
username@the-host:~/download/poco-1.6.1$ quilt --version
0.63
How do you build it?
Metadata
Metadata
Assignees
Labels
No labels