[23678] in Source-Commits

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

/svn/athena r23290 - trunk/debathena/scripts

daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Sat Jan 24 14:26:39 2009

Date: Sat, 24 Jan 2009 14:26:10 -0500 (EST)
From: tabbott@MIT.EDU
Message-Id: <200901241926.OAA21821@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 14:26:09 -0500 (Sat, 24 Jan 2009)
New Revision: 23290

Modified:
   trunk/debathena/scripts/dasource
Log:
dasource: Generate debian/control from debian/control.in.


Modified: trunk/debathena/scripts/dasource
===================================================================
--- trunk/debathena/scripts/dasource	2009-01-24 19:20:33 UTC (rev 23289)
+++ trunk/debathena/scripts/dasource	2009-01-24 19:26:09 UTC (rev 23290)
@@ -91,6 +91,9 @@
     ;;
   esac
 
+  # Generate debian/control from debian/control.in
+  (cd $dir && DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes debian/rules debian/control)
+
   # Create a suitable orig tarball if necessary.
   (cd $dir && daorig)
 


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