[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#3305: dchanges: urg= override is ignored



Package: dchanges
Version: 3.4

The urg= override is ignored.

Below I've included a simple patch which fixes the problem.
BTW, which values are valid for the Urgency-field ?

-Chris

--- dchanges.orig       Sun Jun 16 16:12:27 1996
+++ dchanges    Sun Jun 16 16:12:45 1996
@@ -65,7 +65,7 @@
       maint=*) MAINTAINER=`echo $ARG | cut -d= -f2`; shift 1;;
       pgp=*) O_PGP=`echo $ARG | cut -d= -f2`; shift 1;;
       dist=*) O_DIST=`echo $ARG | cut -d= -f2`; shift 1;;
-      urg=*) O_PRI=`echo $ARG | cut -d= -f2`; shift 1;;
+      urg=*) O_URG=`echo $ARG | cut -d= -f2`; shift 1;;
       cs=*) O_CHA_S=`echo $ARG | cut -d= -f2`; shift 1;;
       ce=*) O_CHA_E=`echo $ARG | cut -d= -f2`; shift 1;;
       arch=*) O_ARCH=`echo $ARG | cut -d= -f2`; shift 1;;

--
Christian Linhart <chris@cosy.sbg.ac.at, chris@debian.org, clinhart@ping.at>
Student of Computer Science at Salzburg University (Austria/Europe)
get my PGP public key with "finger -l chris@cosy.sbg.ac.at"


Reply to: