[Pkg-shadow-commits] r1099 - in branches/etch/debian: . patches

Nicolas FRANCOIS nekral-guest at costa.debian.org
Fri Aug 25 16:13:59 UTC 2006


Author: nekral-guest
Date: 2006-08-25 16:13:58 +0000 (Fri, 25 Aug 2006)
New Revision: 1099

Added:
   branches/etch/debian/patches/499_gettext-0.15
Modified:
   branches/etch/debian/changelog
   branches/etch/debian/control
   branches/etch/debian/patches/series
   branches/etch/debian/rules
Log:
build with new gettext 0.15. This requires building with automake 1.9
and a change in po/Makefile.in.in: 499_gettext-0.15.


Modified: branches/etch/debian/changelog
===================================================================
--- branches/etch/debian/changelog	2006-08-25 12:18:29 UTC (rev 1098)
+++ branches/etch/debian/changelog	2006-08-25 16:13:58 UTC (rev 1099)
@@ -8,6 +8,9 @@
   * Upstream bugs fixed in upstream releases or CVS:
     - debian/patches/301_passwd-typo-383216: fix a typo in passwd.1
       Closes: #383216
+  * Upstream bugs not yet fixed in upstream releases or CVS:
+    - build with new gettext 0.15. This requires building with automake 1.9
+      and a change in po/Makefile.in.in: 499_gettext-0.15
 
  -- Christian Perrier <bubulle at debian.org>  Mon, 21 Aug 2006 12:59:53 -0500
 

Modified: branches/etch/debian/control
===================================================================
--- branches/etch/debian/control	2006-08-25 12:18:29 UTC (rev 1098)
+++ branches/etch/debian/control	2006-08-25 16:13:58 UTC (rev 1099)
@@ -4,7 +4,7 @@
 Maintainer: Shadow package maintainers <pkg-shadow-devel at lists.alioth.debian.org>
 Standards-Version: 3.7.2.0
 Uploaders: Christian Perrier <bubulle at debian.org>, Martin Quinson <mquinson at debian.org>, Nicolas FRANCOIS (Nekral) <nicolas.francois at centraliens.net>
-Build-Depends: autoconf, automake1.7, libtool, bzip2, gettext, libpam0g-dev, texinfo, file, debhelper (>= 4.1.16), po-debconf, libpam-runtime (>= 0.76-14), quilt, dpkg-dev (>= 1.13.5), xsltproc, docbook-xsl, docbook-xml, libxml2-utils, cdbs, libselinux1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], gnome-doc-utils
+Build-Depends: autoconf, automake1.9, libtool, bzip2, gettext, libpam0g-dev, texinfo, file, debhelper (>= 4.1.16), po-debconf, libpam-runtime (>= 0.76-14), quilt, dpkg-dev (>= 1.13.5), xsltproc, docbook-xsl, docbook-xml, libxml2-utils, cdbs, libselinux1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], gnome-doc-utils
 
 Package: passwd
 Architecture: any

Added: branches/etch/debian/patches/499_gettext-0.15
===================================================================
--- branches/etch/debian/patches/499_gettext-0.15	2006-08-25 12:18:29 UTC (rev 1098)
+++ branches/etch/debian/patches/499_gettext-0.15	2006-08-25 16:13:58 UTC (rev 1099)
@@ -0,0 +1,20 @@
+Goal: MKINSTALLDIRS is not defined otherwise.
+
+Fixes: #
+
+Note: this is a minimal patch. Maybe it would be better to update the file
+to the new one distributed with gettext.
+
+Index: shadow-4.0.18.1/po/Makefile.in.in
+===================================================================
+--- shadow-4.0.18.1.orig/po/Makefile.in.in	2006-08-25 17:43:49.000000000 +0200
++++ shadow-4.0.18.1/po/Makefile.in.in	2006-08-25 17:44:12.000000000 +0200
+@@ -26,7 +26,7 @@
+ 
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+-MKINSTALLDIRS = @MKINSTALLDIRS@
++MKINSTALLDIRS = @install_sh@ -d
+ mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
+ 
+ GMSGFMT = @GMSGFMT@

Modified: branches/etch/debian/patches/series
===================================================================
--- branches/etch/debian/patches/series	2006-08-25 12:18:29 UTC (rev 1098)
+++ branches/etch/debian/patches/series	2006-08-25 16:13:58 UTC (rev 1099)
@@ -41,3 +41,4 @@
 498_man_nonpam_undefined
 301_passwd-typo-383216
 101_ja
+499_gettext-0.15

Modified: branches/etch/debian/rules
===================================================================
--- branches/etch/debian/rules	2006-08-25 12:18:29 UTC (rev 1098)
+++ branches/etch/debian/rules	2006-08-25 16:13:58 UTC (rev 1099)
@@ -20,9 +20,9 @@
 
 include /usr/share/cdbs/1/class/autotools.mk
 # Automatically update autoconf, etc.
-DEB_AUTO_UPDATE_ACLOCAL  = 1.7
-DEB_AUTO_UPDATE_AUTOCONF = 1.7
-DEB_AUTO_UPDATE_AUTOMAKE = 1.7
+DEB_AUTO_UPDATE_ACLOCAL  = 1.9
+DEB_AUTO_UPDATE_AUTOCONF = 1.9
+DEB_AUTO_UPDATE_AUTOMAKE = 1.9
 
 # Adds extra options when calling the configure script:
 DEB_CONFIGURE_EXTRA_FLAGS := --disable-shared --without-libcrack --mandir=/usr/share/man --with-libpam --enable-shadowgrp --enable-man




More information about the Pkg-shadow-commits mailing list