[25526] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25056 - in trunk/debathena/meta/extra-software: . debian

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Wed Mar 16 18:14:19 2011

Date: Wed, 16 Mar 2011 18:14:13 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201103162214.p2GMEDvh029520@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2011-03-16 18:14:13 -0400 (Wed, 16 Mar 2011)
New Revision: 25056

Added:
   trunk/debathena/meta/extra-software/debian/
   trunk/debathena/meta/extra-software/debian/changelog
   trunk/debathena/meta/extra-software/debian/compat
   trunk/debathena/meta/extra-software/debian/control.in
   trunk/debathena/meta/extra-software/debian/copyright
   trunk/debathena/meta/extra-software/debian/rules
Log:
In extra-software:
  * First release as non-equivs package


Added: trunk/debathena/meta/extra-software/debian/changelog
===================================================================
--- trunk/debathena/meta/extra-software/debian/changelog	                        (rev 0)
+++ trunk/debathena/meta/extra-software/debian/changelog	2011-03-16 22:14:13 UTC (rev 25056)
@@ -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
+

Added: trunk/debathena/meta/extra-software/debian/compat
===================================================================
--- trunk/debathena/meta/extra-software/debian/compat	                        (rev 0)
+++ trunk/debathena/meta/extra-software/debian/compat	2011-03-16 22:14:13 UTC (rev 25056)
@@ -0,0 +1 @@
+6

Added: trunk/debathena/meta/extra-software/debian/control.in
===================================================================
--- trunk/debathena/meta/extra-software/debian/control.in	                        (rev 0)
+++ trunk/debathena/meta/extra-software/debian/control.in	2011-03-16 22:14:13 UTC (rev 25056)
@@ -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.

Added: trunk/debathena/meta/extra-software/debian/copyright
===================================================================
--- trunk/debathena/meta/extra-software/debian/copyright	                        (rev 0)
+++ trunk/debathena/meta/extra-software/debian/copyright	2011-03-16 22:14:13 UTC (rev 25056)
@@ -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.

Added: trunk/debathena/meta/extra-software/debian/rules
===================================================================
--- trunk/debathena/meta/extra-software/debian/rules	                        (rev 0)
+++ trunk/debathena/meta/extra-software/debian/rules	2011-03-16 22:14:13 UTC (rev 25056)
@@ -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


Property changes on: trunk/debathena/meta/extra-software/debian/rules
___________________________________________________________________
Added: svn:executable
   + *


home help back first fref pref prev next nref lref last post