[23716] in Source-Commits
/svn/athena r23328 - trunk/athena/bin/quota/debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Sat Jan 24 15:37:37 2009
Date: Sat, 24 Jan 2009 15:37:12 -0500 (EST)
From: tabbott@MIT.EDU
Message-Id: <200901242037.PAA23693@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tabbott
Date: 2009-01-24 15:37:11 -0500 (Sat, 24 Jan 2009)
New Revision: 23328
Modified:
trunk/athena/bin/quota/debian/changelog
trunk/athena/bin/quota/debian/control
trunk/athena/bin/quota/debian/control.in
trunk/athena/bin/quota/debian/copyright
trunk/athena/bin/quota/debian/debathena-quota.postinst
trunk/athena/bin/quota/debian/rules
Log:
In quota:
* Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
* Change DEB_AUTO_UPDATE_AUTOCONF to 2.50, not 1.
* Clean up debian/copyright.
* Fix typo in postinst script.
* Change "Debian-Athena Project" to "Debathena Project".
* Remove debian/control from version control.
Modified: trunk/athena/bin/quota/debian/changelog
===================================================================
--- trunk/athena/bin/quota/debian/changelog 2009-01-24 20:33:06 UTC (rev 23327)
+++ trunk/athena/bin/quota/debian/changelog 2009-01-24 20:37:11 UTC (rev 23328)
@@ -1,3 +1,14 @@
+debathena-quota (10.0.0-0debathena1) unstable; urgency=low
+
+ * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
+ * Change DEB_AUTO_UPDATE_AUTOCONF to 2.50, not 1.
+ * Clean up debian/copyright.
+ * Fix typo in postinst script.
+ * Change "Debian-Athena Project" to "Debathena Project".
+ * Remove debian/control from version control.
+
+ -- Tim Abbott <tabbott@mit.edu> Sat, 24 Jan 2009 15:36:45 -0500
+
debathena-quota (9.4.0-0debathena4) unstable; urgency=low
* Link against libcom_err from openafs so that the package builds on
Modified: trunk/athena/bin/quota/debian/control
===================================================================
--- trunk/athena/bin/quota/debian/control 2009-01-24 20:33:06 UTC (rev 23327)
+++ trunk/athena/bin/quota/debian/control 2009-01-24 20:37:11 UTC (rev 23328)
@@ -1,7 +1,7 @@
Source: debathena-quota
Section: debathena/utils
Priority: extra
-Maintainer: Debian-Athena Project <debathena@mit.edu>
+Maintainer: Debathena Project <debathena@mit.edu>
Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 4.2.0), autoconf, comerr-dev, libopenafs-dev, libkrb5-dev, libhesiod-dev, libzephyr-dev, libzephyr3-krb, debathena-liblocker-dev
Standards-Version: 3.7.2
Modified: trunk/athena/bin/quota/debian/control.in
===================================================================
--- trunk/athena/bin/quota/debian/control.in 2009-01-24 20:33:06 UTC (rev 23327)
+++ trunk/athena/bin/quota/debian/control.in 2009-01-24 20:37:11 UTC (rev 23328)
@@ -1,7 +1,7 @@
Source: debathena-quota
Section: debathena/utils
Priority: extra
-Maintainer: Debian-Athena Project <debathena@mit.edu>
+Maintainer: Debathena Project <debathena@mit.edu>
Build-Depends: @cdbs@, comerr-dev, libopenafs-dev, libkrb5-dev, libhesiod-dev, libzephyr-dev, libzephyr3-krb, debathena-liblocker-dev
Standards-Version: 3.7.2
Modified: trunk/athena/bin/quota/debian/copyright
===================================================================
--- trunk/athena/bin/quota/debian/copyright 2009-01-24 20:33:06 UTC (rev 23327)
+++ trunk/athena/bin/quota/debian/copyright 2009-01-24 20:37:11 UTC (rev 23328)
@@ -1,8 +1,12 @@
-The Athena source code was obtained from the Athena CVS repository at
-/afs/dev.mit.edu/source, and is licensed as follows:
+This package was debianized as part of the Debathena Project
+<http://debathena.mit.edu/> of the MIT Student Information Processing
+Board.
- Copyright 1996 by the Massachusetts Institute of Technology.
+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
@@ -15,6 +19,5 @@
this software for any purpose. It is provided "as is"
without express or implied warranty.
-This Debian package was created as part of the Debian-Athena Project
-<http://web.mit.edu/debathena/www/> of the MIT Student Information
-Processing Board, and is released to the public domain.
+The Debian packaging is Copyright © 2007-2008 Tim Abbott and Anders
+Kaseorg, and has the same license as the original software.
Modified: trunk/athena/bin/quota/debian/debathena-quota.postinst
===================================================================
--- trunk/athena/bin/quota/debian/debathena-quota.postinst 2009-01-24 20:33:06 UTC (rev 23327)
+++ trunk/athena/bin/quota/debian/debathena-quota.postinst 2009-01-24 20:37:11 UTC (rev 23328)
@@ -20,7 +20,7 @@
case "$1" in
configure)
- # Setup attach binary for setgid-attach.
+ # Setup quota binary for setgid-attach.
if ! dpkg-statoverride --list /usr/bin/quota.debathena >/dev/null; then
chgrp attach /usr/bin/quota.debathena
chmod a=rx,u+w,g+s /usr/bin/quota.debathena
Modified: trunk/athena/bin/quota/debian/rules
===================================================================
--- trunk/athena/bin/quota/debian/rules 2009-01-24 20:33:06 UTC (rev 23327)
+++ trunk/athena/bin/quota/debian/rules 2009-01-24 20:37:11 UTC (rev 23328)
@@ -1,7 +1,6 @@
#!/usr/bin/make -f
-DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
-DEB_AUTO_UPDATE_AUTOCONF = 1
+DEB_AUTO_UPDATE_AUTOCONF = 2.50
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk