[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1444 - in glibc-package/trunk/debian: . debhelper.in rules.d



Author: barbier
Date: 2006-04-15 14:29:44 +0000 (Sat, 15 Apr 2006)
New Revision: 1444

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/locales.install
   glibc-package/trunk/debian/rules.d/debhelper.mk
Log:
  * Fix location of locales/NEWS.Debian.  Thanks Matthijs Mohlmann.
    (Closes: #362763)


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-04-14 22:22:44 UTC (rev 1443)
+++ glibc-package/trunk/debian/changelog	2006-04-15 14:29:44 UTC (rev 1444)
@@ -16,6 +16,8 @@
     package enter unstable.  Packages which Build-Depends on locales are
     likely to FTBFS if locales-all is installed, this dependency will be
     fixed in a later release.
+  * Fix location of locales/NEWS.Debian.  Thanks Matthijs Mohlmann.
+    (Closes: #362763)
 
  -- Aurelien Jarno <aurel32@debian.org>  Fri, 14 Apr 2006 20:28:41 +0200
 

Modified: glibc-package/trunk/debian/debhelper.in/locales.install
===================================================================
--- glibc-package/trunk/debian/debhelper.in/locales.install	2006-04-14 22:22:44 UTC (rev 1443)
+++ glibc-package/trunk/debian/debhelper.in/locales.install	2006-04-15 14:29:44 UTC (rev 1444)
@@ -6,4 +6,3 @@
 debian/local/usr_sbin/update-locale usr/sbin
 debian/local/usr_sbin/validlocale usr/sbin
 DEB_SRCDIR/localedata/README usr/share/doc/locales
-debian/locales.NEWS.Debian usr/share/doc/locales/NEWS.Debian

Modified: glibc-package/trunk/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/debhelper.mk	2006-04-14 22:22:44 UTC (rev 1443)
+++ glibc-package/trunk/debian/rules.d/debhelper.mk	2006-04-15 14:29:44 UTC (rev 1444)
@@ -38,6 +38,7 @@
 
 define locales_extra_debhelper_pkg_install
 	install --mode=0644 $(DEB_SRCDIR)/localedata/ChangeLog debian/$(curpass)/usr/share/doc/$(curpass)/changelog
+	install --mode=0644 debian/locales.NEWS.Debian debian/$(curpass)/usr/share/doc/locales/NEWS.Debian
 endef
 
 define glibc-doc_extra_debhelper_pkg_install



Reply to: