summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Jonathan D Reed <jdreed@mit.edu>2011-03-16 22:14:13 +0000
committerGravatar Jonathan D Reed <jdreed@mit.edu>2011-03-16 22:14:13 +0000
commit8762186d3e9170d4ec405d75d8c992ea0ce5d264 (patch)
tree62a1a6ca7843364161decbb957943991968e266a /debian
parente589fe1f93f9abf2c7123b2e2f9056f2b03c8a8e (diff)
In extra-software:
* First release as non-equivs package
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control.in40
-rw-r--r--debian/copyright33
-rwxr-xr-xdebian/rules10
5 files changed, 90 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..06637c2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+debathena-extra-software (1.0) unstable; urgency=low
+
+ * First release as non-equivs package
+
+ -- Jonathan Reed <jdreed@mit.edu> Wed, 16 Mar 2011 17:01:06 -0400
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..1e8b314
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+6
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..4787bae
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,40 @@
+Source: debathena-extra-software
+Section: debathena/base
+Priority: extra
+Maintainer: Debathena Project <debathena@mit.edu>
+Build-Depends: @cdbs@
+Standards-Version: 3.9.1
+
+Package: debathena-extra-software
+Architecture: all
+Conflicts: debathena-cluster-software
+Replaces: debathena-cluster-software
+Depends: debathena-extra-software-nox,
+ gnome-devel,
+ pidgin | gaim, pidgin-encryption | gaim-encryption,
+ gv,
+ openoffice.org, openoffice.org-java-common,
+ thunderbird | mozilla-thunderbird | icedove,
+ vim-gnome,
+ gnuplot,
+ gimp,
+ eclipse,
+ idle,
+ twm,
+ ratpoison,
+ wmaker, wmbubble, wmbutton, wmcalclock, wmfire, wmhdplop, wmmemload, wmnd, wmtop, wmweather,
+ xmonad, suckless-tools | dwm-tools,
+ git-gui, gitk,
+ compizconfig-settings-manager,
+ ${debathena-java-plugin},
+Recommends: flashplugin-nonfree,
+ mplayer,
+ msttcorefonts,
+ ttf-xfree86-nonfree,
+ poppler-data,
+Description: Athena auxiliary software
+ This package pulls in miscellaneous non-Athena-specific software
+ for a fully-stocked Athena workstation.
+ .
+ Graphical applications are included; debathena-extra-software-nox
+ is the non-graphical subset.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2b793e1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+This package was created using equivs as part of the Debathena Project
+<http://debathena.mit.edu> of the MIT Student Information Processing
+Board in collaboration with the Massachusetts Institute of
+Technology.
+
+The source code was obtained from the Athena SVN repository at
+<svn://debathena.mit.edu/athena/trunk>, and is licensed as follows:
+
+ Copyright © 2007-2008 Tim Abbott <tabbott@mit.edu>,
+ Evan Broder <broder@mit.edu>,
+ Anders Kaseorg <andersk@mit.edu>,
+ Gregory Price <price@mit.edu>, and
+ Massachusetts Institute of Technology
+
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation files
+ (the "Software"), to deal in the Software without restriction,
+ including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, sublicense, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..fec8436
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+HAVE_ICEDTEA = $(shell apt-cache show icedtea6-plugin >/dev/null 2>/dev/null && echo y)
+
+ifeq ($(HAVE_ICEDTEA),y)
+ binary-predeb/debathena-extra-software::
+ echo "debathena-java-plugin=icedtea6-plugin" >> debian/debathena-extra-software.substvars
+endif
+
+include /usr/share/cdbs/1/rules/debhelper.mk