diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5e7a4cd..d99c0a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dh-illumos (8) UNRELEASED; urgency=low + + * Depends on make, not sunmake + + -- Igor Pashev <pashev.igor@gmail.com> Fri, 31 Aug 2012 18:02:21 +0000 + dh-illumos (7) unstable; urgency=low * Perl syntax error diff --git a/debian/control b/debian/control index cb7049b..8a63c08 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Package: dh-illumos Architecture: all Multi-Arch: foreign Depends: ${perl:Depends}, ${misc:Depends}, debhelper (>=8), - ksh93, sunmake, illumos-source, ld-gnu-to-sun, + ksh93, make, illumos-source, ld-gnu-to-sun, Enhances: debhelper Description: debhelper addons to work with illumos sources This package provides debhelper addons configuring and building |