I just downloaded upstream code from: http://www.eu.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.21.tar.bz2 . I found that it did not generate setpcaps, sucap, and execcap. So I modified debian/control file. The following is my debdiff:
diff -Nru libcap2-2.21/debian/changelog libcap2-2.21/debian/changelog --- libcap2-2.21/debian/changelog 2011-05-23 02:23:51.000000000 +0800 +++ libcap2-2.21/debian/changelog 2011-06-23 11:05:50.000000000 +0800 @@ -1,3 +1,10 @@ +libcap2 (1:2.21-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Modify long description in libcap2-bin/debian/control, remove those files that were not generated. + + -- Zhi Li <[email protected]> Thu, 23 Jun 2011 11:02:25 +0800 + libcap2 (1:2.21-1) unstable; urgency=low * New upstream release. diff -Nru libcap2-2.21/debian/control libcap2-2.21/debian/control --- libcap2-2.21/debian/control 2010-08-17 05:16:35.000000000 +0800 +++ libcap2-2.21/debian/control 2011-06-23 10:57:53.000000000 +0800 @@ -15,7 +15,7 @@ Suggests: libcap-dev Conflicts: libcap-bin Description: basic utility programs for using capabilities - This package contains the programs sucap, execap, getpcaps, setpcaps for + This package contains the programs getpcaps, capsh, getcap, and setcap for manipulation of capabilities. The manpages of this package reference the manpage cap_from_text(3) from the libcap-dev package. Please install the libcap-dev package if you need its documentation. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

