diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-01-13 22:44:09 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-01-13 22:44:09 +0000 |
commit | 1eca56b7a9ba646fb49239a633d5c15f0a35ed71 (patch) | |
tree | bb73987988c2f64bbffe3f4ba48b82b9c9f3d359 | |
parent | 2e271a677ada28ba80281c8972e8a4ce15c09811 (diff) | |
download | dh-illumos-1eca56b7a9ba646fb49239a633d5c15f0a35ed71.tar.gz |
Removed dependency on illumos-sourcev9.5.6
-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 8253626..3324547 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dh-illumos (9.5.6) unstable; urgency=low + + * Removed dependency on illumos-source + + -- Igor Pashev <pashev.igor@gmail.com> Sun, 13 Jan 2013 22:34:57 +0000 + dh-illumos (9.5.5) unstable; urgency=low * dh_illumos_gate removes -Wl,-I/lib/ld.so.1 from LDFLAGS diff --git a/debian/control b/debian/control index 12f7ba9..62ef248 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, - ksh93, make, illumos-source, ld-gnu-to-sun, + ksh93, make, ld-gnu-to-sun, Enhances: debhelper Description: debhelper addons to work with illumos sources This package provides debhelper addons configuring and building |