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

CVS:oo-deb/debian rules,1.182.4.6,1.182.4.7



Update of /cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv21994

Modified Files:
      Tag: OPENOFFICE_ORG_1_1_1
	rules 
Log Message:
add missing $ and remove unneeded -u

Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.182.4.6
retrieving revision 1.182.4.7
diff -u -d -r1.182.4.6 -r1.182.4.7
--- rules	2 Mar 2004 22:59:24 -0000	1.182.4.6
+++ rules	3 Mar 2004 02:43:13 -0000	1.182.4.7
@@ -1046,8 +1046,8 @@
 	dh_gencontrol  -- -V'debconf-depends=debconf (>= $(MINDEBCONFVER))' \
 		-V'debianutils-depends=$(DEBIANUTILSDEPENDS)' \
 		-V'java-additional-depends=$(JAVA_ADDITOONAL_DEPENDS)' \
-		-u-v1.1.0+1.1.1rc-`dpkg-parsechangelog  | grep urgency \
-		| awk '{print $2}' | sed -e s/"("// -e s/")"// | cut -d"-" -f2`
+		-v1.1.0+1.1.1rc-`dpkg-parsechangelog  | grep urgency \
+		| awk '{print $$2}' | sed -e s/"("// -e s/")"// | cut -d"-" -f2`
 	dh_md5sums
 	dh_builddeb
 



Reply to: