diff options
author | Theodore Ts'o <tytso@mit.edu> | 2011-09-18 23:53:23 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-09-18 23:53:23 -0400 |
commit | 55e00a250398a2446e9872302579d49a5da76c22 (patch) | |
tree | 81f3b8288f62356afb0a12e270326c15a5645a63 /debian/ss-dev.files.in | |
parent | d1154eb460efe588eaed3d439c1caaca149fa362 (diff) | |
download | e2fsprogs-55e00a250398a2446e9872302579d49a5da76c22.tar.gz |
debian: add support for multiarch
Enhance the debian build rules so it will create multiarch compliant
packages on those distributions that have support for it.
Also remove e2initrd-helper from the e2fsprogs package since no one
uses it any more.
Also update the debian policy standards version to 3.9.2.
Addresses-Debian-Bug: #632169
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'debian/ss-dev.files.in')
-rw-r--r-- | debian/ss-dev.files.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/ss-dev.files.in b/debian/ss-dev.files.in new file mode 100644 index 00000000..d0c788ee --- /dev/null +++ b/debian/ss-dev.files.in @@ -0,0 +1,7 @@ +usr/lib/*/libss.so +usr/lib/*/libss.a +usr/include/ss/* +usr/bin/mk_cmds +usr/share/ss/* +usr/share/man/man1/mk_cmds* +usr/lib/*/pkgconfig/ss.pc |