[25618] in Source-Commits
Re: /svn/athena r25120 - trunk/athena/bin/delete/debian
daemon@ATHENA.MIT.EDU (Jonathan Reed)
Wed May 4 11:31:47 2011
Mime-Version: 1.0 (Apple Message framework v1084)
Content-Type: text/plain; charset=us-ascii
From: Jonathan Reed <jdreed@MIT.EDU>
In-Reply-To: <201105020550.p425oidN023679@drugstore.mit.edu>
Date: Wed, 4 May 2011 11:31:36 -0400
Cc: source-commits@mit.edu
Message-Id: <B24E4054-1FB3-4D7C-AD9D-DE67668AE91F@mit.edu>
To: Geoffrey Thomas <geofft@mit.edu>
Content-Transfer-Encoding: 8bit
ACK.
On May 2, 2011, at 1:50 AM, Geoffrey Thomas wrote:
> 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
>