[23107] in Source-Commits
/svn/athena r22770 - trunk/debathena/third/common
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Mon Feb 25 23:02:29 2008
Date: Mon, 25 Feb 2008 23:01:57 -0500 (EST)
From: ghudson@MIT.EDU
Message-Id: <200802260401.XAA06026@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: ghudson
Date: 2008-02-25 23:01:56 -0500 (Mon, 25 Feb 2008)
New Revision: 22770
Modified:
trunk/debathena/third/common/debathenificator.sh
Log:
dpkg-source no longer includes a "Description" header in source
changes files, but reprepro still requires it. Until reprepro is
fixed, workaround the problem with an ignore option.
Also see: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465831
* debathena/third/common/debathenificator.sh: Pass
--ignore=missingfield to reprepro.
Modified: trunk/debathena/third/common/debathenificator.sh
===================================================================
--- trunk/debathena/third/common/debathenificator.sh 2008-02-26 03:14:55 UTC (rev 22769)
+++ trunk/debathena/third/common/debathenificator.sh 2008-02-26 04:01:56 UTC (rev 22770)
@@ -85,7 +85,7 @@
cmd_upload () {
REPREPRO="v reprepro -Vb $DEBATHENA_APT"
- REPREPROI="$REPREPRO --ignore=wrongdistribution"
+ REPREPROI="$REPREPRO --ignore=wrongdistribution --ignore=missingfield"
case "$dist" in
sarge) tag='~debian3.1' ;;