The unified diff between revisions [4afe078b..] and [6633320d..] is displayed below. It can also be downloaded as a raw diff.
# # # add_file "debian/libgnadesqlite3-2.lintian-overrides" # content [635ee31c5ef1a1e13ac199e7dc5f26fb48cd9be8] # # patch "debian/control" # from [d038c4a8f93d7f9b0c270233af9d9261e92f1808] # to [e97cb939cbbfcb5d0cbb3339cbc25ddc05dfaf82] # # patch "debian/rules" # from [ff1a6f39d7b229bbe940d464c3e1ce66f1ee3b8f] # to [a6070e2f1ba0e6c88672655b6c18880658155d5a] # ============================================================ --- debian/libgnadesqlite3-2.lintian-overrides 635ee31c5ef1a1e13ac199e7dc5f26fb48cd9be8 +++ debian/libgnadesqlite3-2.lintian-overrides 635ee31c5ef1a1e13ac199e7dc5f26fb48cd9be8 @@ -0,0 +1 @@ +libgnadesqlite3-2 binary: shlib-with-executable-stack usr/lib/libgnadesqlite3.so.2 ============================================================ --- debian/control d038c4a8f93d7f9b0c270233af9d9261e92f1808 +++ debian/control e97cb939cbbfcb5d0cbb3339cbc25ddc05dfaf82 @@ -4,7 +4,7 @@ Uploaders: Ludovic Brenta <lbrenta@debia Maintainer: Stephen Leake <stephen_leake@stephe-leake.org> Uploaders: Ludovic Brenta <lbrenta@debian.org> # sqlite3, libsqlite3-dev are used to test the sqlite3 interface -Build-Depends: debhelper (>> 5), gnat-4.4, unixodbc-dev, libsqlite3-dev, quilt +Build-Depends: debhelper (>= 6.0.7~), gnat-4.4, unixodbc-dev, libsqlite3-dev, quilt Standards-Version: 3.8.3 XS-Vcs-Mtn: www.ada-france.org org.debian.gnade XS-Vcs-Browser: http://www.ada-france.org:8081/branch/changes/org.debian.gnade ============================================================ --- 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