Package: automake1.7
Version: 1.7.9-9.1
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch

Dear Maintainer,

I have attached a patch which adds ${misc:Depends} depends since this package 
uses debhelper
hopefully this can be included in your next update to this package.



Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers quantal-updates
  APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 
'quantal-proposed'), (500, 'quantal'), (100, 'quantal-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.5.0-15-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'Makefile.in'
--- Makefile.in	2004-04-20 23:47:54 +0000
+++ Makefile.in	2012-09-24 07:12:42 +0000
@@ -472,7 +472,8 @@
 	$(MAKE) $(AM_MAKEFLAGS) \
 	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
 	  dist-info
-	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
+	-find "$(distdir)" -type d ! -perm -755 \
+		-exec chmod u+rwx,go+rx {} \; -o \
 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \

=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control	2006-06-15 21:33:50 +0000
+++ debian/control	2012-09-24 07:13:14 +0000
@@ -9,7 +9,7 @@
 Package: automake1.7
 Architecture: all
 Provides: automaken
-Depends: autoconf (>= 2.54), autotools-dev (>= 20020320.1)
+Depends: ${misc:Depends}, autoconf (>= 2.54), autotools-dev (>= 20020320.1)
 Conflicts: automake1.6 (<< 1.6.1-4), automake (<< 1:1.4-p5-1), automake1.5 (<< 1.5-2)
 Description: A tool for generating GNU Standards-compliant Makefiles
  Automake is a tool for automatically generating `Makefile.in's from

=== modified file 'lib/am/distdir.am'
--- lib/am/distdir.am	2004-04-20 23:47:54 +0000
+++ lib/am/distdir.am	2012-09-24 07:12:42 +0000
@@ -181,11 +181,7 @@
 endif %?DIST-TARGETS%
 ##
 ## This complex find command will try to avoid changing the modes of
-## links into the source tree, in case they're hard-linked.  It will
-## also make directories writable by everybody, because some
-## brain-dead tar implementations change ownership and permissions of
-## a directory before extracting the files, thus becoming unable to
-## extract them.
+## links into the source tree, in case they're hard-linked.
 ##
 ## Ignore return result from chmod, because it might give an error
 ## if we chmod a symlink.
@@ -198,7 +194,8 @@
 ## the file in place in the source tree.
 ##
 if %?TOPDIR_P%
-	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
+	-find "$(distdir)" -type d ! -perm -755 \
+		-exec chmod u+rwx,go+rx {} \; -o \
 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \

Reply via email to