diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-02 09:56:42 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-02 09:56:42 +0200 |
commit | 9bb58050f3de461ea6a26cadd12c0bea14b30d5d (patch) | |
tree | bf2f5c1fffc3f2ec6cd07c0e1ab601e5bf0a8d0f /debian | |
parent | 1e7a9ab029800674173f6c1d0311f6d3e72636f0 (diff) |
More lintian fixes
* debian/hurd-dev.lintian-overrides: New overrides to allow libstore_* not
being stripped (they wouldn't work, else).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/hurd-dev.lintian-overrides | 14 |
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6d7351af..ac80324d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -56,6 +56,8 @@ hurd (20100701-1) unstable; urgency=low supposed to be statically linked, and accept hurd to be essential. * debian/hurd-udeb.lintian-overrides: New overrides to validate hurd-i386-specific paths. + * debian/hurd-dev.lintian-overrides: New overrides to allow libstore_* not + being stripped (they wouldn't work, else). [ Guillem Jover ] * Update make-new-tarball.sh to exclude git instead of CVS paths. diff --git a/debian/hurd-dev.lintian-overrides b/debian/hurd-dev.lintian-overrides new file mode 100644 index 00000000..96bd0b28 --- /dev/null +++ b/debian/hurd-dev.lintian-overrides @@ -0,0 +1,14 @@ +unstripped-binary-or-object ./lib/libstore_bunzip2.a +unstripped-binary-or-object ./lib/libstore_concat.a +unstripped-binary-or-object ./lib/libstore_copy.a +unstripped-binary-or-object ./lib/libstore_device.a +unstripped-binary-or-object ./lib/libstore_file.a +unstripped-binary-or-object ./lib/libstore_gunzip.a +unstripped-binary-or-object ./lib/libstore_ileave.a +unstripped-binary-or-object ./lib/libstore_memobj.a +unstripped-binary-or-object ./lib/libstore_module.a +unstripped-binary-or-object ./lib/libstore_mvol.a +unstripped-binary-or-object ./lib/libstore_nbd.a +unstripped-binary-or-object ./lib/libstore_remap.a +unstripped-binary-or-object ./lib/libstore_task.a +unstripped-binary-or-object ./lib/libstore_zero.a |