how to build the deb packages.

Asked by Andy

could you please tell me how to build the deb packages of "linux-azure-cloud-tools" and other packages.

Thanks,
Andy

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu linux-azure Edit question
Assignee:
No assignee Edit question
Solved by:
Andy
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Its already in deb format. Just use apt-get to install it

Why are you building debs

Revision history for this message
Andy (andyliuliming) said :
#2

@actionparsnip, I want to do some changes and then verify my change works. so I want to know how to build this deb package :)

Revision history for this message
Manfred Hampl (m-hampl) said :
#3
Revision history for this message
Andy (andyliuliming) said :
#4

actually I'm trying to build the
"linux-cloud-tools-common" package.
I suppose "sudo fakeroot debian/rules binary" would produce this.
but I only got the "linux-azure-tools-4.15.0-1014_4.15.0-1014.14_amd64.deb" "linux-azure-cloud-tools-4.15.0-1014_4.15.0-1014.14_amd64.deb" and so on. but the "linux-cloud-tools-common" are not there.
could you please help?

Revision history for this message
Andy (andyliuliming) said :
#5

BTW, I already do the change
-do_tools_common = false
+do_tools_common = true
in the file "debian.azure/rules.d/amd64.mk"

Revision history for this message
Andy (andyliuliming) said :
#6

ah, seems that package are put under
https://launchpad.net/ubuntu/+source/linux.

Revision history for this message
Manfred Hampl (m-hampl) said :
#7

It seems that you are confusing the packages built from the "linux-azure" and those built from the "linux" source.