[26265] in Source-Commits

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

/svn/athena r25478 - trunk/debathena/meta/syslog/debian

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Mon May 7 15:47:11 2012

Date: Mon, 7 May 2012 15:47:10 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201205071947.q47JlAxG005871@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2012-05-07 15:47:10 -0400 (Mon, 07 May 2012)
New Revision: 25478

Modified:
   trunk/debathena/meta/syslog/debian/changelog
   trunk/debathena/meta/syslog/debian/rules
Log:
In syslog:
  * Deal with multi-arch by only accepting the first line aptitude
    returns, and stripping out any arch component that may be there


Modified: trunk/debathena/meta/syslog/debian/changelog
===================================================================
--- trunk/debathena/meta/syslog/debian/changelog	2012-05-07 18:34:01 UTC (rev 25477)
+++ trunk/debathena/meta/syslog/debian/changelog	2012-05-07 19:47:10 UTC (rev 25478)
@@ -1,9 +1,10 @@
 debathena-syslog (1.1) unstable; urgency=low
 
-  * Deal with multi-arch by only accepting the first line aptitude returns
+  * Deal with multi-arch by only accepting the first line aptitude
+    returns, and stripping out any arch component that may be there
   * Comment out unused DEFAULT_SYSLOG variable in rules
 
- -- Jonathan Reed <jdreed@mit.edu>  Thu, 03 May 2012 15:51:11 -0400
+ -- Jonathan Reed <jdreed@mit.edu>  Mon, 07 May 2012 15:46:35 -0400
 
 debathena-syslog (1.0) unstable; urgency=low
 

Modified: trunk/debathena/meta/syslog/debian/rules
===================================================================
--- trunk/debathena/meta/syslog/debian/rules	2012-05-07 18:34:01 UTC (rev 25477)
+++ trunk/debathena/meta/syslog/debian/rules	2012-05-07 19:47:10 UTC (rev 25478)
@@ -9,7 +9,7 @@
 
 debian/deps:
 	echo -n "debathena-syslog-depends=" > $@
-	$(APTITUDE) search '~Psystem-log-daemon~pimportant' -F '%p' | head -1 >> $@
+	$(APTITUDE) search '~Psystem-log-daemon~pimportant' -F '%p' | cut -d ':' -f 1 | head -1 >> $@
 	echo >> $@
 
 # DEFAULT_SYSLOG = $(shell $(APTITUDE) search -F"%p" ~Psystem-log-daemon~pimportant)


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