[27358] in Source-Commits
pharos-support commit: Remove Debian packaging from master
daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Sun Sep 29 04:21:44 2013
Date: Sun, 29 Sep 2013 04:21:37 -0400
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201309290821.r8T8LbrO024169@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/pharos-support/commit/a30997c983aa19e127f570ad811e7503a86055dc
commit a30997c983aa19e127f570ad811e7503a86055dc
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date: Sun Sep 29 04:20:27 2013 -0400
Remove Debian packaging from master
debian/changelog | 20 --------------------
debian/compat | 1 -
debian/control | 15 ---------------
debian/copyright | 21 ---------------------
debian/install | 1 -
debian/manpages | 1 -
debian/rules | 12 ------------
7 files changed, 0 insertions(+), 71 deletions(-)
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 7dece0f..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,20 +0,0 @@
-debathena-pharos-support (1.1-1) UNRELEASED; urgency=low
-
- [ Jonathan Reed ]
- * 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
- * Correct installation of manpages
-
- -- Alexander Chernyakhovsky <achernya@mit.edu> Sun, 29 Sep 2013 04:19:47 -0400
-
-debathena-pharos-support (1.0) unstable; urgency=low
-
- * First version
-
- -- Jonathan Reed <jdreed@mit.edu> Wed, 17 Aug 2011 10:44:02 -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 0975b34..0000000
--- a/debian/control
+++ /dev/null
@@ -1,15 +0,0 @@
-Source: debathena-pharos-support
-Section: debathena/base
-Priority: extra
-Standards-Version: 3.9.3
-Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: cdbs, debhelper, dh-buildinfo
-
-Package: debathena-pharos-support
-Architecture: all
-Depends: cups | cupsys,
- hpijs,
- ${misc:Depends}
-Description: Pharos Support for Debathena
- This package adds a new CUPS backend for Pharos queues to allow users
- to specify an alternate username
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index e12d1f1..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,21 +0,0 @@
- Copyright © 2011 Massachusetts Institute of Technology
-
- 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.
diff --git a/debian/install b/debian/install
deleted file mode 100644
index 225fecf..0000000
--- a/debian/install
+++ /dev/null
@@ -1 +0,0 @@
-pharos usr/lib/cups/backend
diff --git a/debian/manpages b/debian/manpages
deleted file mode 100644
index c4033a1..0000000
--- a/debian/manpages
+++ /dev/null
@@ -1 +0,0 @@
-pharos.8
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 084b9b6..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/make -f
-
-DEB_DH_FIXPERMS_ARGS = -X/usr/lib/cups/backend/pharos
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-
-# CUPS decides whether to execute a backend as root or lp based on whether
-# it's executable as lp or not. We need to be executed as root in order
-# to exec the lpd backend. "Yay".
-binary-install/debathena-pharos-support::
- chmod 744 debian/debathena-pharos-support/usr/lib/cups/backend/pharos
-