[27485] in Source-Commits

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

libXj commit: Remove Debian packaging from master

daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Mon Sep 30 03:26:33 2013

Date: Mon, 30 Sep 2013 03:26:26 -0400
From: Victor Vasiliev <vasilvv@MIT.EDU>
Message-Id: <201309300726.r8U7QQXs011996@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/libXj/commit/dc7f40ac52797da9d90648e09f9bf71b25218113
commit dc7f40ac52797da9d90648e09f9bf71b25218113
Author: Victor Vasiliev <vasilvv@mit.edu>
Date:   Mon Sep 30 03:16:07 2013 -0400

    Remove Debian packaging from master

 debian/changelog |   55 ------------------------------------------------------
 debian/compat    |    1 -
 debian/control   |   18 -----------------
 debian/copyright |   23 ----------------------
 debian/rules     |    8 -------
 5 files changed, 0 insertions(+), 105 deletions(-)

diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 0ca34f6..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,55 +0,0 @@
-debathena-libxj (10.0.1-0debathena1) 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
-
-  [ Victor Vasiliev ]
-  * Make package build without daconfiscate
-  * Use debhelper 7
-
- -- Jonathan Reed <jdreed@mit.edu>  Wed, 03 Apr 2013 14:01:57 -0400
-
-debathena-libxj (10.0.0-0debathena2) 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 15:25:32 -0500
-
-debathena-libxj (10.0.0-0debathena1) unstable; urgency=low
-
-  * Merged quilt patches into mainline Athena tree
-
- -- Shreevatsa R <vatsa@mit.edu>  Sun,  6 Apr 2008 16:24:56 -0400
-
-debathena-libxj (9.4.0-0debathena4) unstable; urgency=low
-
-  * Set app-defaults directory to /etc/X11/app-defaults.
-  * Fix conflicts/replaces.
-
- -- Anders Kaseorg <andersk@mit.edu>  Mon, 06 Aug 2007 03:06:17 -0400
-
-debathena-libxj (9.4.0-0debathena3) unstable; urgency=low
-
-  * Depend libxext-dev.
-  * Section: debathena/libs.
-
- -- Anders Kaseorg <andersk@mit.edu>  Tue, 17 Jul 2007 06:33:51 -0400
-
-debathena-libxj (9.4.0-0debathena2) unstable; urgency=low
-
-  * Depend libx11-dev.
-
- -- Anders Kaseorg <andersk@mit.edu>  Sat,  7 Apr 2007 15:55:15 -0400
-
-debathena-libxj (9.4.0-0debathena1) unstable; urgency=low
-
-  * Initial release.
-
- -- Anders Kaseorg <andersk@mit.edu>  Tue, 30 Jan 2007 00:06:25 -0500
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 5b2557e..0000000
--- a/debian/control
+++ /dev/null
@@ -1,18 +0,0 @@
-Source: debathena-libxj
-Section: debathena/libs
-Priority: extra
-Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, libx11-dev, libxext-dev
-Standards-Version: 3.9.3
-
-Package: debathena-libxj-dev
-Section: debathena/libdevel
-Architecture: any
-Provides: libxj-dev, debathena-libxj
-Conflicts: debathena-libxj1 (<< 9.4)
-Replaces: debathena-libxj1 (<< 9.4)
-Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-dev, libxext-dev
-Description: The Jets widget library on Athena
- An X11 widget library used by many Athena programs.
- .
- This package contains headers and static libraries for development.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 95a9c85..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,23 +0,0 @@
-This package was debianized as part of the Debathena Project
-<http://debathena.mit.edu/> of the MIT Student Information Processing
-Board.
-
-The Athena source code was obtained from the Athena SVN repository at
-<svn://debathena.mit.edu/athena/trunk>, and is licensed as follows:
-
-  Copyright © 1996 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 © 2007-2008 Tim Abbott and Anders
-Kaseorg, and has the same license as the original software.
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index b458851..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/make -f
-
-%:
-	dh $@ --with autoreconf
-
-override_dh_auto_configure:
-	automake --add-missing --foreign || true
-	dh_auto_configure

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