[27376] in Source-Commits
tex-extras commit [debian]: Remove Debian packaging from master
daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Sun Sep 29 04:32:15 2013
Date: Sun, 29 Sep 2013 04:32:09 -0400
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201309290832.r8T8W9hO001031@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/tex-extras/commit/9cf9ec876cbbc289156fe057b69bf84c3b04f38c
commit 9cf9ec876cbbc289156fe057b69bf84c3b04f38c
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date: Sun Sep 29 04:31:48 2013 -0400
Remove Debian packaging from master
debian/changelog | 27 ---------------------------
debian/compat | 1 -
debian/control | 13 -------------
debian/copyright | 18 ------------------
debian/debathena-tex-extras.dirs | 1 -
debian/debathena-tex-extras.install | 4 ----
debian/rules | 3 ---
7 files changed, 0 insertions(+), 67 deletions(-)
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 57b972e..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,27 +0,0 @@
-debathena-tex-extras (1.2-1) UNRELEASED; 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 ]
- * Convert package to non-native
-
- -- Alexander Chernyakhovsky <achernya@mit.edu> Sun, 29 Sep 2013 04:31:27 -0400
-
-debathena-tex-extras (1.1) unstable; urgency=low
-
- * 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 18:33:48 -0500
-
-debathena-tex-extras (1.0) unstable; urgency=low
-
- * Initial release.
-
- -- Greg Hudson <ghudson@mit.edu> Thu, 29 May 2008 14:38:29 -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 4659d40..0000000
--- a/debian/control
+++ /dev/null
@@ -1,13 +0,0 @@
-Source: debathena-tex-extras
-Section: debathena/tex
-Priority: extra
-Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: cdbs, debhelper, dh-buildinfo
-Standards-Version: 3.9.3
-
-Package: debathena-tex-extras
-Architecture: all
-Depends: ${misc:Depends}
-Description: Extra TeX materials developed for Athena
- This package contains TeX materials developed for the Athena
- computing environment.
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/debathena-tex-extras.dirs b/debian/debathena-tex-extras.dirs
deleted file mode 100644
index e5abeb9..0000000
--- a/debian/debathena-tex-extras.dirs
+++ /dev/null
@@ -1 +0,0 @@
-etc/texmf/dvips/athena
diff --git a/debian/debathena-tex-extras.install b/debian/debathena-tex-extras.install
deleted file mode 100644
index cf18850..0000000
--- a/debian/debathena-tex-extras.install
+++ /dev/null
@@ -1,4 +0,0 @@
-bottomtray etc/texmf/dvips/athena
-duplex etc/texmf/dvips/athena
-tumble etc/texmf/dvips/athena
-
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index e6192f6..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk