The unified diff between revisions [4afe078b..] and [6633320d..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'debian/rules'
# # # patch "debian/rules" # from [ff1a6f39d7b229bbe940d464c3e1ce66f1ee3b8f] # to [a6070e2f1ba0e6c88672655b6c18880658155d5a] # ============================================================ --- debian/rules ff1a6f39d7b229bbe940d464c3e1ce66f1ee3b8f +++ debian/rules a6070e2f1ba0e6c88672655b6c18880658155d5a @@ -20,6 +20,9 @@ # # To run this makefile in a chroot: # cd ..; sudo schroot --chroot=unstable -- dpkg-buildpackage -uc -us -i +# +# To run lintian: +# cd ..; schroot --chroot=unstable -- make -f debian/rules lint .SUFFIXES= @@ -127,6 +130,7 @@ libgnade%-so: debian/libgnade%-stamp dh_install -p$(package) debian/tmp/libgnade$*.so.$($*_soversion) usr/lib dh_strip -p$(package) --dbg-package=libgnade$*-dbg dh_makeshlibs -p$(package) + dh_lintian -p$(package) # Install a -dev and -dbg package. All -dev packages add files to # adalib/gnade and adainclude/gnade, and there is only one project