On Mon, Oct 01, 2012 at 05:08:22PM -0700, John Johansen wrote: > So the library version has not been being correctly bumped. > Make this a little bit easier to follow
Note changes below. Acked-By: Steve Beattie <[email protected]> with said changes. Are you going to send a patch to actually bump things? Thanks > === modified file 'libraries/libapparmor/src/Makefile.am' > --- libraries/libapparmor/src/Makefile.am 2012-04-25 19:15:19 +0000 > +++ libraries/libapparmor/src/Makefile.am 2012-10-02 00:00:43 +0000 > @@ -1,5 +1,28 @@ > INCLUDES = $(all_includes) > > +# variables to set the library verions used by libtool ^versions > +# Use these rules to update the library version. > +# 1. Update the version information only immediately before a public release > +# of your software. More frequent updates are unnecessary, and only > +# guarantee that the current interface number gets larger faster. > +# 2. If the library source code has changed at all since the last update, > +# then > +# - increment AA_LIB_REVISION > +# 3. If any interfaces have been added, removed, or changed since the last > +# update, > +# - increment AA_LIB_CURRENT > +# - set AA_LIB_REVISION to 0. > +# 4. If any interfaces have been added since the last public release, then > +# - increment age. ^^^^ s/age/AA_LIB_AGE/ > +# 5. If any interfaces have been removed or changed since the last public > +# release, then > +# - set age to 0. ^^^^ s/age/AA_LIB_AGE/ > +# > +AA_LIB_CURRENT = 1 > +AA_LIB_REVISION = 2 > +AA_LIB_AGE = 0 > + > + -- 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
