[27367] in Source-Commits
ssl-certificates commit [debian]: Remove Debian packaging from master
daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Sun Sep 29 04:27:57 2013
Date: Sun, 29 Sep 2013 04:27:50 -0400
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201309290827.r8T8RoaC030720@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/ssl-certificates/commit/870426ae91514c90b7a0459be1dc3133cece7fca
commit 870426ae91514c90b7a0459be1dc3133cece7fca
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date: Sun Sep 29 04:27:22 2013 -0400
Remove Debian packaging from master
debian/changelog | 48 -------------------------
debian/compat | 1 -
debian/control | 12 ------
debian/copyright | 31 ----------------
debian/debathena-ssl-certificates.install | 3 --
debian/debathena-ssl-certificates.postinst | 51 --------------------------
debian/debathena-ssl-certificates.prerm | 53 ----------------------------
debian/rules | 3 --
8 files changed, 0 insertions(+), 202 deletions(-)
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 8429325..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,48 +0,0 @@
-debathena-ssl-certificates (1.5-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 ]
- * Switch to non-native package
-
- -- Alexander Chernyakhovsky <achernya@mit.edu> Sun, 29 Sep 2013 04:26:52 -0400
-
-debathena-ssl-certificates (1.4) unstable; urgency=low
-
- * Package the CSAIL CA (Trac: #740).
-
- -- Alexander Chernyakhovsky <achernya@mit.edu> Sat, 22 Jan 2011 18:01:59 -0500
-
-debathena-ssl-certificates (1.3) unstable; urgency=low
-
- * Let the MIT CA be managed by update-ca-certificates. (This causes the
- CA to be added to /etc/ssl/certs/ca-certificates.crt, and also lets
- Java use the CA.)
-
- -- Anders Kaseorg <andersk@mit.edu> Tue, 17 Feb 2009 06:26:17 -0500
-
-debathena-ssl-certificates (1.2) 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 16:28:00 -0500
-
-debathena-ssl-certificates (1.1) unstable; urgency=low
-
- * Link certificates from /usr/share/debathena-ssl-certificates instead
- of installing them directly into /etc/ssl/certs.
-
- -- Anders Kaseorg <andersk@mit.edu> Thu, 19 Jul 2007 14:46:52 -0400
-
-debathena-ssl-certificates (1.0) unstable; urgency=low
-
- * Initial release.
-
- -- Anders Kaseorg <andersk@mit.edu> Fri, 13 Jul 2007 17:46:55 -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 a24e0db..0000000
--- a/debian/control
+++ /dev/null
@@ -1,12 +0,0 @@
-Source: debathena-ssl-certificates
-Section: debathena/misc
-Priority: extra
-Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: cdbs, debhelper, dh-buildinfo
-Standards-Version: 3.9.3
-
-Package: debathena-ssl-certificates
-Architecture: all
-Depends: ca-certificates, ${misc:Depends}
-Description: SSL certificates for Debathena
- This packages includes the MIT CA certificates.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 76cef85..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,31 +0,0 @@
-This package was created as part of the Debathena Project
-<http://debathena.mit.edu/> of the MIT Student Information Processing
-Board.
-
-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 and Anders Kaseorg
-
- 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.
-
-The Debian packaging is Copyright © 2007-2008 Tim Abbott and Anders
-Kaseorg, and has the same license as the original software.
diff --git a/debian/debathena-ssl-certificates.install b/debian/debathena-ssl-certificates.install
deleted file mode 100644
index bf1b1e6..0000000
--- a/debian/debathena-ssl-certificates.install
+++ /dev/null
@@ -1,3 +0,0 @@
-mitCA.crt usr/share/ca-certificates/mit.edu
-mitCAclient.crt usr/share/ca-certificates/mit.edu
-csailCA.crt usr/share/ca-certificates/csail.mit.edu
\ No newline at end of file
diff --git a/debian/debathena-ssl-certificates.postinst b/debian/debathena-ssl-certificates.postinst
deleted file mode 100644
index f712dad..0000000
--- a/debian/debathena-ssl-certificates.postinst
+++ /dev/null
@@ -1,51 +0,0 @@
-#!/bin/sh
-# postinst script for debathena-ssl-certificates
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <postinst> `abort-remove'
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- configure)
- perl -0pe '
-s/^### BEGIN debathena-ssl-certificates\n.*?^### END debathena-ssl-certificates\n//msg;
-s/\n?$/\n### BEGIN debathena-ssl-certificates
-# This section is automatically added by the debathena-ssl-certificates
-# package.
-mit.edu\/mitCAclient.crt
-mit.edu\/mitCA.crt
-csail.mit.edu\/csailCA.crt
-### END debathena-ssl-certificates
-/;
-' -i /etc/ca-certificates.conf
- update-ca-certificates
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/debathena-ssl-certificates.prerm b/debian/debathena-ssl-certificates.prerm
deleted file mode 100644
index b4a8354..0000000
--- a/debian/debathena-ssl-certificates.prerm
+++ /dev/null
@@ -1,53 +0,0 @@
-#!/bin/sh
-# prerm script for debathena-ssl-certificates
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <prerm> `remove'
-# * <old-prerm> `upgrade' <new-version>
-# * <new-prerm> `failed-upgrade' <old-version>
-# * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
-# * <deconfigured's-prerm> `deconfigure' `in-favour'
-# <package-being-installed> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- remove|deconfigure)
- perl -0pe '
-s/^### BEGIN debathena-ssl-certificates\n.*?^### END debathena-ssl-certificates\n//msg;
-s/\n?$/\n### BEGIN debathena-ssl-certificates
-# This section is automatically added by the debathena-ssl-certificates
-# package.
-!mit.edu\/mitCAclient.crt
-!mit.edu\/mitCA.crt
-!csail.mit.edu\/csailCA.crt
-### END debathena-ssl-certificates
-/;
-' -i /etc/ca-certificates.conf
- update-ca-certificates
- perl -0pe '
-s/^### BEGIN debathena-ssl-certificates\n.*?^### END debathena-ssl-certificates\n//msg;
-' -i /etc/ca-certificates.conf
- ;;
-
- upgrade|failed-upgrade)
- ;;
-
- *)
- echo "prerm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
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