X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=debian%2Frules;h=2b9ba31988b8aca70825f1e6d9290ffa15d5d894;hb=5584b77ff36bbdb176374c23252743ea696e895f;hp=94ee65cfa4e7081a89edb039f52a31a7184a8cd4;hpb=2ff2940d5eba464642d5fc1c293d0ded5d320082;p=pkg%2Fabook.git diff --git a/debian/rules b/debian/rules index 94ee65c..2b9ba31 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,9 @@ #!/usr/bin/make -f #DH_VERBOSE = 1 -DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/default.mk - export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -g -Wall -pedantic -std=gnu89 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh $@ + dh $@ --with autotools_dev