summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2012-06-30 22:31:31 +0000
committerIgor Pashev <pashev.igor@gmail.com>2013-04-25 01:52:51 +0400
commit212270fdf21ca1c455f288024d73be991773b43a (patch)
treeef9138b935af5dc061ce74560804f4c193010c88
parent23e77e8793003d2056a5c92590f9cd672ff7600d (diff)
downloadsunmake-212270fdf21ca1c455f288024d73be991773b43a.tar.gz
Initial debian dir
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control46
-rw-r--r--debian/copyright26
-rw-r--r--debian/libmakestate1.install1
-rwxr-xr-xdebian/rules8
-rw-r--r--debian/source/format1
-rw-r--r--debian/sunmake.install1
8 files changed, 89 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..08702f8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+sunmake (2006.12.19) unstable; urgency=low
+
+ * Initial release.
+
+ -- Igor Pashev <pashev.igor@gmail.com> Sat, 30 Jun 2012 22:24:51 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d5c064d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,46 @@
+Source: sunmake
+Priority: optional
+Section: devel
+Maintainer: Igor Pashev <pashev.igor@gmail.com>
+Build-Depends: debhelper (>= 9), g++, libtool, automake, autoconf, dh-autoreconf
+Standards-Version: 3.9.3
+
+Package: libmakestate1
+Priority: optional
+Section: libs
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: sunmake support library
+
+Package: sunmake
+Priority: optional
+Section: devel
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, sunmake-data
+Description: Sun/Solaris "make" utility (dmake predecessor)
+ This is a "make" program that can be used to build illumos sources.
+ .
+ It doesn't support more than one job (-j N), but it is free and open source.
+
+Package: sunmake-data
+Priority: optional
+Section: devel
+Architecture: all
+Description: Sun/Solaris "make" utility: shared files"
+ sunmake is a "make" program that can be used to build illumos sources.
+ .
+ This package provides shared data that can is used by sunmake and
+ required to build illumos gate no matter with sunmake of with dmake.
+
+Package: sunmake-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: sunmake (= ${binary:Version}), libmakestate1 (= ${binary:Version})
+Description: Sun/Solaris "make" utility: debug symbols
+ sunmake is a "make" program that can be used to build illumos sources.
+ .
+ This package contains the detached debugging symbols for sunmake.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..96d6330
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,26 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: devpro-make
+Source: http://dlc.sun.com/osol/devpro/downloads/current/
+
+Files: debian/*
+Copyright: 2012 Igor Pashev <pashev.igor@gmail.com
+License: WTFPL-2
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+ Version 2, December 2004
+
+ Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
+
+ Everyone is permitted to copy and distribute verbatim or modified
+ copies of this license document, and changing it is allowed as long
+ as the name is changed.
+
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. You just DO WHAT THE FUCK YOU WANT TO.
+
+Files: usr/*
+Copyright: 2006 Sun Microsystems, Inc.
+License: CDDL-1.0
+ /usr/share/common-licenses/CDDL-1.0
+
diff --git a/debian/libmakestate1.install b/debian/libmakestate1.install
new file mode 100644
index 0000000..c517a0f
--- /dev/null
+++ b/debian/libmakestate1.install
@@ -0,0 +1 @@
+usr/lib/*/libmakestate.so.1*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..6629077
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with autoreconf
+
+override_dh_strip:
+ dh_strip --dbg-package=sunmake-dbg
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)
diff --git a/debian/sunmake.install b/debian/sunmake.install
new file mode 100644
index 0000000..4766611
--- /dev/null
+++ b/debian/sunmake.install
@@ -0,0 +1 @@
+usr/bin/sunmake