[27390] in Source-Commits
xlock commit [debian]: Remove Debian packaging from master
daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Sun Sep 29 04:39:38 2013
Date: Sun, 29 Sep 2013 04:39:30 -0400
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201309290839.r8T8dUwN006265@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/xlock/commit/83002614bc1da49044f47990dd0bc39a2705597a
commit 83002614bc1da49044f47990dd0bc39a2705597a
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date: Sun Sep 29 04:39:10 2013 -0400
Remove Debian packaging from master
debian/changelog | 27 ---------------------------
debian/compat | 1 -
debian/control | 14 --------------
debian/copyright | 18 ------------------
debian/debathena-xlock.install | 1 -
debian/rules | 3 ---
6 files changed, 0 insertions(+), 64 deletions(-)
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 3bcaa08..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,27 +0,0 @@
-debathena-xlock (10.0.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 to a non-native package
-
- -- Alexander Chernyakhovsky <achernya@mit.edu> Sun, 29 Sep 2013 04:38:48 -0400
-
-debathena-xlock (10.0.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:31:32 -0500
-
-debathena-xlock (10.0.0) unstable; urgency=low
-
- * Initial release.
-
- -- Robert Basch <rbasch@mit.edu> Wed, 15 Oct 2008 19:07:20 -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 5026c15..0000000
--- a/debian/control
+++ /dev/null
@@ -1,14 +0,0 @@
-Source: debathena-xlock
-Section: debathena/gnome
-Priority: extra
-Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: cdbs, debhelper, dh-buildinfo
-Standards-Version: 3.9.3
-
-Package: debathena-xlock
-Architecture: all
-Depends: ${misc:Depends}, gnome-screensaver
-Description: Tell the screensaver to lock the screen
- This package provides a script which tells the running gnome-screensaver
- process to lock the screen immediately. It is provided for compatibility
- with previous Athena releases.
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-xlock.install b/debian/debathena-xlock.install
deleted file mode 100644
index 4171737..0000000
--- a/debian/debathena-xlock.install
+++ /dev/null
@@ -1 +0,0 @@
-xlock usr/bin
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