[Glibc-bsd-commits] r6092 - trunk/freebsd-buildutils/debian

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Tue Jul 19 08:57:01 UTC 2016


Author: stevenc-guest
Date: 2016-07-19 08:57:01 +0000 (Tue, 19 Jul 2016)
New Revision: 6092

Modified:
   trunk/freebsd-buildutils/debian/changelog
   trunk/freebsd-buildutils/debian/compat
   trunk/freebsd-buildutils/debian/control
Log:
* Now using debhelper compat v9
* Add missing ${misc:Depends} to freebsd-mk (to satisfy lintian;
  although it evaluates to an empty list currently)


Modified: trunk/freebsd-buildutils/debian/changelog
===================================================================
--- trunk/freebsd-buildutils/debian/changelog	2016-07-19 08:53:03 UTC (rev 6091)
+++ trunk/freebsd-buildutils/debian/changelog	2016-07-19 08:57:01 UTC (rev 6092)
@@ -4,6 +4,9 @@
   * Make `ar` command lines visible in the build log
   * Adding missing required build-arch, build-indep targets
   * Now using Standards-Version 3.9.8
+  * Now using debhelper compat v9
+  * Add missing ${misc:Depends} to freebsd-mk (to satisfy lintian;
+    although it evaluates to an empty list currently)
 
  -- Steven Chamberlain <stevenc at debian.org>  Tue, 19 Jul 2016 09:08:38 +0100
 

Modified: trunk/freebsd-buildutils/debian/compat
===================================================================
--- trunk/freebsd-buildutils/debian/compat	2016-07-19 08:53:03 UTC (rev 6091)
+++ trunk/freebsd-buildutils/debian/compat	2016-07-19 08:57:01 UTC (rev 6092)
@@ -1 +1 @@
-7
+9

Modified: trunk/freebsd-buildutils/debian/control
===================================================================
--- trunk/freebsd-buildutils/debian/control	2016-07-19 08:53:03 UTC (rev 6091)
+++ trunk/freebsd-buildutils/debian/control	2016-07-19 08:57:01 UTC (rev 6092)
@@ -6,7 +6,7 @@
  Aurelien Jarno <aurel32 at debian.org>,
  Robert Millan <rmh at debian.org>,
  Steven Chamberlain <stevenc at debian.org>,
-Build-Depends: debhelper (>= 7), flex | flex-old, bison,
+Build-Depends: debhelper (>= 9), flex | flex-old, bison,
  libbsd-dev (>= 0.3.0),
  freebsd-glue (>= 0.2.20),
  bmake,
@@ -37,6 +37,7 @@
 
 Package: freebsd-mk
 Architecture: all
+Depends: ${misc:Depends}
 Multi-Arch: foreign
 Replaces: freebsd-buildutils (<< 10.0~svn259404-5~)
 Enhances: bmake




More information about the Glibc-bsd-commits mailing list