[23706] in Source-Commits
/svn/athena r23318 - trunk/athena/bin/mailusage/debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Sat Jan 24 15:27:23 2009
Date: Sat, 24 Jan 2009 15:26:53 -0500 (EST)
From: tabbott@MIT.EDU
Message-Id: <200901242026.PAA23347@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:26:52 -0500 (Sat, 24 Jan 2009)
New Revision: 23318
Modified:
trunk/athena/bin/mailusage/debian/changelog
trunk/athena/bin/mailusage/debian/control
trunk/athena/bin/mailusage/debian/control.in
trunk/athena/bin/mailusage/debian/copyright
trunk/athena/bin/mailusage/debian/rules
Log:
In mailusage:
* Change DEB_AUTO_UPDATE_AUTOCONF to 2.50, not 1.
* Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
* Change "Debian-Athena Project" to "Debathena Project".
Modified: trunk/athena/bin/mailusage/debian/changelog
===================================================================
--- trunk/athena/bin/mailusage/debian/changelog 2009-01-24 20:26:36 UTC (rev 23317)
+++ trunk/athena/bin/mailusage/debian/changelog 2009-01-24 20:26:52 UTC (rev 23318)
@@ -1,3 +1,11 @@
+debathena-mailusage (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".
+
+ -- Tim Abbott <tabbott@mit.edu> Mon, 19 Jan 2009 15:29:30 -0500
+
debathena-mailusage (10.0.0-0debathena1) unstable; urgency=low
* Merged quilt patches into mainline Athena tree
Modified: trunk/athena/bin/mailusage/debian/control
===================================================================
--- trunk/athena/bin/mailusage/debian/control 2009-01-24 20:26:36 UTC (rev 23317)
+++ trunk/athena/bin/mailusage/debian/control 2009-01-24 20:26:52 UTC (rev 23318)
@@ -1,7 +1,7 @@
Source: debathena-mailusage
Section: debathena/mail
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
Standards-Version: 3.7.2
Modified: trunk/athena/bin/mailusage/debian/control.in
===================================================================
--- trunk/athena/bin/mailusage/debian/control.in 2009-01-24 20:26:36 UTC (rev 23317)
+++ trunk/athena/bin/mailusage/debian/control.in 2009-01-24 20:26:52 UTC (rev 23318)
@@ -1,7 +1,7 @@
Source: debathena-mailusage
Section: debathena/mail
Priority: extra
-Maintainer: Debian-Athena Project <debathena@mit.edu>
+Maintainer: Debathena Project <debathena@mit.edu>
Build-Depends: @cdbs@
Standards-Version: 3.7.2
Modified: trunk/athena/bin/mailusage/debian/copyright
===================================================================
--- trunk/athena/bin/mailusage/debian/copyright 2009-01-24 20:26:36 UTC (rev 23317)
+++ trunk/athena/bin/mailusage/debian/copyright 2009-01-24 20:26:52 UTC (rev 23318)
@@ -15,6 +15,6 @@
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
+This Debian package was created as part of the Debathena Project
<http://web.mit.edu/debathena/www/> of the MIT Student Information
Processing Board, and is released to the public domain.
Modified: trunk/athena/bin/mailusage/debian/rules
===================================================================
--- trunk/athena/bin/mailusage/debian/rules 2009-01-24 20:26:36 UTC (rev 23317)
+++ trunk/athena/bin/mailusage/debian/rules 2009-01-24 20:26:52 UTC (rev 23318)
@@ -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