On Sun, Apr 12, 2015 at 03:09:04PM +0200, Christian Boltz wrote: > Hello, > > Am Donnerstag, 9. April 2015 schrieb Tyler Hicks: > > On 2015-04-06 21:02:16, Christian Boltz wrote: > > > "make distclean" shrinks the list a bit: > > > > > > unknown: > > > libraries/libapparmor/test-driver > > > libraries/libapparmor/include/Makefile.in > > > libraries/libapparmor/include/sys/Makefile.in > > > libraries/libapparmor/swig/python/test/Makefile.in > > > > > > Should (some of) those files get added to .bzrignore, or does the > > > Makefile need an update to delete them? > > > > The Makefile.in and test-driver files should be added to .bzrignore. > > OK, here we go: > > > Add libapparmor test-driver and some Makefile.in to .bzrignore > > With these changes, "bzr status" is clean again after "make distclean" > > > [ bzrignore-libraries.diff ]
That's fine, Acked-by: Steve Beattie <[email protected]>. After running make maintainer-clean, bzr status also mentions libraries/libapparmor/swig/perl/Makefile.perle (I build with the perl bindings enabled locally to ensure they don't get broken), so it would probably be useful to add: === modified file '.bzrignore' --- .bzrignore 2015-04-02 21:48:26 +0000 +++ .bzrignore 2015-04-13 16:29:39 +0000 @@ -69,6 +69,7 @@ libraries/libapparmor/swig/perl/Makefile.PL libraries/libapparmor/swig/perl/Makefile.in libraries/libapparmor/swig/perl/Makefile.perl +libraries/libapparmor/swig/perl/Makefile.perle libraries/libapparmor/swig/perl/blib libraries/libapparmor/swig/perl/libapparmor_wrap.c libraries/libapparmor/swig/perl/pm_to_blib -- Steve Beattie <[email protected]> http://NxNW.org/~steve/
signature.asc
Description: Digital signature
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
