summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-04-25 00:54:45 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-04-25 01:52:53 +0400
commit59c42f8a227f2fac32dc3f2d3b8b805feb0f9a83 (patch)
tree6fd789a76b4f3491a3c6ba5e9cf7e0b7e0a79ad4
parent2fdd4cc611a3ff10307c1f9018ddcdbacc184c70 (diff)
downloadsunmake-59c42f8a227f2fac32dc3f2d3b8b805feb0f9a83.tar.gz
sunmake (2006.12.19-1) unstable; urgency=low
* sunmake should depends on libmakestate1. libmakestate.so.1 is used by sunld to report .make.state info back to sunmake. sunmake defines environment variable which instruct sunld to dlopen() libmakestate.so.1 * Use 3.0 (quilt) format, not native
-rw-r--r--debian/changelog10
-rw-r--r--debian/control5
-rw-r--r--debian/source/format2
3 files changed, 15 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 08702f8..ddb659f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+sunmake (2006.12.19-1) unstable; urgency=low
+
+ * sunmake should depends on libmakestate1.
+ libmakestate.so.1 is used by sunld to report .make.state info back to
+ sunmake. sunmake defines environment variable which instruct sunld to
+ dlopen() libmakestate.so.1
+ * Use 3.0 (quilt) format, not native
+
+ -- Igor Pashev <pashev.igor@gmail.com> Thu, 25 Apr 2013 00:54:05 +0400
+
sunmake (2006.12.19) unstable; urgency=low
* Initial release.
diff --git a/debian/control b/debian/control
index 8de51a7..c5cba13 100644
--- a/debian/control
+++ b/debian/control
@@ -13,12 +13,15 @@ Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: sunmake support library
+ libmakestate.so.1 is used by sunld to report .make.state info back to
+ sunmake. sunmake defines environment variable which instruct sunld to
+ dlopen() libmakestate.so.1
Package: sunmake
Priority: optional
Section: devel
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, sunmake-data
+Depends: ${shlibs:Depends}, ${misc:Depends}, sunmake-data, libmakestate1
Description: Sun/Solaris "make" utility (dmake predecessor)
This is a "make" program that can be used to build illumos sources.
.
diff --git a/debian/source/format b/debian/source/format
index 89ae9db..163aaf8 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-3.0 (native)
+3.0 (quilt)