debian: improve debian packaging (Thanks to Thomas Hood)

This commit is contained in:
Romuald Conty 2011-05-12 14:01:51 +00:00
parent b98afced69
commit b9bcfaf959
6 changed files with 732 additions and 34 deletions

1
debian/rules vendored
View file

@ -45,6 +45,7 @@ endif
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
endif
chmod ugo+x ./configure
./configure $(CROSS) --enable-serial-autoprobe --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS) $(CROSS_CFLAGS)" LDFLAGS="-Wl,-z,defs $(LDFLAGS)"