Re: [apparmor] [PATCH] make ltmain.sh not a symlink

2013-12-02 Thread Steve Beattie
On Mon, Dec 02, 2013 at 01:28:57PM -0800, Kees Cook wrote:
> Without "-c", libtoolize will create a symlink for ltmain.sh, which is not
> useful for people without the tools installed, and is against Debian
> packaging policy (symlink pointing outside the source tree).
> 
> Signed-off-by: Kees Cook 
Acked-by: Steve Beattie 

Thanks!

-- 
Steve Beattie

http://NxNW.org/~steve/


signature.asc
Description: Digital signature
-- 
AppArmor mailing list
AppArmor@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor


Re: [apparmor] switch away from REPO_URL shortcut

2013-12-02 Thread Steve Beattie
On Mon, Dec 02, 2013 at 01:50:45PM -0800, Kees Cook wrote:
> Since --per-file-timestamps is broken over the SSH transport, make the
> default the HTTPS URI instead.
> 
> Signed-off-by: Kees Cook 
Acked-by: Steve Beattie 

> ---
> 
> === modified file 'Makefile'
> --- Makefile  2012-03-22 20:17:48 +
> +++ Makefile  2013-12-02 21:47:38 +
> @@ -12,7 +12,9 @@
>   changehat/pam_apparmor \
>   tests
>  
> -REPO_URL?=lp:apparmor
> +#REPO_URL?=lp:apparmor
> +# --per-file-timestamps is failing over SSH, 
> https://bugs.launchpad.net/bzr/+bug/1257078
> +REPO_URL?=https://code.launchpad.net/~apparmor-dev/apparmor/master
>  # alternate possibilities to export from
>  #REPO_URL=.
>  #REPO_URL="bzr+ssh://bazaar.launchpad.net/~sbeattie/+junk/apparmor-dev/"

-- 
Steve Beattie

http://NxNW.org/~steve/


signature.asc
Description: Digital signature
-- 
AppArmor mailing list
AppArmor@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor


[apparmor] switch away from REPO_URL shortcut

2013-12-02 Thread Kees Cook
Since --per-file-timestamps is broken over the SSH transport, make the
default the HTTPS URI instead.

Signed-off-by: Kees Cook 
---

=== modified file 'Makefile'
--- Makefile2012-03-22 20:17:48 +
+++ Makefile2013-12-02 21:47:38 +
@@ -12,7 +12,9 @@
  changehat/pam_apparmor \
  tests
 
-REPO_URL?=lp:apparmor
+#REPO_URL?=lp:apparmor
+# --per-file-timestamps is failing over SSH, 
https://bugs.launchpad.net/bzr/+bug/1257078
+REPO_URL?=https://code.launchpad.net/~apparmor-dev/apparmor/master
 # alternate possibilities to export from
 #REPO_URL=.
 #REPO_URL="bzr+ssh://bazaar.launchpad.net/~sbeattie/+junk/apparmor-dev/"


-- 
Kees Cook

-- 
AppArmor mailing list
AppArmor@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor


[apparmor] [PATCH] make ltmain.sh not a symlink

2013-12-02 Thread Kees Cook
Without "-c", libtoolize will create a symlink for ltmain.sh, which is not
useful for people without the tools installed, and is against Debian
packaging policy (symlink pointing outside the source tree).

Signed-off-by: Kees Cook 
---

=== modified file 'libraries/libapparmor/autogen.sh'
--- libraries/libapparmor/autogen.sh2008-05-19 22:48:31 +
+++ libraries/libapparmor/autogen.sh2013-12-02 21:23:42 +
@@ -37,6 +37,6 @@
 echo "Running autoconf"
 autoconf --force
 echo "Running libtoolize"
-libtoolize --automake
-echo "Running automake -ac"
+libtoolize --automake -c
+echo "Running automake"
 automake -ac


-- 
Kees Cook

-- 
AppArmor mailing list
AppArmor@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor