diff options
-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 |