]> git.saurik.com Git - apt.git/commit
remove semi-support for different build-dirs
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 25 May 2016 06:27:58 +0000 (08:27 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 25 May 2016 06:27:58 +0000 (08:27 +0200)
commita97127c3d019ee073c078dbb652a12386f58515b
tree71d26ff22f36456def45100ee35ad47d4e9f8688
parent83defe877fad2684179d9ddb6e2a40857c3a89e9
remove semi-support for different build-dirs

The debian/rules file tries to guess in which directory it is supposed
to be building, but that guess is always ./build – if it wasn't it
would fail later as not all rules take alternatives into acount.

So, as this is clearly not used lets remove this complexity instead of
fixing it up.

Git-Dch: Ignore
debian/rules