summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2012-07-07 17:48:31 +0000
committerIgor Pashev <pashev.igor@gmail.com>2012-07-07 17:48:31 +0000
commit8e27a62f394e2554fceac845b3b15b2159cbe395 (patch)
tree9f22643a92ebc9dc5e818ff46d6343c056778667
parentda37fb0dff2e38d0d33c7e69b9cf1bf15d21a147 (diff)
downloadillumos-packaging-8e27a62f394e2554fceac845b3b15b2159cbe395.tar.gz
Added webrev and codereview packages
-rw-r--r--onbld/debian/codereview.install1
-rw-r--r--onbld/debian/codereview.manpages1
-rw-r--r--onbld/debian/control27
-rw-r--r--onbld/debian/webrev.install1
-rw-r--r--onbld/debian/webrev.manpages1
5 files changed, 31 insertions, 0 deletions
diff --git a/onbld/debian/codereview.install b/onbld/debian/codereview.install
new file mode 100644
index 0000000..ad45894
--- /dev/null
+++ b/onbld/debian/codereview.install
@@ -0,0 +1 @@
+/opt/onbld/bin/*/codereview /usr/bin/
diff --git a/onbld/debian/codereview.manpages b/onbld/debian/codereview.manpages
new file mode 100644
index 0000000..25c304c
--- /dev/null
+++ b/onbld/debian/codereview.manpages
@@ -0,0 +1 @@
+debian/tmp/opt/onbld/man/man1/codereview.1
diff --git a/onbld/debian/control b/onbld/debian/control
index b1a8b48..372c9b3 100644
--- a/onbld/debian/control
+++ b/onbld/debian/control
@@ -15,9 +15,36 @@ Build-Depends:
quilt,
Standards-Version: 3.9.3
+Package: codereview
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Section: devel
+Priority: optional
+Description: diff list generator
+ The codereview command expects two ASCII text files as input and produces
+ Postscript describing the differences between the files. The first file is
+ assumed to be the older version, and the second file is assumed to be the
+ newer version. If either oldfile or newfile is -, the corresponding file is
+ taken from the standard input. The output goes to standard output and lists
+ all lines from both files, with lines changed from the first to the second
+ being highlighted in gray. Lines deleted from the first file are listed in
+ italic, while lines added to the second file are listed in bold.
+
+Package: webrev
+Architecture: all
+Depends: ksh93, ${misc:Depends}
+Recommends: rsync, ssh-client, ghostscript, git, mercurial, wdiff, codereview
+Section: devel
+Priority: optional
+Description: create and publish code reviews
+ webrev is a tool which allows illumos developer to generate websites with
+ all the changes to the code, so other people can review it and apply patch
+ which is also a part of the generated webrev.
+
Package: onbld
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ctfutils
+Recommends: webrev
Section: devel
Priority: optional
Description: OS/Net development tools
diff --git a/onbld/debian/webrev.install b/onbld/debian/webrev.install
new file mode 100644
index 0000000..39b66e0
--- /dev/null
+++ b/onbld/debian/webrev.install
@@ -0,0 +1 @@
+/opt/onbld/bin/webrev /usr/bin/
diff --git a/onbld/debian/webrev.manpages b/onbld/debian/webrev.manpages
new file mode 100644
index 0000000..26822df
--- /dev/null
+++ b/onbld/debian/webrev.manpages
@@ -0,0 +1 @@
+debian/tmp/opt/onbld/man/man1/webrev.1