[27786] in Source-Commits

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

athrun commit: Remove Debian packaging from master

daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Fri Mar 7 23:09:51 2014

Date: Fri, 7 Mar 2014 23:09:44 -0500
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201403080409.s2849iaX002409@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/athrun/commit/1636ddb5ca99ac60535dc324553a0ad24fca0ded
commit 1636ddb5ca99ac60535dc324553a0ad24fca0ded
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date:   Fri Mar 7 22:51:58 2014 -0500

    Remove Debian packaging from master

 debian/changelog                        |   90 -------------------------------
 debian/compat                           |    1 -
 debian/control                          |   30 ----------
 debian/copyright                        |   31 -----------
 debian/debathena-athrun.bash-completion |    1 -
 debian/debathena-athrun.install         |    1 -
 debian/debathena-athrun.manpages        |    1 -
 debian/debathena-attachandrun.install   |    1 -
 debian/debathena-attachandrun.links     |    1 -
 debian/debathena-attachandrun.manpages  |    1 -
 debian/debathena-gathrun.install        |    1 -
 debian/debathena-gathrun.manpages       |    1 -
 debian/rules                            |    3 -
 debian/source/format                    |    1 -
 14 files changed, 0 insertions(+), 164 deletions(-)

diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 61b60b2..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,90 +0,0 @@
-debathena-athrun (10.3.1-0debathena1) UNRELEASED; urgency=low
-
-  * Bump version.
-
- -- Alexander Chernyakhovsky <achernya@mit.edu>  Fri, 07 Mar 2014 22:50:46 -0500
-
-debathena-athrun (10.3-0debathena2) unstable; urgency=low
-
-  * attachandrun is architecture-independent, mark it appropraitely
-
- -- Alexander Chernyakhovsky <achernya@mit.edu>  Thu, 30 May 2013 15:49:24 -0400
-
-debathena-athrun (10.3-0debathena1) unstable; urgency=low
-
-  * Install compatibility symlinks in attachandrun so it also appears in /bin
-  * Stop using a fully-qualified path to attachandrun in athrun and gathrun
-
- -- Alexander Chernyakhovsky <achernya@mit.edu>  Thu, 30 May 2013 04:45:39 -0400
-
-debathena-athrun (10.2-0debathena1) unstable; urgency=low
-
-  * Merge debathena-gathrun and debathena-attachandrun into the debathena-athrun source package.
-  * Rewrite debathena-attachandrun in Python.
-    - Fix a segementation fault in attachandrun that could be triggered by
-      running with just "-c" and a locker.
-    - Stop trying to run the file as a shell script if execv() fails.
-  * Switch to DEP-5-style copyright file.
-  * Build-dep on python-support
-
- -- Alexander Chernyakhovsky <achernya@mit.edu>  Sat, 11 May 2013 17:03:28 -0400
-
-debathena-athrun (10.1-0debathena1) unstable; urgency=low
-
-  [ Jonathan Reed ] 
-  * Bump debian/compat to 6
-  * Switch from control.in to control (Trac: #561)
-  * Bump Standards-Version to 3.9.3
-  * Bump compat level to 7
-
-  [ Alexander Chernyakhovsky ]
-  * Bump upstream version
-  * Switch to dh7
-  * Remove autoconf and Makefile
-  * Switch to source format 3.0 (quilt)
-
- -- Jonathan Reed <jdreed@mit.edu>  Wed, 03 Apr 2013 13:59:28 -0400
-
-debathena-athrun (10.0.1-0debathena2) unstable; urgency=low
-
-  * Don't spew errors in bash completion if /mit doesn't exist.
-
- -- Evan Broder <broder@mit.edu>  Thu, 21 May 2009 11:31:39 -0400
-
-debathena-athrun (10.0.1-0debathena1) unstable; urgency=low
-
-  [ Evan Broder ]
-  * Add bash tab completion for athrun. (Trac: #150)
-
-  [ Anders Kaseorg ]
-  * Better bash completion.
-
- -- Anders Kaseorg <andersk@mit.edu>  Mon, 18 May 2009 18:47:00 -0400
-
-debathena-athrun (10.0.0-0debathena2) unstable; urgency=low
-
-  * Change DEB_AUTO_UPDATE_AUTOCONF to 2.50, not 1.
-  * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
-  * Change "Debian-Athena Project" to "Debathena Project".
-  * Remove debian/control from version control.
-  * Clean up debian/copyright.
-
- -- Tim Abbott <tabbott@mit.edu>  Sat, 24 Jan 2009 14:28:36 -0500
-
-debathena-athrun (10.0.0-0debathena1) unstable; urgency=low
-
-  * Merged quilt patches into mainline Athena tree
-
- -- Shreevatsa R <vatsa@mit.edu>  Sun,  6 Apr 2008 15:57:06 -0400
-
-debathena-athrun (9.4.0+cvs20060725-0debathena2) unstable; urgency=low
-
-  * Section: debathena/net.
-
- -- Anders Kaseorg <andersk@mit.edu>  Tue, 17 Jul 2007 06:33:33 -0400
-
-debathena-athrun (9.4.0+cvs20060725-0debathena1) unstable; urgency=low
-
-  * Initial release.
-
- -- Anders Kaseorg <andersk@mit.edu>  Tue, 30 Jan 2007 00:34:00 -0500
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 7f8f011..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-7
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 499fc92..0000000
--- a/debian/control
+++ /dev/null
@@ -1,30 +0,0 @@
-Source: debathena-athrun
-Section: debathena/net
-Priority: extra
-Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: debhelper (>= 7), bash-completion, python-support
-Standards-Version: 3.9.3
-
-Package: debathena-athrun
-Architecture: all
-Provides: athrun
-Depends: ${misc:Depends}, debathena-attachandrun
-Description: An Athena utility for users to run a program from a locker
- The athrun utility allows a user to robustly run a program from a 
- specified Athena locker.
-
-Package: debathena-gathrun
-Architecture: all
-Depends: ${misc:Depends}, debathena-attachandrun, zenity, debathena-machtype
-Description: An Athena utility to run GUI programs out of lockers from a menu
- The gathrun utility allows a user to run a program from a specified
- locker.  If the program does not exist, a dialog box is displayed
- saying so (using gdialog).
-
-Package: debathena-attachandrun
-Architecture: all
-Provides: attachandrun
-Depends: ${misc:Depends}, ${python:Depends}, debathena-attach, python
-Description: An Athena utility for scripts to run a program from a locker
- The attachandrun utility allows a script to robustly run a program from
- a specified locker.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 20eb3ce..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,31 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-
-Files: *
-Copyright: (c) 1996-2013 Massachusetts Institute of Technology
-License: BSD-3-clause
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
-    * Redistributions of source code must retain the above copyright
-      notice, this list of conditions and the following disclaimer.
-    * Redistributions in binary form must reproduce the above
-      copyright notice, this list of conditions and the following
-      disclaimer in the documentation and/or other materials provided
-      with the distribution.
-    * Neither the name of the Massachusetts Institute of Technology
-      nor the names of its contributors may be used to endorse or
-      promote products derived from this software without specific
-      prior written permission.
- .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MASSACHUSETTS
- INSTITUTE OF TECHNOLOGY BE LIABLE FOR ANY DIRECT, INDIRECT,
- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
- USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
- DAMAGE.
diff --git a/debian/debathena-athrun.bash-completion b/debian/debathena-athrun.bash-completion
deleted file mode 100644
index d677ffb..0000000
--- a/debian/debathena-athrun.bash-completion
+++ /dev/null
@@ -1 +0,0 @@
-bash_completion athrun
diff --git a/debian/debathena-athrun.install b/debian/debathena-athrun.install
deleted file mode 100644
index 5455759..0000000
--- a/debian/debathena-athrun.install
+++ /dev/null
@@ -1 +0,0 @@
-athrun usr/bin/
diff --git a/debian/debathena-athrun.manpages b/debian/debathena-athrun.manpages
deleted file mode 100644
index 298629a..0000000
--- a/debian/debathena-athrun.manpages
+++ /dev/null
@@ -1 +0,0 @@
-athrun.1
diff --git a/debian/debathena-attachandrun.install b/debian/debathena-attachandrun.install
deleted file mode 100644
index 25b05c7..0000000
--- a/debian/debathena-attachandrun.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin/attachandrun
diff --git a/debian/debathena-attachandrun.links b/debian/debathena-attachandrun.links
deleted file mode 100644
index f5e6362..0000000
--- a/debian/debathena-attachandrun.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin/attachandrun bin/attachandrun
diff --git a/debian/debathena-attachandrun.manpages b/debian/debathena-attachandrun.manpages
deleted file mode 100644
index db863ca..0000000
--- a/debian/debathena-attachandrun.manpages
+++ /dev/null
@@ -1 +0,0 @@
-attachandrun.1
diff --git a/debian/debathena-gathrun.install b/debian/debathena-gathrun.install
deleted file mode 100644
index 825d69d..0000000
--- a/debian/debathena-gathrun.install
+++ /dev/null
@@ -1 +0,0 @@
-gathrun usr/bin/
diff --git a/debian/debathena-gathrun.manpages b/debian/debathena-gathrun.manpages
deleted file mode 100644
index 362dfa8..0000000
--- a/debian/debathena-gathrun.manpages
+++ /dev/null
@@ -1 +0,0 @@
-gathrun.1
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 01c4f53..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/make -f
-%:
-	dh $@ --with bash-completion
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)

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