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

r6326 - in glibc-package/trunk/debian: . control.in



Author: aurel32
Date: 2014-11-06 19:28:39 +0000 (Thu, 06 Nov 2014)
New Revision: 6326

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/control
   glibc-package/trunk/debian/control.in/main
Log:
debian/control.in/main: build-depends on debhelper (>= 9.20141010) to
get Build-Profiles features. This fixes the following lintian warning:
restriction-formula-with-debhelper-without-debhelper-version.

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2014-11-06 19:23:17 UTC (rev 6325)
+++ glibc-package/trunk/debian/changelog	2014-11-06 19:28:39 UTC (rev 6326)
@@ -13,6 +13,9 @@
   * Don't fail to build in case of testsuite regressions, so that changes
     in the environment (e.g.: kernel) do not prevent security or stable 
     versions to be built. It will be re-enabled after the Jessie release.
+  * debian/control.in/main: build-depends on debhelper (>= 9.20141010) to
+    get Build-Profiles features. This fixes the following lintian warning:
+    restriction-formula-with-debhelper-without-debhelper-version.
 
   [ Samuel Thibault ]
   * hurd-i386/cvs-libpthread.diff: Update to Sun Nov 2.

Modified: glibc-package/trunk/debian/control
===================================================================
--- glibc-package/trunk/debian/control	2014-11-06 19:23:17 UTC (rev 6325)
+++ glibc-package/trunk/debian/control	2014-11-06 19:28:39 UTC (rev 6326)
@@ -2,7 +2,7 @@
 Section: libs
 Priority: required
 Build-Depends: gettext, dpkg-dev (>= 1.17.14), xz-utils, file, quilt,
- autoconf, gawk, debhelper (>= 7.4.3), rdfind, symlinks, netbase,
+ autoconf, gawk, debhelper (>= 9.20141010), rdfind, symlinks, netbase,
  linux-libc-dev (>= 3.9) [linux-any],
  libaudit-dev [linux-any], libcap-dev [linux-any], libselinux-dev [linux-any],
  mig (>= 1.3-2) [hurd-i386], hurd-dev (>= 1:0.5.git20140320~) [hurd-i386], gnumach-dev (>= 2:1.4-2~) [hurd-i386],

Modified: glibc-package/trunk/debian/control.in/main
===================================================================
--- glibc-package/trunk/debian/control.in/main	2014-11-06 19:23:17 UTC (rev 6325)
+++ glibc-package/trunk/debian/control.in/main	2014-11-06 19:28:39 UTC (rev 6326)
@@ -2,7 +2,7 @@
 Section: libs
 Priority: required
 Build-Depends: gettext, dpkg-dev (>= 1.17.14), xz-utils, file, quilt,
- autoconf, gawk, debhelper (>= 7.4.3), rdfind, symlinks, netbase,
+ autoconf, gawk, debhelper (>= 9.20141010), rdfind, symlinks, netbase,
  linux-libc-dev (>= 3.9) [linux-any],
  libaudit-dev [linux-any], libcap-dev [linux-any], libselinux-dev [linux-any],
  mig (>= 1.3-2) [hurd-i386], hurd-dev (>= 1:0.5.git20140320~) [hurd-i386], gnumach-dev (>= 2:1.4-2~) [hurd-i386],


Reply to: