Hello, I am trying to make burp work on HPPA and powerpcspe architectures and there for I want to specify witch version of debhelper he must juse.
My control file looks like this. Source: burp Section: utils Priority: extra Maintainer: Bastiaan Franciscus van den Dikkenberg <b...@dikkenberg.net> Build-Depends: debhelper (>= 8)[!hppa] [!powerpcspe],debhelper (= 9.20120528) [hppa], debhelper (= 9.20120528) [powerpcspe] Build-Depends-Indep: autotools-dev, libncurses5-dev, libssl-dev, zlib1g-dev, librsync-dev, libacl1-dev, libattr1-dev, uthash-dev, openssl Standards-Version: 3.9.3 Homepage: http://burp.grke.net/ Vcs-Git: git://github.com/grke/burp.git #Vcs-Browser: http://git.debian.org/?p=collab-maint/burp.git;a=summary Package: burp Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Simple cross-platform network BackUp and Restore Program Burp is a client/server backup system that saves space and network usage by using librsync, and uses the Volume Snapshot Service when backing up Windows clients. Package: burp-dbg Architecture: any Section: debug Depends: burp (= ${binary:Version}), ${misc:Depends} Description: debugging symbols for Burp Burp is a client/server backup system that saves space and network usage by using librsync, and uses the Volume Snapshot Service when backing up Windows clients. . This package contains debugging symbols for burp. Lintian says that this not correct : warning: the authors of lintian do not recommend running it with root privileges! E: burp source: package-uses-debhelper-but-lacks-build-depends P: burp source: package-lacks-versioned-build-depends-on-debhelper 7 W: burp source: debhelper-overrides-need-versioned-build-depends (>= 7.0.50~) E: burp source: build-depends-indep-without-arch-indep E: burp source: bad-relation build-depends: debhelper (>= 8) [!hppa] [!powerpcspe] N: the "wrong" file permissions are for security reasons O: burp: non-standard-file-perm etc/burp/burp-server.conf 0600 != 0644 N: the "wrong" file permissions are for security reasons O: burp: non-standard-file-perm etc/burp/burp.conf 0600 != 0644 O: burp: non-standard-dir-perm etc/burp/clientconfdir/ 0700 != 0755 O: burp: non-standard-dir-perm var/spool/burp/ 0700 != 0755 What is the correct way ? With kind regards, Bas van den Dikkenberg