Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Changes for autotools builds planned

<< < (5/6) > >>

mandrav:
This is what I use to test the deb generation:


--- Code: ---fakeroot debian/rules binary

--- End code ---

(this helps avoid lengthy recompile times)
(you obviously need to install the fakeroot package too)

anarxia:

--- Quote from: mandrav on July 17, 2007, 08:41:36 am ---
--- Quote from: anarxia on July 17, 2007, 05:07:52 am ---Just a few comments for the debian directory:
1. You basically hardcoded all dependencies. That's a big no-no for several reasons. You should use ${shlibs:Depends}.
    I can fix the packages to work correctly with ${shlibs:Depends} if you are interested and send a patch here.
2. The -devel prefix is -dev in the Debian/Ubuntu world.
3. You can build-depend on a specific version of libstdc++-dev, but you should also provide | libstdc++-dev as an alternative for people with
    other versions of g++.
4. You shouldn't install the .la files. All library packages remove those as they cause problems.

--- End quote ---

Thx for the comments. Patches are welcome ;)

--- End quote ---

I uploaded the patch in the BerliOS site. (patch #002100).

darthdespotism:
Not sure if it goes here right but the rev-Number should be upgraded in the changelog right?

Here it stays 4268 as is the Version in the Repos.

mandrav:

--- Quote from: darthdespotism on July 18, 2007, 06:27:01 pm ---Not sure if it goes here right but the rev-Number should be upgraded in the changelog right?

Here it stays 4268 as is the Version in the Repos.

--- End quote ---

It isn't updated automatically. You must run 'update-revision.sh' yourself (after 'svn update').

darthdespotism:
ok thank you ;)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version