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

r6554 - in glibc-package/branches/glibc-2.21/debian: . control.in debhelper.in



Author: aurel32
Date: 2015-09-10 10:41:52 +0000 (Thu, 10 Sep 2015)
New Revision: 6554

Added:
   glibc-package/branches/glibc-2.21/debian/debhelper.in/libc-dev-bin.lintian-overrides
Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
   glibc-package/branches/glibc-2.21/debian/control
   glibc-package/branches/glibc-2.21/debian/control.in/main
   glibc-package/branches/glibc-2.21/debian/debhelper.in/libc-bin.lintian-overrides
Log:
libc-bin, libc-dev-bin: Recommends the manpages package and add lintian
override for missing manpages.

Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog	2015-09-10 10:21:27 UTC (rev 6553)
+++ glibc-package/branches/glibc-2.21/debian/changelog	2015-09-10 10:41:52 UTC (rev 6554)
@@ -43,6 +43,8 @@
     file using the build-id instead of a fixed path. This is much more
     multiarch friendly.
   * control.in/*: remove pre-squeeze conflicts.
+  * libc-bin, libc-dev-bin: Recommends the manpages package and add lintian
+    override for missing manpages.
 
   [ Steven Chamberlain ]
   * sysdeps/kfreebsd.mk: find kfreebsd-kernel-headers in multiarch path.

Modified: glibc-package/branches/glibc-2.21/debian/control
===================================================================
--- glibc-package/branches/glibc-2.21/debian/control	2015-09-10 10:21:27 UTC (rev 6553)
+++ glibc-package/branches/glibc-2.21/debian/control	2015-09-10 10:41:52 UTC (rev 6554)
@@ -25,6 +25,7 @@
 Essential: yes
 Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}, hurd (>= 20070606-1+SVN) [hurd-i386]
+Recommends: manpages
 Breaks: libc0.1 (<< 2.10), libc0.3 (<< 2.10), libc6 (<< 2.10), libc6.1 (<< 2.10)
 Replaces: libc0.1, libc0.3, libc6, libc6.1
 Build-Profiles: <!stage1>
@@ -45,7 +46,7 @@
 Priority: optional
 Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: manpages-dev
+Recommends: manpages, manpages-dev
 Replaces: libc0.1-dev, libc0.3-dev, libc6-dev, libc6.1-dev
 Build-Profiles: <!stage1>
 Description: GNU C Library: Development binaries

Modified: glibc-package/branches/glibc-2.21/debian/control.in/main
===================================================================
--- glibc-package/branches/glibc-2.21/debian/control.in/main	2015-09-10 10:21:27 UTC (rev 6553)
+++ glibc-package/branches/glibc-2.21/debian/control.in/main	2015-09-10 10:41:52 UTC (rev 6554)
@@ -25,6 +25,7 @@
 Essential: yes
 Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}, hurd (>= 20070606-1+SVN) [hurd-i386]
+Recommends: manpages
 Breaks: libc0.1 (<< 2.10), libc0.3 (<< 2.10), libc6 (<< 2.10), libc6.1 (<< 2.10)
 Replaces: libc0.1, libc0.3, libc6, libc6.1
 Build-Profiles: <!stage1>
@@ -45,7 +46,7 @@
 Priority: optional
 Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: manpages-dev
+Recommends: manpages, manpages-dev
 Replaces: libc0.1-dev, libc0.3-dev, libc6-dev, libc6.1-dev
 Build-Profiles: <!stage1>
 Description: GNU C Library: Development binaries

Modified: glibc-package/branches/glibc-2.21/debian/debhelper.in/libc-bin.lintian-overrides
===================================================================
--- glibc-package/branches/glibc-2.21/debian/debhelper.in/libc-bin.lintian-overrides	2015-09-10 10:21:27 UTC (rev 6553)
+++ glibc-package/branches/glibc-2.21/debian/debhelper.in/libc-bin.lintian-overrides	2015-09-10 10:41:52 UTC (rev 6554)
@@ -19,3 +19,10 @@
 
 # ldconfig is called in the postinst for trigger support
 libc-bin: postinst-has-useless-call-to-ldconfig
+
+# these manpages are provided by the manpages package
+libc-bin: binary-without-manpage usr/bin/iconv
+libc-bin: binary-without-manpage usr/sbin/iconvconfig
+libc-bin: binary-without-manpage usr/bin/locale
+libc-bin: binary-without-manpage usr/bin/localedef
+libc-bin: binary-without-manpage usr/bin/pldd

Added: glibc-package/branches/glibc-2.21/debian/debhelper.in/libc-dev-bin.lintian-overrides
===================================================================
--- glibc-package/branches/glibc-2.21/debian/debhelper.in/libc-dev-bin.lintian-overrides	                        (rev 0)
+++ glibc-package/branches/glibc-2.21/debian/debhelper.in/libc-dev-bin.lintian-overrides	2015-09-10 10:41:52 UTC (rev 6554)
@@ -0,0 +1,3 @@
+# these manpages are provided by the manpages package
+libc-dev-bin: binary-without-manpage usr/bin/mtrace
+libc-dev-bin: binary-without-manpage usr/bin/sprof


Reply to: