[27886] in Source-Commits

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

sendbug commit: Remove Debian packaging from master

daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Mon Mar 24 20:07:06 2014

Date: Mon, 24 Mar 2014 20:06:59 -0400
From: Victor Vasiliev <vasilvv@MIT.EDU>
Message-Id: <201403250006.s2P06x6b012127@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/sendbug/commit/ea04772a815ac6a98e268963f8bb99d8dfd13015
commit ea04772a815ac6a98e268963f8bb99d8dfd13015
Author: Victor Vasiliev <vasilvv@mit.edu>
Date:   Mon Mar 17 04:13:05 2014 -0400

    Remove Debian packaging from master

 debian/changelog       |   70 ------------------------------------------------
 debian/compat          |    1 -
 debian/control         |   13 ---------
 debian/copyright       |   18 ------------
 debian/install         |    2 -
 debian/manpages        |    1 -
 debian/rules           |    5 ---
 debian/sendbug.desktop |    8 -----
 debian/source/format   |    1 -
 9 files changed, 0 insertions(+), 119 deletions(-)

diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 122b6a6..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,70 +0,0 @@
-debathena-sendbug (10.1.1-0debathena1) UNRELEASED; urgency=low
-
-  * Add VERSION file
-
- -- Victor Vasiliev <vasilvv@mit.edu>  Mon, 17 Mar 2014 04:12:17 -0400
-
-debathena-sendbug (10.1-0debathena1) unstable; urgency=low
-
-  [ Jonathan Reed ]
-  * Switch from control.in to control (Trac: #561)
-  * Bump Standards-Version to 3.9.3
-  * Bump compat level to 7
-
-  [ Victor Vasiliev ]
-  * Bump upstream version
-  * Use debhelper7 instead of autoconf/Makefile
-  * Switch source format to 3.0 (quilt)
-
- -- Jonathan Reed <jdreed@mit.edu>  Wed, 03 Apr 2013 13:59:56 -0400
-
-debathena-sendbug (10.0.5-0debathena1) unstable; urgency=low
-
-  * Make the bug report questions clearer, give the user some guidance on
-    using archaic TTY editors
-
- -- Jonathan Reed <jdreed@mit.edu>  Thu, 07 Jun 2012 10:24:48 -0400
-
-debathena-sendbug (10.0.4-0debathena1) unstable; urgency=low
-
-  * Add a --help option. (http://diswww.mit.edu/menelaus/bugs/27568)
-  * Fix the manpage to not reference MH.
-  * Bump the compatibility level to 6.
-
- -- Alex Dehnert <adehnert@mit.edu>  Thu, 29 Sep 2011 15:54:40 -0400
-
-debathena-sendbug (10.0.3-0debathena1) unstable; urgency=low
-
-  * Debathena is no longer beta.
-
- -- Evan Broder <broder@mit.edu>  Mon, 27 Jul 2009 11:35:48 -0400
-
-debathena-sendbug (10.0.2-0debathena1) unstable; urgency=low
-
-  * If a user clicks "cancel" in the zenity dialog, actually
-    quit. (Trac: #157)
-  * Make package architecture: all
-
- -- Evan Broder <broder@mit.edu>  Mon, 16 Mar 2009 14:58:22 -0400
-
-debathena-sendbug (10.0.1-debathena1) unstable; urgency=low
-
-  * Change "Athena 10" to "Debathena Beta" in the bug report template.
-
- -- Evan Broder <broder@mit.edu>  Wed, 04 Mar 2009 23:37:49 -0500
-
-debathena-sendbug (10.0.0-debathena2) 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 19:33:15 -0500
-
-debathena-sendbug (10.0.0-debathena1) unstable; urgency=low
-
-  * Initial release.
-
- -- Greg Hudson <ghudson@mit.edu>  Wed, 16 Jul 2008 13:36:52 -0400
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 a4df9e2..0000000
--- a/debian/control
+++ /dev/null
@@ -1,13 +0,0 @@
-Source: debathena-sendbug
-Section: debathena/utils
-Priority: extra
-Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: debhelper (>= 7)
-Standards-Version: 3.9.3
-
-Package: debathena-sendbug
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Interface for sending Athena bug reports
- The sendbug program prompts the user to fill out a form to report a
- bug in the Athena system.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 9eec945..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,18 +0,0 @@
-The Athena source code was obtained from the Athena SVN repository at
-<svn://debathena.mit.edu/athena/trunk>, and is licensed as follows:
-
-  Copyright © 2008 by the Massachusetts Institute of Technology.
-
-  Permission to use, copy, modify, and distribute this software and
-  its documentation for any purpose and without fee is hereby granted,
-  provided that the above copyright notice appear in all copies and
-  that both that copyright notice and this permission notice appear in
-  supporting documentation, and that the name of M.I.T. not be used in
-  advertising or publicity pertaining to distribution of the software
-  without specific, written prior permission.  M.I.T. makes no
-  representations about the suitability of this software for any
-  purpose.  It is provided "as is" without express or implied
-  warranty.
-
-The Debian packaging is Copyright © 2008 Massachusetts Institute of
-Technology, and has the same license as the original software.
diff --git a/debian/install b/debian/install
deleted file mode 100644
index 5ed45d8..0000000
--- a/debian/install
+++ /dev/null
@@ -1,2 +0,0 @@
-sendbug usr/bin
-debian/sendbug.desktop usr/share/applications
diff --git a/debian/manpages b/debian/manpages
deleted file mode 100644
index 343f73c..0000000
--- a/debian/manpages
+++ /dev/null
@@ -1 +0,0 @@
-sendbug.1
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index abde6ef..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/make -f
-
-%:
-	dh $@
-
diff --git a/debian/sendbug.desktop b/debian/sendbug.desktop
deleted file mode 100644
index 6515066..0000000
--- a/debian/sendbug.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=Report an Athena bug
-Comment=Report a bug in the Athena system
-Exec=sendbug --gnome
-Terminal=false
-Type=Application
-Icon=gnome-run
-Categories=System;
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