[25607] in Source-Commits

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

/svn/athena r25120 - trunk/athena/bin/delete/debian

daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Mon May 2 01:50:50 2011

Date: Mon, 2 May 2011 01:50:44 -0400
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <201105020550.p425oidN023679@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: geofft
Date: 2011-05-02 01:50:44 -0400 (Mon, 02 May 2011)
New Revision: 25120

Modified:
   trunk/athena/bin/delete/debian/changelog
   trunk/athena/bin/delete/debian/compat
   trunk/athena/bin/delete/debian/control.in
   trunk/athena/bin/delete/debian/rules
Log:
In delete:
  * Update packaging to use debathena-aclocal instead of daconfiscate.
  * Bump debhelper compatibility level.


Modified: trunk/athena/bin/delete/debian/changelog
===================================================================
--- trunk/athena/bin/delete/debian/changelog	2011-05-01 23:17:23 UTC (rev 25119)
+++ trunk/athena/bin/delete/debian/changelog	2011-05-02 05:50:44 UTC (rev 25120)
@@ -1,8 +1,10 @@
-debathena-delete (10.0.3-0debathena1) UNRELEASED; urgency=low
+debathena-delete (10.0.3-0debathena2) UNRELEASED; urgency=low
 
   * Update autogoo for the 21st century.
+  * Update packaging to use debathena-aclocal instead of daconfiscate.
+  * Bump debhelper compatibility level.
 
- -- Geoffrey Thomas <geofft@mit.edu>  Sun, 01 May 2011 19:08:41 -0400
+ -- Geoffrey Thomas <geofft@mit.edu>  Mon, 02 May 2011 01:49:40 -0400
 
 debathena-delete (10.0.2-0debathena1) unstable; urgency=low
 

Modified: trunk/athena/bin/delete/debian/compat
===================================================================
--- trunk/athena/bin/delete/debian/compat	2011-05-01 23:17:23 UTC (rev 25119)
+++ trunk/athena/bin/delete/debian/compat	2011-05-02 05:50:44 UTC (rev 25120)
@@ -1 +1 @@
-4
+6

Modified: trunk/athena/bin/delete/debian/control.in
===================================================================
--- trunk/athena/bin/delete/debian/control.in	2011-05-01 23:17:23 UTC (rev 25119)
+++ trunk/athena/bin/delete/debian/control.in	2011-05-02 05:50:44 UTC (rev 25120)
@@ -2,7 +2,7 @@
 Section: debathena/utils
 Priority: extra
 Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: @cdbs@, comerr-dev, libopenafs-dev
+Build-Depends: @cdbs@, comerr-dev, libopenafs-dev, automake1.10, autotools-dev, debathena-aclocal
 Standards-Version: 3.7.2
 
 Package: debathena-delete

Modified: trunk/athena/bin/delete/debian/rules
===================================================================
--- trunk/athena/bin/delete/debian/rules	2011-05-01 23:17:23 UTC (rev 25119)
+++ trunk/athena/bin/delete/debian/rules	2011-05-02 05:50:44 UTC (rev 25120)
@@ -6,5 +6,12 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS += --with-afs=/usr
 
+debian/stamp-autotools-files: aclocal.m4 config.guess config.sub install-sh missing
+aclocal.m4:
+	aclocal-1.10
+config.guess config.sub:
+	cp /usr/share/misc/$@ $@
+install-sh missing:
+	-automake-1.10 --foreign --add-missing
 clean::
-	rm -f configure delete_errs.h delete_errs.c
+	rm -f configure aclocal.m4 install-sh missing config.guess config.sub delete_errs.h delete_errs.c


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